Shades of Grenadier #BB4E32
Tints of Grenadier #BB4E32
RGB
CMYK
RGB Variations
Color information
#BB4E32 (or 0xBB4E32) is known color: Grenadier. HEX triplet: BB, 4E and 32. RGB value is (187,78,50). Sum of RGB (Red+Green+Blue) = 187+78+50=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E32 is #44B1CD. Grayscale: #6B6B6B. Windows color (decimal): -4501966 or 3296955. OLE color: 3296955.
HSL color Cylindrical-coordinate representation of color #BB4E32: hue angle of 12.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB4E32 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 50 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.27 |
| HSL | 12.26º | 0.58% | 0.46% | - |
| HSV(B) | 12.26º | 0.73% | 0.73% | - |
| XYZ | 23.79 | 16.24 | 4.9 | - |
| YUV | 107.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 50 | 0 | 0.58 | 0.73 | 0.27 | 12.26 | 0.58 | 0.46 |
| Hex | BB | 4E | 32 | 0 | 3A | 49 | 1B | C | 3A | 2E |
| Octal | 273 | 116 | 62 | 0 | 72 | 111 | 33 | 14 | 72 | 56 |
| Binary | 10111011 | 1001110 | 110010 | 0 | 111010 | 1001001 | 11011 | 1100 | 111010 | 101110 |
Color Harmonies of #BB4E32
Complementary color
Monochromatic Colors of #BB4E32
Black with #BB4E32
Text Example
Text Example
White with #BB4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E32; }
p { color: rgb(187,78,50); }
H1.HeaderClassName
{
color: #BB4E32;
}
.AnyTagClassName
{
color: #BB4E32;
}
</style>
background-color css
<style>
a { background-color: #BB4E32; }
a { background-color: rgb(187,78,50); }
div.DivClassName
{
background-color: #BB4E32;
}
.BgClassName
{
background-color: #BB4E32;
}
</style>
border-color css
<style>
span { border-color: #BB4E32; }
span { border-color: rgb(187,78,50); }
td.TdClassName
{
border-color: #BB4E32;
}
.TagClassName
{
border-color: #BB4E32;
}
</style>