#B65F0F
A dark, vivid orange closely aligning with Chocolate.
About #B65F0F
When working with digital screens, the color #B65F0F is rendered by mixing light. Its closest recognized web color is Chocolate. Its digital footprint relies on 182 parts red, 95 parts green, and 15 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, 92% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#B65F0F
RGB182, 95, 15
HSL28.7°, 84.8%, 38.6%
CMYK0%, 48%, 92%, 29%
HSV28.7°, 91.8%, 71.4%
LAB49.7, 30.5, 54.8
XYZ23.5, 18.2, 2.7
Decimal11951887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F0F;
}
.text-color {
color: #B65F0F;
}
.border-color {
border: 2px solid #B65F0F;
}