Shades of Chestnut #B85246
Tints of Chestnut #B85246
RGB
CMYK
RGB Variations
Color information
#B85246 (or 0xB85246) is known color: Chestnut. HEX triplet: B8, 52 and 46. RGB value is (184,82,70). Sum of RGB (Red+Green+Blue) = 184+82+70=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85246 is #47ADB9. Grayscale: #6F6F6F. Windows color (decimal): -4697530 or 4608696. OLE color: 4608696.
HSL color Cylindrical-coordinate representation of color #B85246: hue angle of 6.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85246 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 70 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.28 |
| HSL | 6.32º | 0.45% | 0.5% | - |
| HSV(B) | 6.32º | 0.62% | 0.72% | - |
| XYZ | 23.89 | 16.67 | 7.75 | - |
| YUV | 111.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 70 | 0 | 0.55 | 0.62 | 0.28 | 6.32 | 0.45 | 0.5 |
| Hex | B8 | 52 | 46 | 0 | 37 | 3E | 1C | 6 | 2D | 32 |
| Octal | 270 | 122 | 106 | 0 | 67 | 76 | 34 | 6 | 55 | 62 |
| Binary | 10111000 | 1010010 | 1000110 | 0 | 110111 | 111110 | 11100 | 110 | 101101 | 110010 |
Color Harmonies of #B85246
Complementary color
Monochromatic Colors of #B85246
Black with #B85246
Text Example
Text Example
White with #B85246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85246; }
p { color: rgb(184,82,70); }
H1.HeaderClassName
{
color: #B85246;
}
.AnyTagClassName
{
color: #B85246;
}
</style>
background-color css
<style>
a { background-color: #B85246; }
a { background-color: rgb(184,82,70); }
div.DivClassName
{
background-color: #B85246;
}
.BgClassName
{
background-color: #B85246;
}
</style>
border-color css
<style>
span { border-color: #B85246; }
span { border-color: rgb(184,82,70); }
td.TdClassName
{
border-color: #B85246;
}
.TagClassName
{
border-color: #B85246;
}
</style>