Shades of Grenadier #BB4C2E
Tints of Grenadier #BB4C2E
RGB
CMYK
RGB Variations
Color information
#BB4C2E (or 0xBB4C2E) is known color: Grenadier. HEX triplet: BB, 4C and 2E. RGB value is (187,76,46). Sum of RGB (Red+Green+Blue) = 187+76+46=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C2E is #44B3D1. Grayscale: #6A6A6A. Windows color (decimal): -4502482 or 3034299. OLE color: 3034299.
HSL color Cylindrical-coordinate representation of color #BB4C2E: hue angle of 12.77º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB4C2E is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 46 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.27 |
| HSL | 12.77º | 0.61% | 0.46% | - |
| HSV(B) | 12.77º | 0.75% | 0.73% | - |
| XYZ | 23.57 | 15.93 | 4.42 | - |
| YUV | 105.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 46 | 0 | 0.59 | 0.75 | 0.27 | 12.77 | 0.61 | 0.46 |
| Hex | BB | 4C | 2E | 0 | 3B | 4B | 1B | D | 3D | 2E |
| Octal | 273 | 114 | 56 | 0 | 73 | 113 | 33 | 15 | 75 | 56 |
| Binary | 10111011 | 1001100 | 101110 | 0 | 111011 | 1001011 | 11011 | 1101 | 111101 | 101110 |
Color Harmonies of #BB4C2E
Complementary color
Monochromatic Colors of #BB4C2E
Black with #BB4C2E
Text Example
Text Example
White with #BB4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C2E; }
p { color: rgb(187,76,46); }
H1.HeaderClassName
{
color: #BB4C2E;
}
.AnyTagClassName
{
color: #BB4C2E;
}
</style>
background-color css
<style>
a { background-color: #BB4C2E; }
a { background-color: rgb(187,76,46); }
div.DivClassName
{
background-color: #BB4C2E;
}
.BgClassName
{
background-color: #BB4C2E;
}
</style>
border-color css
<style>
span { border-color: #BB4C2E; }
span { border-color: rgb(187,76,46); }
td.TdClassName
{
border-color: #BB4C2E;
}
.TagClassName
{
border-color: #BB4C2E;
}
</style>