Shades of Chestnut #BB4140
Tints of Chestnut #BB4140
RGB
CMYK
RGB Variations
Color information
#BB4140 (or 0xBB4140) is known color: Chestnut. HEX triplet: BB, 41 and 40. RGB value is (187,65,64). Sum of RGB (Red+Green+Blue) = 187+65+64=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4140 is #44BEBF. Grayscale: #656565. Windows color (decimal): -4505280 or 4211131. OLE color: 4211131.
HSL color Cylindrical-coordinate representation of color #BB4140: hue angle of 0.49º 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 #BB4140 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 64 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.27 |
| HSL | 0.49º | 0.49% | 0.49% | - |
| HSV(B) | 0.49º | 0.66% | 0.73% | - |
| XYZ | 23.31 | 14.72 | 6.46 | - |
| YUV | 101.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 64 | 0 | 0.65 | 0.66 | 0.27 | 0.49 | 0.49 | 0.49 |
| Hex | BB | 41 | 40 | 0 | 41 | 42 | 1B | 0 | 31 | 31 |
| Octal | 273 | 101 | 100 | 0 | 101 | 102 | 33 | 0 | 61 | 61 |
| Binary | 10111011 | 1000001 | 1000000 | 0 | 1000001 | 1000010 | 11011 | 0 | 110001 | 110001 |
Color Harmonies of #BB4140
Complementary color
Monochromatic Colors of #BB4140
Black with #BB4140
Text Example
Text Example
White with #BB4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4140; }
p { color: rgb(187,65,64); }
H1.HeaderClassName
{
color: #BB4140;
}
.AnyTagClassName
{
color: #BB4140;
}
</style>
background-color css
<style>
a { background-color: #BB4140; }
a { background-color: rgb(187,65,64); }
div.DivClassName
{
background-color: #BB4140;
}
.BgClassName
{
background-color: #BB4140;
}
</style>
border-color css
<style>
span { border-color: #BB4140; }
span { border-color: rgb(187,65,64); }
td.TdClassName
{
border-color: #BB4140;
}
.TagClassName
{
border-color: #BB4140;
}
</style>