Shades of Chestnut #BB4D4A
Tints of Chestnut #BB4D4A
RGB
CMYK
RGB Variations
Color information
#BB4D4A (or 0xBB4D4A) is known color: Chestnut. HEX triplet: BB, 4D and 4A. RGB value is (187,77,74). Sum of RGB (Red+Green+Blue) = 187+77+74=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D4A is #44B2B5. Grayscale: #6D6D6D. Windows color (decimal): -4502198 or 4869563. OLE color: 4869563.
HSL color Cylindrical-coordinate representation of color #BB4D4A: hue angle of 1.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4D4A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 74 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.27 |
| HSL | 1.59º | 0.45% | 0.51% | - |
| HSV(B) | 1.59º | 0.6% | 0.73% | - |
| XYZ | 24.38 | 16.37 | 8.35 | - |
| YUV | 109.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 74 | 0 | 0.59 | 0.60 | 0.27 | 1.59 | 0.45 | 0.51 |
| Hex | BB | 4D | 4A | 0 | 3B | 3C | 1B | 2 | 2D | 33 |
| Octal | 273 | 115 | 112 | 0 | 73 | 74 | 33 | 2 | 55 | 63 |
| Binary | 10111011 | 1001101 | 1001010 | 0 | 111011 | 111100 | 11011 | 10 | 101101 | 110011 |
Color Harmonies of #BB4D4A
Complementary color
Monochromatic Colors of #BB4D4A
Black with #BB4D4A
Text Example
Text Example
White with #BB4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D4A; }
p { color: rgb(187,77,74); }
H1.HeaderClassName
{
color: #BB4D4A;
}
.AnyTagClassName
{
color: #BB4D4A;
}
</style>
background-color css
<style>
a { background-color: #BB4D4A; }
a { background-color: rgb(187,77,74); }
div.DivClassName
{
background-color: #BB4D4A;
}
.BgClassName
{
background-color: #BB4D4A;
}
</style>
border-color css
<style>
span { border-color: #BB4D4A; }
span { border-color: rgb(187,77,74); }
td.TdClassName
{
border-color: #BB4D4A;
}
.TagClassName
{
border-color: #BB4D4A;
}
</style>