#B65F07
A dark, vivid orange closely aligning with Chocolate.
About #B65F07
At its core, #B65F07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 182 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, 48% magenta, 96% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B65F07
RGB182, 95, 7
HSL30.2°, 92.6%, 37.1%
CMYK0%, 48%, 96%, 29%
HSV30.2°, 96.2%, 71.4%
LAB49.7, 30.4, 56.6
XYZ23.4, 18.1, 2.5
Decimal11951879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F07;
}
.text-color {
color: #B65F07;
}
.border-color {
border: 2px solid #B65F07;
}