Shades of Chestnut #B4564F
Tints of Chestnut #B4564F
RGB
CMYK
RGB Variations
Color information
#B4564F (or 0xB4564F) is known color: Chestnut. HEX triplet: B4, 56 and 4F. RGB value is (180,86,79). Sum of RGB (Red+Green+Blue) = 180+86+79=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4564F is #4BA9B0. Grayscale: #717171. Windows color (decimal): -4958641 or 5199540. OLE color: 5199540.
HSL color Cylindrical-coordinate representation of color #B4564F: hue angle of 4.16º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4564F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 79 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.29 |
| HSL | 4.16º | 0.4% | 0.51% | - |
| HSV(B) | 4.16º | 0.56% | 0.71% | - |
| XYZ | 23.56 | 16.92 | 9.42 | - |
| YUV | 113.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 79 | 0 | 0.52 | 0.56 | 0.29 | 4.16 | 0.4 | 0.51 |
| Hex | B4 | 56 | 4F | 0 | 34 | 38 | 1D | 4 | 28 | 33 |
| Octal | 264 | 126 | 117 | 0 | 64 | 70 | 35 | 4 | 50 | 63 |
| Binary | 10110100 | 1010110 | 1001111 | 0 | 110100 | 111000 | 11101 | 100 | 101000 | 110011 |
Color Harmonies of #B4564F
Complementary color
Monochromatic Colors of #B4564F
Black with #B4564F
Text Example
Text Example
White with #B4564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4564F; }
p { color: rgb(180,86,79); }
H1.HeaderClassName
{
color: #B4564F;
}
.AnyTagClassName
{
color: #B4564F;
}
</style>
background-color css
<style>
a { background-color: #B4564F; }
a { background-color: rgb(180,86,79); }
div.DivClassName
{
background-color: #B4564F;
}
.BgClassName
{
background-color: #B4564F;
}
</style>
border-color css
<style>
span { border-color: #B4564F; }
span { border-color: rgb(180,86,79); }
td.TdClassName
{
border-color: #B4564F;
}
.TagClassName
{
border-color: #B4564F;
}
</style>