Shades of Chestnut #BB4844
Tints of Chestnut #BB4844
RGB
CMYK
RGB Variations
Color information
#BB4844 (or 0xBB4844) is known color: Chestnut. HEX triplet: BB, 48 and 44. RGB value is (187,72,68). Sum of RGB (Red+Green+Blue) = 187+72+68=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4844 is #44B7BB. Grayscale: #6A6A6A. Windows color (decimal): -4503484 or 4475067. OLE color: 4475067.
HSL color Cylindrical-coordinate representation of color #BB4844: hue angle of 2.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4844 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 68 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.27 |
| HSL | 2.02º | 0.47% | 0.5% | - |
| HSV(B) | 2.02º | 0.64% | 0.73% | - |
| XYZ | 23.85 | 15.62 | 7.23 | - |
| YUV | 105.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 68 | 0 | 0.61 | 0.64 | 0.27 | 2.02 | 0.47 | 0.5 |
| Hex | BB | 48 | 44 | 0 | 3D | 40 | 1B | 2 | 2F | 32 |
| Octal | 273 | 110 | 104 | 0 | 75 | 100 | 33 | 2 | 57 | 62 |
| Binary | 10111011 | 1001000 | 1000100 | 0 | 111101 | 1000000 | 11011 | 10 | 101111 | 110010 |
Color Harmonies of #BB4844
Complementary color
Monochromatic Colors of #BB4844
Black with #BB4844
Text Example
Text Example
White with #BB4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4844; }
p { color: rgb(187,72,68); }
H1.HeaderClassName
{
color: #BB4844;
}
.AnyTagClassName
{
color: #BB4844;
}
</style>
background-color css
<style>
a { background-color: #BB4844; }
a { background-color: rgb(187,72,68); }
div.DivClassName
{
background-color: #BB4844;
}
.BgClassName
{
background-color: #BB4844;
}
</style>
border-color css
<style>
span { border-color: #BB4844; }
span { border-color: rgb(187,72,68); }
td.TdClassName
{
border-color: #BB4844;
}
.TagClassName
{
border-color: #BB4844;
}
</style>