#BD5F07
A dark, vivid orange closely aligning with Chocolate.
About #BD5F07
At its core, #BD5F07 is a dark and vivid hue. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 189 red, 95 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 50% magenta, 96% yellow, and 26% black. With a hue angle of 29.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD5F07
RGB189, 95, 7
HSL29.0°, 92.9%, 38.4%
CMYK0%, 50%, 96%, 26%
HSV29.0°, 96.3%, 74.1%
LAB50.7, 33.3, 57.8
XYZ25.1, 19.0, 2.5
Decimal12410631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5F07;
}
.text-color {
color: #BD5F07;
}
.border-color {
border: 2px solid #BD5F07;
}