Shades of Chestnut #BB4D41
Tints of Chestnut #BB4D41
RGB
CMYK
RGB Variations
Color information
#BB4D41 (or 0xBB4D41) is known color: Chestnut. HEX triplet: BB, 4D and 41. RGB value is (187,77,65). Sum of RGB (Red+Green+Blue) = 187+77+65=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D41 is #44B2BE. Grayscale: #6C6C6C. Windows color (decimal): -4502207 or 4279739. OLE color: 4279739.
HSL color Cylindrical-coordinate representation of color #BB4D41: hue angle of 5.9º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4D41 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 65 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.27 |
| HSL | 5.9º | 0.48% | 0.49% | - |
| HSV(B) | 5.9º | 0.65% | 0.73% | - |
| XYZ | 24.1 | 16.25 | 6.87 | - |
| YUV | 108.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 65 | 0 | 0.59 | 0.65 | 0.27 | 5.9 | 0.48 | 0.49 |
| Hex | BB | 4D | 41 | 0 | 3B | 41 | 1B | 6 | 30 | 31 |
| Octal | 273 | 115 | 101 | 0 | 73 | 101 | 33 | 6 | 60 | 61 |
| Binary | 10111011 | 1001101 | 1000001 | 0 | 111011 | 1000001 | 11011 | 110 | 110000 | 110001 |
Color Harmonies of #BB4D41
Complementary color
Monochromatic Colors of #BB4D41
Black with #BB4D41
Text Example
Text Example
White with #BB4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D41; }
p { color: rgb(187,77,65); }
H1.HeaderClassName
{
color: #BB4D41;
}
.AnyTagClassName
{
color: #BB4D41;
}
</style>
background-color css
<style>
a { background-color: #BB4D41; }
a { background-color: rgb(187,77,65); }
div.DivClassName
{
background-color: #BB4D41;
}
.BgClassName
{
background-color: #BB4D41;
}
</style>
border-color css
<style>
span { border-color: #BB4D41; }
span { border-color: rgb(187,77,65); }
td.TdClassName
{
border-color: #BB4D41;
}
.TagClassName
{
border-color: #BB4D41;
}
</style>