Shades of Chestnut #B55551
Tints of Chestnut #B55551
RGB
CMYK
RGB Variations
Color information
#B55551 (or 0xB55551) is known color: Chestnut. HEX triplet: B5, 55 and 51. RGB value is (181,85,81). Sum of RGB (Red+Green+Blue) = 181+85+81=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55551 is #4AAAAE. Grayscale: #717171. Windows color (decimal): -4893359 or 5330357. OLE color: 5330357.
HSL color Cylindrical-coordinate representation of color #B55551: hue angle of 2.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55551 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 81 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.29 |
| HSL | 2.4º | 0.4% | 0.51% | - |
| HSV(B) | 2.4º | 0.55% | 0.71% | - |
| XYZ | 23.79 | 16.91 | 9.8 | - |
| YUV | 113.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 81 | 0 | 0.53 | 0.55 | 0.29 | 2.4 | 0.4 | 0.51 |
| Hex | B5 | 55 | 51 | 0 | 35 | 37 | 1D | 2 | 28 | 33 |
| Octal | 265 | 125 | 121 | 0 | 65 | 67 | 35 | 2 | 50 | 63 |
| Binary | 10110101 | 1010101 | 1010001 | 0 | 110101 | 110111 | 11101 | 10 | 101000 | 110011 |
Color Harmonies of #B55551
Complementary color
Monochromatic Colors of #B55551
Black with #B55551
Text Example
Text Example
White with #B55551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55551; }
p { color: rgb(181,85,81); }
H1.HeaderClassName
{
color: #B55551;
}
.AnyTagClassName
{
color: #B55551;
}
</style>
background-color css
<style>
a { background-color: #B55551; }
a { background-color: rgb(181,85,81); }
div.DivClassName
{
background-color: #B55551;
}
.BgClassName
{
background-color: #B55551;
}
</style>
border-color css
<style>
span { border-color: #B55551; }
span { border-color: rgb(181,85,81); }
td.TdClassName
{
border-color: #B55551;
}
.TagClassName
{
border-color: #B55551;
}
</style>