Shades of Chestnut #B55648
Tints of Chestnut #B55648
RGB
CMYK
RGB Variations
Color information
#B55648 (or 0xB55648) is known color: Chestnut. HEX triplet: B5, 56 and 48. RGB value is (181,86,72). Sum of RGB (Red+Green+Blue) = 181+86+72=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B55648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55648 is #4AA9B7. Grayscale: #707070. Windows color (decimal): -4893112 or 4740789. OLE color: 4740789.
HSL color Cylindrical-coordinate representation of color #B55648: hue angle of 7.71º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55648 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 72 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.29 |
| HSL | 7.71º | 0.43% | 0.5% | - |
| HSV(B) | 7.71º | 0.6% | 0.71% | - |
| XYZ | 23.55 | 16.95 | 8.16 | - |
| YUV | 112.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 72 | 0 | 0.52 | 0.60 | 0.29 | 7.71 | 0.43 | 0.5 |
| Hex | B5 | 56 | 48 | 0 | 34 | 3C | 1D | 8 | 2B | 32 |
| Octal | 265 | 126 | 110 | 0 | 64 | 74 | 35 | 10 | 53 | 62 |
| Binary | 10110101 | 1010110 | 1001000 | 0 | 110100 | 111100 | 11101 | 1000 | 101011 | 110010 |
Color Harmonies of #B55648
Complementary color
Monochromatic Colors of #B55648
Black with #B55648
Text Example
Text Example
White with #B55648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55648; }
p { color: rgb(181,86,72); }
H1.HeaderClassName
{
color: #B55648;
}
.AnyTagClassName
{
color: #B55648;
}
</style>
background-color css
<style>
a { background-color: #B55648; }
a { background-color: rgb(181,86,72); }
div.DivClassName
{
background-color: #B55648;
}
.BgClassName
{
background-color: #B55648;
}
</style>
border-color css
<style>
span { border-color: #B55648; }
span { border-color: rgb(181,86,72); }
td.TdClassName
{
border-color: #B55648;
}
.TagClassName
{
border-color: #B55648;
}
</style>