#B66D50
A medium, moderate orange closely aligning with Sienna.
About #B66D50
At its core, #B66D50 is a medium and moderate hue. It is closely associated with the named CSS color Sienna. In the RGB color space, it consists of 182 red, 109 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 40% magenta, 56% yellow, and 29% black. With a hue angle of 17.1 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B66D50
RGB182, 109, 80
HSL17.1°, 41.1%, 51.4%
CMYK0%, 40%, 56%, 29%
HSV17.1°, 56.0%, 71.4%
LAB53.5, 26.1, 28.5
XYZ26.2, 21.5, 10.4
Decimal11955536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B66D50;
}
.text-color {
color: #B66D50;
}
.border-color {
border: 2px solid #B66D50;
}