#BD6642
A medium, moderate orange closely aligning with Sienna.
About #BD6642
Visually, #BD6642 is defined as a moderate orange. Designers often compare it to the standard color Sienna. This translates to an RGB value of rgb(189, 102, 66).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 46% Magenta, 65% Yellow, and 26% Black. With a hue angle of 17.6 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#BD6642
RGB189, 102, 66
HSL17.6°, 48.2%, 50.0%
CMYK0%, 46%, 65%, 26%
HSV17.6°, 65.1%, 74.1%
LAB52.6, 31.7, 35.5
XYZ26.7, 20.7, 7.7
Decimal12412482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD6642;
}
.text-color {
color: #BD6642;
}
.border-color {
border: 2px solid #BD6642;
}