Shades of Chestnut #B44C40
Tints of Chestnut #B44C40
RGB
CMYK
RGB Variations
Color information
#B44C40 (or 0xB44C40) is known color: Chestnut. HEX triplet: B4, 4C and 40. RGB value is (180,76,64). Sum of RGB (Red+Green+Blue) = 180+76+64=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C40 is #4BB3BF. Grayscale: #696969. Windows color (decimal): -4961216 or 4213940. OLE color: 4213940.
HSL color Cylindrical-coordinate representation of color #B44C40: hue angle of 6.21º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44C40 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 64 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.29 |
| HSL | 6.21º | 0.48% | 0.48% | - |
| HSV(B) | 6.21º | 0.64% | 0.71% | - |
| XYZ | 22.33 | 15.24 | 6.62 | - |
| YUV | 105.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 64 | 0 | 0.58 | 0.64 | 0.29 | 6.21 | 0.48 | 0.48 |
| Hex | B4 | 4C | 40 | 0 | 3A | 40 | 1D | 6 | 30 | 30 |
| Octal | 264 | 114 | 100 | 0 | 72 | 100 | 35 | 6 | 60 | 60 |
| Binary | 10110100 | 1001100 | 1000000 | 0 | 111010 | 1000000 | 11101 | 110 | 110000 | 110000 |
Color Harmonies of #B44C40
Complementary color
Monochromatic Colors of #B44C40
Black with #B44C40
Text Example
Text Example
White with #B44C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C40; }
p { color: rgb(180,76,64); }
H1.HeaderClassName
{
color: #B44C40;
}
.AnyTagClassName
{
color: #B44C40;
}
</style>
background-color css
<style>
a { background-color: #B44C40; }
a { background-color: rgb(180,76,64); }
div.DivClassName
{
background-color: #B44C40;
}
.BgClassName
{
background-color: #B44C40;
}
</style>
border-color css
<style>
span { border-color: #B44C40; }
span { border-color: rgb(180,76,64); }
td.TdClassName
{
border-color: #B44C40;
}
.TagClassName
{
border-color: #B44C40;
}
</style>