Shades of Chestnut #B44949
Tints of Chestnut #B44949
RGB
CMYK
RGB Variations
Color information
#B44949 (or 0xB44949) is known color: Chestnut. HEX triplet: B4, 49 and 49. RGB value is (180,73,73). Sum of RGB (Red+Green+Blue) = 180+73+73=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B44949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44949 is #4BB6B6. Grayscale: #696969. Windows color (decimal): -4961975 or 4802996. OLE color: 4802996.
HSL color Cylindrical-coordinate representation of color #B44949: hue angle of 0º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44949 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 73 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.29 |
| HSL | 0º | 0.42% | 0.5% | - |
| HSV(B) | 0º | 0.59% | 0.71% | - |
| XYZ | 22.41 | 14.95 | 8.01 | - |
| YUV | 104.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 73 | 0 | 0.59 | 0.59 | 0.29 | 0 | 0.42 | 0.5 |
| Hex | B4 | 49 | 49 | 0 | 3B | 3B | 1D | 0 | 2A | 32 |
| Octal | 264 | 111 | 111 | 0 | 73 | 73 | 35 | 0 | 52 | 62 |
| Binary | 10110100 | 1001001 | 1001001 | 0 | 111011 | 111011 | 11101 | 0 | 101010 | 110010 |
Color Harmonies of #B44949
Complementary color
Monochromatic Colors of #B44949
Black with #B44949
Text Example
Text Example
White with #B44949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44949; }
p { color: rgb(180,73,73); }
H1.HeaderClassName
{
color: #B44949;
}
.AnyTagClassName
{
color: #B44949;
}
</style>
background-color css
<style>
a { background-color: #B44949; }
a { background-color: rgb(180,73,73); }
div.DivClassName
{
background-color: #B44949;
}
.BgClassName
{
background-color: #B44949;
}
</style>
border-color css
<style>
span { border-color: #B44949; }
span { border-color: rgb(180,73,73); }
td.TdClassName
{
border-color: #B44949;
}
.TagClassName
{
border-color: #B44949;
}
</style>