#B65000
A dark, vivid orange closely aligning with Chocolate.
About #B65000
When working with digital screens, the color #B65000 is rendered by mixing light. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(182, 80, 0).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 56% magenta, 100% yellow, and 29% black. The HSL representation is 26.4° hue, 100.0% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B65000
RGB182, 80, 0
HSL26.4°, 100.0%, 35.7%
CMYK0%, 56%, 100%, 29%
HSV26.4°, 100.0%, 71.4%
LAB46.6, 38.1, 56.4
XYZ22.2, 15.7, 1.9
Decimal11948032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65000;
}
.text-color {
color: #B65000;
}
.border-color {
border: 2px solid #B65000;
}