#BD5724
A medium, moderate orange closely aligning with Chocolate.
About #BD5724
At its core, #BD5724 is a medium and moderate hue. 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, 87, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 54% M, 81% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD5724
RGB189, 87, 36
HSL20.0°, 68.0%, 44.1%
CMYK0%, 54%, 81%, 26%
HSV20.0°, 81.0%, 74.1%
LAB49.2, 38.1, 47.1
XYZ24.7, 17.8, 3.8
Decimal12408612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5724;
}
.text-color {
color: #BD5724;
}
.border-color {
border: 2px solid #BD5724;
}