Shades of Chestnut #BB4D40
Tints of Chestnut #BB4D40
RGB
CMYK
RGB Variations
Color information
#BB4D40 (or 0xBB4D40) is known color: Chestnut. HEX triplet: BB, 4D and 40. RGB value is (187,77,64). Sum of RGB (Red+Green+Blue) = 187+77+64=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D40 is #44B2BF. Grayscale: #6C6C6C. Windows color (decimal): -4502208 or 4214203. OLE color: 4214203.
HSL color Cylindrical-coordinate representation of color #BB4D40: hue angle of 6.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4D40 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 64 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.27 |
| HSL | 6.34º | 0.49% | 0.49% | - |
| HSV(B) | 6.34º | 0.66% | 0.73% | - |
| XYZ | 24.07 | 16.24 | 6.72 | - |
| YUV | 108.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 64 | 0 | 0.59 | 0.66 | 0.27 | 6.34 | 0.49 | 0.49 |
| Hex | BB | 4D | 40 | 0 | 3B | 42 | 1B | 6 | 31 | 31 |
| Octal | 273 | 115 | 100 | 0 | 73 | 102 | 33 | 6 | 61 | 61 |
| Binary | 10111011 | 1001101 | 1000000 | 0 | 111011 | 1000010 | 11011 | 110 | 110001 | 110001 |
Color Harmonies of #BB4D40
Complementary color
Monochromatic Colors of #BB4D40
Black with #BB4D40
Text Example
Text Example
White with #BB4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D40; }
p { color: rgb(187,77,64); }
H1.HeaderClassName
{
color: #BB4D40;
}
.AnyTagClassName
{
color: #BB4D40;
}
</style>
background-color css
<style>
a { background-color: #BB4D40; }
a { background-color: rgb(187,77,64); }
div.DivClassName
{
background-color: #BB4D40;
}
.BgClassName
{
background-color: #BB4D40;
}
</style>
border-color css
<style>
span { border-color: #BB4D40; }
span { border-color: rgb(187,77,64); }
td.TdClassName
{
border-color: #BB4D40;
}
.TagClassName
{
border-color: #BB4D40;
}
</style>