Shades of Chestnut #BB4744
Tints of Chestnut #BB4744
RGB
CMYK
RGB Variations
Color information
#BB4744 (or 0xBB4744) is known color: Chestnut. HEX triplet: BB, 47 and 44. RGB value is (187,71,68). Sum of RGB (Red+Green+Blue) = 187+71+68=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4744 is #44B8BB. Grayscale: #696969. Windows color (decimal): -4503740 or 4474811. OLE color: 4474811.
HSL color Cylindrical-coordinate representation of color #BB4744: hue angle of 1.51º 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 #BB4744 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 68 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.27 |
| HSL | 1.51º | 0.47% | 0.5% | - |
| HSV(B) | 1.51º | 0.64% | 0.73% | - |
| XYZ | 23.79 | 15.49 | 7.2 | - |
| YUV | 105.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 68 | 0 | 0.62 | 0.64 | 0.27 | 1.51 | 0.47 | 0.5 |
| Hex | BB | 47 | 44 | 0 | 3E | 40 | 1B | 2 | 2F | 32 |
| Octal | 273 | 107 | 104 | 0 | 76 | 100 | 33 | 2 | 57 | 62 |
| Binary | 10111011 | 1000111 | 1000100 | 0 | 111110 | 1000000 | 11011 | 10 | 101111 | 110010 |
Color Harmonies of #BB4744
Complementary color
Monochromatic Colors of #BB4744
Black with #BB4744
Text Example
Text Example
White with #BB4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4744; }
p { color: rgb(187,71,68); }
H1.HeaderClassName
{
color: #BB4744;
}
.AnyTagClassName
{
color: #BB4744;
}
</style>
background-color css
<style>
a { background-color: #BB4744; }
a { background-color: rgb(187,71,68); }
div.DivClassName
{
background-color: #BB4744;
}
.BgClassName
{
background-color: #BB4744;
}
</style>
border-color css
<style>
span { border-color: #BB4744; }
span { border-color: rgb(187,71,68); }
td.TdClassName
{
border-color: #BB4744;
}
.TagClassName
{
border-color: #BB4744;
}
</style>