Shades of Chestnut #B5564D
Tints of Chestnut #B5564D
RGB
CMYK
RGB Variations
Color information
#B5564D (or 0xB5564D) is known color: Chestnut. HEX triplet: B5, 56 and 4D. RGB value is (181,86,77). Sum of RGB (Red+Green+Blue) = 181+86+77=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5564D is #4AA9B2. Grayscale: #717171. Windows color (decimal): -4893107 or 5068469. OLE color: 5068469.
HSL color Cylindrical-coordinate representation of color #B5564D: hue angle of 5.19º degrees, saturation: 0.41, 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 #B5564D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 77 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.29 |
| HSL | 5.19º | 0.41% | 0.51% | - |
| HSV(B) | 5.19º | 0.57% | 0.71% | - |
| XYZ | 23.72 | 17.02 | 9.06 | - |
| YUV | 113.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 77 | 0 | 0.52 | 0.57 | 0.29 | 5.19 | 0.41 | 0.51 |
| Hex | B5 | 56 | 4D | 0 | 34 | 39 | 1D | 5 | 29 | 33 |
| Octal | 265 | 126 | 115 | 0 | 64 | 71 | 35 | 5 | 51 | 63 |
| Binary | 10110101 | 1010110 | 1001101 | 0 | 110100 | 111001 | 11101 | 101 | 101001 | 110011 |
Color Harmonies of #B5564D
Complementary color
Monochromatic Colors of #B5564D
Black with #B5564D
Text Example
Text Example
White with #B5564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5564D; }
p { color: rgb(181,86,77); }
H1.HeaderClassName
{
color: #B5564D;
}
.AnyTagClassName
{
color: #B5564D;
}
</style>
background-color css
<style>
a { background-color: #B5564D; }
a { background-color: rgb(181,86,77); }
div.DivClassName
{
background-color: #B5564D;
}
.BgClassName
{
background-color: #B5564D;
}
</style>
border-color css
<style>
span { border-color: #B5564D; }
span { border-color: rgb(181,86,77); }
td.TdClassName
{
border-color: #B5564D;
}
.TagClassName
{
border-color: #B5564D;
}
</style>