Shades of Chestnut #B4564C
Tints of Chestnut #B4564C
RGB
CMYK
RGB Variations
Color information
#B4564C (or 0xB4564C) is known color: Chestnut. HEX triplet: B4, 56 and 4C. RGB value is (180,86,76). Sum of RGB (Red+Green+Blue) = 180+86+76=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4564C is #4BA9B3. Grayscale: #717171. Windows color (decimal): -4958644 or 5002932. OLE color: 5002932.
HSL color Cylindrical-coordinate representation of color #B4564C: hue angle of 5.77º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4564C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 76 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.29 |
| HSL | 5.77º | 0.41% | 0.5% | - |
| HSV(B) | 5.77º | 0.58% | 0.71% | - |
| XYZ | 23.45 | 16.88 | 8.86 | - |
| YUV | 112.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 76 | 0 | 0.52 | 0.58 | 0.29 | 5.77 | 0.41 | 0.5 |
| Hex | B4 | 56 | 4C | 0 | 34 | 3A | 1D | 6 | 29 | 32 |
| Octal | 264 | 126 | 114 | 0 | 64 | 72 | 35 | 6 | 51 | 62 |
| Binary | 10110100 | 1010110 | 1001100 | 0 | 110100 | 111010 | 11101 | 110 | 101001 | 110010 |
Color Harmonies of #B4564C
Complementary color
Monochromatic Colors of #B4564C
Black with #B4564C
Text Example
Text Example
White with #B4564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4564C; }
p { color: rgb(180,86,76); }
H1.HeaderClassName
{
color: #B4564C;
}
.AnyTagClassName
{
color: #B4564C;
}
</style>
background-color css
<style>
a { background-color: #B4564C; }
a { background-color: rgb(180,86,76); }
div.DivClassName
{
background-color: #B4564C;
}
.BgClassName
{
background-color: #B4564C;
}
</style>
border-color css
<style>
span { border-color: #B4564C; }
span { border-color: rgb(180,86,76); }
td.TdClassName
{
border-color: #B4564C;
}
.TagClassName
{
border-color: #B4564C;
}
</style>