Shades of Chestnut #BB4940
Tints of Chestnut #BB4940
RGB
CMYK
RGB Variations
Color information
#BB4940 (or 0xBB4940) is known color: Chestnut. HEX triplet: BB, 49 and 40. RGB value is (187,73,64). Sum of RGB (Red+Green+Blue) = 187+73+64=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4940 is #44B6BF. Grayscale: #6A6A6A. Windows color (decimal): -4503232 or 4213179. OLE color: 4213179.
HSL color Cylindrical-coordinate representation of color #BB4940: hue angle of 4.39º 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 #BB4940 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 64 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.27 |
| HSL | 4.39º | 0.49% | 0.49% | - |
| HSV(B) | 4.39º | 0.66% | 0.73% | - |
| XYZ | 23.8 | 15.7 | 6.63 | - |
| YUV | 106.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 64 | 0 | 0.61 | 0.66 | 0.27 | 4.39 | 0.49 | 0.49 |
| Hex | BB | 49 | 40 | 0 | 3D | 42 | 1B | 4 | 31 | 31 |
| Octal | 273 | 111 | 100 | 0 | 75 | 102 | 33 | 4 | 61 | 61 |
| Binary | 10111011 | 1001001 | 1000000 | 0 | 111101 | 1000010 | 11011 | 100 | 110001 | 110001 |
Color Harmonies of #BB4940
Complementary color
Monochromatic Colors of #BB4940
Black with #BB4940
Text Example
Text Example
White with #BB4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4940; }
p { color: rgb(187,73,64); }
H1.HeaderClassName
{
color: #BB4940;
}
.AnyTagClassName
{
color: #BB4940;
}
</style>
background-color css
<style>
a { background-color: #BB4940; }
a { background-color: rgb(187,73,64); }
div.DivClassName
{
background-color: #BB4940;
}
.BgClassName
{
background-color: #BB4940;
}
</style>
border-color css
<style>
span { border-color: #BB4940; }
span { border-color: rgb(187,73,64); }
td.TdClassName
{
border-color: #BB4940;
}
.TagClassName
{
border-color: #BB4940;
}
</style>