#BD7500
A dark, vivid orange closely aligning with Darkgoldenrod.
About #BD7500
At its core, #BD7500 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgoldenrod. In the RGB color space, it consists of 189 red, 117 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 38% Magenta, 100% Yellow, and 26% Black. The HSL representation is 37.1° hue, 100.0% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. 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#BD7500
RGB189, 117, 0
HSL37.1°, 100.0%, 37.1%
CMYK0%, 38%, 100%, 26%
HSV37.1°, 100.0%, 74.1%
LAB55.6, 21.4, 62.4
XYZ27.3, 23.5, 3.1
Decimal12416256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7500;
}
.text-color {
color: #BD7500;
}
.border-color {
border: 2px solid #BD7500;
}