#B67500
A dark, vivid orange closely aligning with Darkgoldenrod.
About #B67500
At its core, #B67500 is a dark and vivid hue. Its closest recognized web color is Darkgoldenrod. In the RGB color space, it consists of 182 red, 117 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 36% Magenta, 100% Yellow, and 29% Black. The HSL representation is 38.6° hue, 100.0% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B67500
RGB182, 117, 0
HSL38.6°, 100.0%, 35.7%
CMYK0%, 36%, 100%, 29%
HSV38.6°, 100.0%, 71.4%
LAB54.7, 18.3, 61.4
XYZ25.7, 22.7, 3.0
Decimal11957504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67500;
}
.text-color {
color: #B67500;
}
.border-color {
border: 2px solid #B67500;
}