Shades of Chestnut #BB4845
Tints of Chestnut #BB4845
RGB
CMYK
RGB Variations
Color information
#BB4845 (or 0xBB4845) is known color: Chestnut. HEX triplet: BB, 48 and 45. RGB value is (187,72,69). Sum of RGB (Red+Green+Blue) = 187+72+69=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4845 is #44B7BA. Grayscale: #6A6A6A. Windows color (decimal): -4503483 or 4540603. OLE color: 4540603.
HSL color Cylindrical-coordinate representation of color #BB4845: hue angle of 1.53º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4845 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 69 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.27 |
| HSL | 1.53º | 0.46% | 0.5% | - |
| HSV(B) | 1.53º | 0.63% | 0.73% | - |
| XYZ | 23.89 | 15.63 | 7.39 | - |
| YUV | 106.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 69 | 0 | 0.61 | 0.63 | 0.27 | 1.53 | 0.46 | 0.5 |
| Hex | BB | 48 | 45 | 0 | 3D | 3F | 1B | 2 | 2E | 32 |
| Octal | 273 | 110 | 105 | 0 | 75 | 77 | 33 | 2 | 56 | 62 |
| Binary | 10111011 | 1001000 | 1000101 | 0 | 111101 | 111111 | 11011 | 10 | 101110 | 110010 |
Color Harmonies of #BB4845
Complementary color
Monochromatic Colors of #BB4845
Black with #BB4845
Text Example
Text Example
White with #BB4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4845; }
p { color: rgb(187,72,69); }
H1.HeaderClassName
{
color: #BB4845;
}
.AnyTagClassName
{
color: #BB4845;
}
</style>
background-color css
<style>
a { background-color: #BB4845; }
a { background-color: rgb(187,72,69); }
div.DivClassName
{
background-color: #BB4845;
}
.BgClassName
{
background-color: #BB4845;
}
</style>
border-color css
<style>
span { border-color: #BB4845; }
span { border-color: rgb(187,72,69); }
td.TdClassName
{
border-color: #BB4845;
}
.TagClassName
{
border-color: #BB4845;
}
</style>