Shades of Chestnut #B55446
Tints of Chestnut #B55446
RGB
CMYK
RGB Variations
Color information
#B55446 (or 0xB55446) is known color: Chestnut. HEX triplet: B5, 54 and 46. RGB value is (181,84,70). Sum of RGB (Red+Green+Blue) = 181+84+70=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B55446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55446 is #4AABB9. Grayscale: #6F6F6F. Windows color (decimal): -4893626 or 4609205. OLE color: 4609205.
HSL color Cylindrical-coordinate representation of color #B55446: hue angle of 7.57º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55446 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 70 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.29 |
| HSL | 7.57º | 0.44% | 0.49% | - |
| HSV(B) | 7.57º | 0.61% | 0.71% | - |
| XYZ | 23.33 | 16.61 | 7.77 | - |
| YUV | 111.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 70 | 0 | 0.54 | 0.61 | 0.29 | 7.57 | 0.44 | 0.49 |
| Hex | B5 | 54 | 46 | 0 | 36 | 3D | 1D | 8 | 2C | 31 |
| Octal | 265 | 124 | 106 | 0 | 66 | 75 | 35 | 10 | 54 | 61 |
| Binary | 10110101 | 1010100 | 1000110 | 0 | 110110 | 111101 | 11101 | 1000 | 101100 | 110001 |
Color Harmonies of #B55446
Complementary color
Monochromatic Colors of #B55446
Black with #B55446
Text Example
Text Example
White with #B55446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55446; }
p { color: rgb(181,84,70); }
H1.HeaderClassName
{
color: #B55446;
}
.AnyTagClassName
{
color: #B55446;
}
</style>
background-color css
<style>
a { background-color: #B55446; }
a { background-color: rgb(181,84,70); }
div.DivClassName
{
background-color: #B55446;
}
.BgClassName
{
background-color: #B55446;
}
</style>
border-color css
<style>
span { border-color: #B55446; }
span { border-color: rgb(181,84,70); }
td.TdClassName
{
border-color: #B55446;
}
.TagClassName
{
border-color: #B55446;
}
</style>