Shades of Chestnut #BB4E40
Tints of Chestnut #BB4E40
RGB
CMYK
RGB Variations
Color information
#BB4E40 (or 0xBB4E40) is known color: Chestnut. HEX triplet: BB, 4E and 40. RGB value is (187,78,64). Sum of RGB (Red+Green+Blue) = 187+78+64=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E40 is #44B1BF. Grayscale: #6D6D6D. Windows color (decimal): -4501952 or 4214459. OLE color: 4214459.
HSL color Cylindrical-coordinate representation of color #BB4E40: hue angle of 6.83º 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 #BB4E40 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 64 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.27 |
| HSL | 6.83º | 0.49% | 0.49% | - |
| HSV(B) | 6.83º | 0.66% | 0.73% | - |
| XYZ | 24.14 | 16.38 | 6.74 | - |
| YUV | 109 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 64 | 0 | 0.58 | 0.66 | 0.27 | 6.83 | 0.49 | 0.49 |
| Hex | BB | 4E | 40 | 0 | 3A | 42 | 1B | 7 | 31 | 31 |
| Octal | 273 | 116 | 100 | 0 | 72 | 102 | 33 | 7 | 61 | 61 |
| Binary | 10111011 | 1001110 | 1000000 | 0 | 111010 | 1000010 | 11011 | 111 | 110001 | 110001 |
Color Harmonies of #BB4E40
Complementary color
Monochromatic Colors of #BB4E40
Black with #BB4E40
Text Example
Text Example
White with #BB4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E40; }
p { color: rgb(187,78,64); }
H1.HeaderClassName
{
color: #BB4E40;
}
.AnyTagClassName
{
color: #BB4E40;
}
</style>
background-color css
<style>
a { background-color: #BB4E40; }
a { background-color: rgb(187,78,64); }
div.DivClassName
{
background-color: #BB4E40;
}
.BgClassName
{
background-color: #BB4E40;
}
</style>
border-color css
<style>
span { border-color: #BB4E40; }
span { border-color: rgb(187,78,64); }
td.TdClassName
{
border-color: #BB4E40;
}
.TagClassName
{
border-color: #BB4E40;
}
</style>