Shades of Chestnut #B55044
Tints of Chestnut #B55044
RGB
CMYK
RGB Variations
Color information
#B55044 (or 0xB55044) is known color: Chestnut. HEX triplet: B5, 50 and 44. RGB value is (181,80,68). Sum of RGB (Red+Green+Blue) = 181+80+68=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B55044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55044 is #4AAFBB. Grayscale: #6C6C6C. Windows color (decimal): -4894652 or 4477109. OLE color: 4477109.
HSL color Cylindrical-coordinate representation of color #B55044: hue angle of 6.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55044 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 68 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.29 |
| HSL | 6.37º | 0.45% | 0.49% | - |
| HSV(B) | 6.37º | 0.62% | 0.71% | - |
| XYZ | 22.97 | 15.98 | 7.34 | - |
| YUV | 108.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 68 | 0 | 0.56 | 0.62 | 0.29 | 6.37 | 0.45 | 0.49 |
| Hex | B5 | 50 | 44 | 0 | 38 | 3E | 1D | 6 | 2D | 31 |
| Octal | 265 | 120 | 104 | 0 | 70 | 76 | 35 | 6 | 55 | 61 |
| Binary | 10110101 | 1010000 | 1000100 | 0 | 111000 | 111110 | 11101 | 110 | 101101 | 110001 |
Color Harmonies of #B55044
Complementary color
Monochromatic Colors of #B55044
Black with #B55044
Text Example
Text Example
White with #B55044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55044; }
p { color: rgb(181,80,68); }
H1.HeaderClassName
{
color: #B55044;
}
.AnyTagClassName
{
color: #B55044;
}
</style>
background-color css
<style>
a { background-color: #B55044; }
a { background-color: rgb(181,80,68); }
div.DivClassName
{
background-color: #B55044;
}
.BgClassName
{
background-color: #B55044;
}
</style>
border-color css
<style>
span { border-color: #B55044; }
span { border-color: rgb(181,80,68); }
td.TdClassName
{
border-color: #B55044;
}
.TagClassName
{
border-color: #B55044;
}
</style>