#B6501D
A medium, vivid orange closely aligning with Chocolate.
About #B6501D
At its core, #B6501D is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 182 red, 80 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 56% M, 84% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6501D
RGB182, 80, 29
HSL20.0°, 72.5%, 41.4%
CMYK0%, 56%, 84%, 29%
HSV20.0°, 84.1%, 71.4%
LAB46.7, 38.6, 47.5
XYZ22.4, 15.8, 3.0
Decimal11948061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6501D;
}
.text-color {
color: #B6501D;
}
.border-color {
border: 2px solid #B6501D;
}