Shades of Chestnut #B8564B
Tints of Chestnut #B8564B
RGB
CMYK
RGB Variations
Color information
#B8564B (or 0xB8564B) is known color: Chestnut. HEX triplet: B8, 56 and 4B. RGB value is (184,86,75). Sum of RGB (Red+Green+Blue) = 184+86+75=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8564B is #47A9B4. Grayscale: #727272. Windows color (decimal): -4696501 or 4937400. OLE color: 4937400.
HSL color Cylindrical-coordinate representation of color #B8564B: hue angle of 6.06º 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 #B8564B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 75 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.28 |
| HSL | 6.06º | 0.43% | 0.51% | - |
| HSV(B) | 6.06º | 0.59% | 0.72% | - |
| XYZ | 24.36 | 17.35 | 8.72 | - |
| YUV | 114.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 75 | 0 | 0.53 | 0.59 | 0.28 | 6.06 | 0.43 | 0.51 |
| Hex | B8 | 56 | 4B | 0 | 35 | 3B | 1C | 6 | 2B | 33 |
| Octal | 270 | 126 | 113 | 0 | 65 | 73 | 34 | 6 | 53 | 63 |
| Binary | 10111000 | 1010110 | 1001011 | 0 | 110101 | 111011 | 11100 | 110 | 101011 | 110011 |
Color Harmonies of #B8564B
Complementary color
Monochromatic Colors of #B8564B
Black with #B8564B
Text Example
Text Example
White with #B8564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8564B; }
p { color: rgb(184,86,75); }
H1.HeaderClassName
{
color: #B8564B;
}
.AnyTagClassName
{
color: #B8564B;
}
</style>
background-color css
<style>
a { background-color: #B8564B; }
a { background-color: rgb(184,86,75); }
div.DivClassName
{
background-color: #B8564B;
}
.BgClassName
{
background-color: #B8564B;
}
</style>
border-color css
<style>
span { border-color: #B8564B; }
span { border-color: rgb(184,86,75); }
td.TdClassName
{
border-color: #B8564B;
}
.TagClassName
{
border-color: #B8564B;
}
</style>