Shades of Chestnut #B4564E
Tints of Chestnut #B4564E
RGB
CMYK
RGB Variations
Color information
#B4564E (or 0xB4564E) is known color: Chestnut. HEX triplet: B4, 56 and 4E. RGB value is (180,86,78). Sum of RGB (Red+Green+Blue) = 180+86+78=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4564E is #4BA9B1. Grayscale: #717171. Windows color (decimal): -4958642 or 5134004. OLE color: 5134004.
HSL color Cylindrical-coordinate representation of color #B4564E: hue angle of 4.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4564E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 78 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.29 |
| HSL | 4.71º | 0.4% | 0.51% | - |
| HSV(B) | 4.71º | 0.57% | 0.71% | - |
| XYZ | 23.53 | 16.91 | 9.23 | - |
| YUV | 113.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 78 | 0 | 0.52 | 0.57 | 0.29 | 4.71 | 0.4 | 0.51 |
| Hex | B4 | 56 | 4E | 0 | 34 | 39 | 1D | 5 | 28 | 33 |
| Octal | 264 | 126 | 116 | 0 | 64 | 71 | 35 | 5 | 50 | 63 |
| Binary | 10110100 | 1010110 | 1001110 | 0 | 110100 | 111001 | 11101 | 101 | 101000 | 110011 |
Color Harmonies of #B4564E
Complementary color
Monochromatic Colors of #B4564E
Black with #B4564E
Text Example
Text Example
White with #B4564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4564E; }
p { color: rgb(180,86,78); }
H1.HeaderClassName
{
color: #B4564E;
}
.AnyTagClassName
{
color: #B4564E;
}
</style>
background-color css
<style>
a { background-color: #B4564E; }
a { background-color: rgb(180,86,78); }
div.DivClassName
{
background-color: #B4564E;
}
.BgClassName
{
background-color: #B4564E;
}
</style>
border-color css
<style>
span { border-color: #B4564E; }
span { border-color: rgb(180,86,78); }
td.TdClassName
{
border-color: #B4564E;
}
.TagClassName
{
border-color: #B4564E;
}
</style>