#B65F00
A dark, vivid orange closely aligning with Chocolate.
About #B65F00
Visually, #B65F00 is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 182 parts red, 95 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 48% magenta, 100% 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. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B65F00
RGB182, 95, 0
HSL31.3°, 100.0%, 35.7%
CMYK0%, 48%, 100%, 29%
HSV31.3°, 100.0%, 71.4%
LAB49.7, 30.3, 58.2
XYZ23.4, 18.1, 2.3
Decimal11951872
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.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F00;
}
.text-color {
color: #B65F00;
}
.border-color {
border: 2px solid #B65F00;
}