Shades of Grenadier #BB4C3E
Tints of Grenadier #BB4C3E
RGB
CMYK
RGB Variations
Color information
#BB4C3E (or 0xBB4C3E) is known color: Grenadier. HEX triplet: BB, 4C and 3E. RGB value is (187,76,62). Sum of RGB (Red+Green+Blue) = 187+76+62=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C3E is #44B3C1. Grayscale: #6B6B6B. Windows color (decimal): -4502466 or 4082875. OLE color: 4082875.
HSL color Cylindrical-coordinate representation of color #BB4C3E: hue angle of 6.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4C3E is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 62 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.27 |
| HSL | 6.72º | 0.5% | 0.49% | - |
| HSV(B) | 6.72º | 0.67% | 0.73% | - |
| XYZ | 23.95 | 16.08 | 6.4 | - |
| YUV | 107.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 62 | 0 | 0.59 | 0.67 | 0.27 | 6.72 | 0.5 | 0.49 |
| Hex | BB | 4C | 3E | 0 | 3B | 43 | 1B | 7 | 32 | 31 |
| Octal | 273 | 114 | 76 | 0 | 73 | 103 | 33 | 7 | 62 | 61 |
| Binary | 10111011 | 1001100 | 111110 | 0 | 111011 | 1000011 | 11011 | 111 | 110010 | 110001 |
Color Harmonies of #BB4C3E
Complementary color
Monochromatic Colors of #BB4C3E
Black with #BB4C3E
Text Example
Text Example
White with #BB4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C3E; }
p { color: rgb(187,76,62); }
H1.HeaderClassName
{
color: #BB4C3E;
}
.AnyTagClassName
{
color: #BB4C3E;
}
</style>
background-color css
<style>
a { background-color: #BB4C3E; }
a { background-color: rgb(187,76,62); }
div.DivClassName
{
background-color: #BB4C3E;
}
.BgClassName
{
background-color: #BB4C3E;
}
</style>
border-color css
<style>
span { border-color: #BB4C3E; }
span { border-color: rgb(187,76,62); }
td.TdClassName
{
border-color: #BB4C3E;
}
.TagClassName
{
border-color: #BB4C3E;
}
</style>