Shades of Chestnut #B8564C
Tints of Chestnut #B8564C
RGB
CMYK
RGB Variations
Color information
#B8564C (or 0xB8564C) is known color: Chestnut. HEX triplet: B8, 56 and 4C. RGB value is (184,86,76). Sum of RGB (Red+Green+Blue) = 184+86+76=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8564C is #47A9B3. Grayscale: #727272. Windows color (decimal): -4696500 or 5002936. OLE color: 5002936.
HSL color Cylindrical-coordinate representation of color #B8564C: hue angle of 5.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8564C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 76 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.28 |
| HSL | 5.56º | 0.43% | 0.51% | - |
| HSV(B) | 5.56º | 0.59% | 0.72% | - |
| XYZ | 24.4 | 17.37 | 8.9 | - |
| YUV | 114.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 76 | 0 | 0.53 | 0.59 | 0.28 | 5.56 | 0.43 | 0.51 |
| Hex | B8 | 56 | 4C | 0 | 35 | 3B | 1C | 6 | 2B | 33 |
| Octal | 270 | 126 | 114 | 0 | 65 | 73 | 34 | 6 | 53 | 63 |
| Binary | 10111000 | 1010110 | 1001100 | 0 | 110101 | 111011 | 11100 | 110 | 101011 | 110011 |
Color Harmonies of #B8564C
Complementary color
Monochromatic Colors of #B8564C
Black with #B8564C
Text Example
Text Example
White with #B8564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8564C; }
p { color: rgb(184,86,76); }
H1.HeaderClassName
{
color: #B8564C;
}
.AnyTagClassName
{
color: #B8564C;
}
</style>
background-color css
<style>
a { background-color: #B8564C; }
a { background-color: rgb(184,86,76); }
div.DivClassName
{
background-color: #B8564C;
}
.BgClassName
{
background-color: #B8564C;
}
</style>
border-color css
<style>
span { border-color: #B8564C; }
span { border-color: rgb(184,86,76); }
td.TdClassName
{
border-color: #B8564C;
}
.TagClassName
{
border-color: #B8564C;
}
</style>