Shades of Chestnut #B55045
Tints of Chestnut #B55045
RGB
CMYK
RGB Variations
Color information
#B55045 (or 0xB55045) is known color: Chestnut. HEX triplet: B5, 50 and 45. RGB value is (181,80,69). Sum of RGB (Red+Green+Blue) = 181+80+69=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B55045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55045 is #4AAFBA. Grayscale: #6D6D6D. Windows color (decimal): -4894651 or 4542645. OLE color: 4542645.
HSL color Cylindrical-coordinate representation of color #B55045: hue angle of 5.89º 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 #B55045 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 69 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.29 |
| HSL | 5.89º | 0.45% | 0.49% | - |
| HSV(B) | 5.89º | 0.62% | 0.71% | - |
| XYZ | 23 | 15.99 | 7.5 | - |
| YUV | 108.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 69 | 0 | 0.56 | 0.62 | 0.29 | 5.89 | 0.45 | 0.49 |
| Hex | B5 | 50 | 45 | 0 | 38 | 3E | 1D | 6 | 2D | 31 |
| Octal | 265 | 120 | 105 | 0 | 70 | 76 | 35 | 6 | 55 | 61 |
| Binary | 10110101 | 1010000 | 1000101 | 0 | 111000 | 111110 | 11101 | 110 | 101101 | 110001 |
Color Harmonies of #B55045
Complementary color
Monochromatic Colors of #B55045
Black with #B55045
Text Example
Text Example
White with #B55045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55045; }
p { color: rgb(181,80,69); }
H1.HeaderClassName
{
color: #B55045;
}
.AnyTagClassName
{
color: #B55045;
}
</style>
background-color css
<style>
a { background-color: #B55045; }
a { background-color: rgb(181,80,69); }
div.DivClassName
{
background-color: #B55045;
}
.BgClassName
{
background-color: #B55045;
}
</style>
border-color css
<style>
span { border-color: #B55045; }
span { border-color: rgb(181,80,69); }
td.TdClassName
{
border-color: #B55045;
}
.TagClassName
{
border-color: #B55045;
}
</style>