#BD5016
A medium, vivid orange closely aligning with Chocolate.
About #BD5016
The precise color #BD5016 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 80, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 58% Magenta, 88% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD5016
RGB189, 80, 22
HSL20.8°, 79.1%, 41.4%
CMYK0%, 58%, 88%, 26%
HSV20.8°, 88.4%, 74.1%
LAB47.8, 41.2, 51.6
XYZ24.0, 16.6, 2.7
Decimal12406806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.32:1
Text on #000000
AA Large
4.64:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5016;
}
.text-color {
color: #BD5016;
}
.border-color {
border: 2px solid #BD5016;
}