#B6500F
A dark, vivid orange closely aligning with Chocolate.
About #B6500F
At its core, #B6500F is a dark and vivid hue. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(182, 80, 15).
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, 92% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6500F
RGB182, 80, 15
HSL23.4°, 84.8%, 38.6%
CMYK0%, 56%, 92%, 29%
HSV23.4°, 91.8%, 71.4%
LAB46.6, 38.3, 52.5
XYZ22.2, 15.7, 2.3
Decimal11948047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6500F;
}
.text-color {
color: #B6500F;
}
.border-color {
border: 2px solid #B6500F;
}