Shades of Chestnut #BB4D49
Tints of Chestnut #BB4D49
RGB
CMYK
RGB Variations
Color information
#BB4D49 (or 0xBB4D49) is known color: Chestnut. HEX triplet: BB, 4D and 49. RGB value is (187,77,73). Sum of RGB (Red+Green+Blue) = 187+77+73=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D49 is #44B2B6. Grayscale: #6D6D6D. Windows color (decimal): -4502199 or 4804027. OLE color: 4804027.
HSL color Cylindrical-coordinate representation of color #BB4D49: hue angle of 2.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4D49 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 73 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.27 |
| HSL | 2.11º | 0.46% | 0.51% | - |
| HSV(B) | 2.11º | 0.61% | 0.73% | - |
| XYZ | 24.35 | 16.35 | 8.18 | - |
| YUV | 109.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 73 | 0 | 0.59 | 0.61 | 0.27 | 2.11 | 0.46 | 0.51 |
| Hex | BB | 4D | 49 | 0 | 3B | 3D | 1B | 2 | 2E | 33 |
| Octal | 273 | 115 | 111 | 0 | 73 | 75 | 33 | 2 | 56 | 63 |
| Binary | 10111011 | 1001101 | 1001001 | 0 | 111011 | 111101 | 11011 | 10 | 101110 | 110011 |
Color Harmonies of #BB4D49
Complementary color
Monochromatic Colors of #BB4D49
Black with #BB4D49
Text Example
Text Example
White with #BB4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D49; }
p { color: rgb(187,77,73); }
H1.HeaderClassName
{
color: #BB4D49;
}
.AnyTagClassName
{
color: #BB4D49;
}
</style>
background-color css
<style>
a { background-color: #BB4D49; }
a { background-color: rgb(187,77,73); }
div.DivClassName
{
background-color: #BB4D49;
}
.BgClassName
{
background-color: #BB4D49;
}
</style>
border-color css
<style>
span { border-color: #BB4D49; }
span { border-color: rgb(187,77,73); }
td.TdClassName
{
border-color: #BB4D49;
}
.TagClassName
{
border-color: #BB4D49;
}
</style>