Shades of Grenadier #BB4839
Tints of Grenadier #BB4839
RGB
CMYK
RGB Variations
Color information
#BB4839 (or 0xBB4839) is known color: Grenadier. HEX triplet: BB, 48 and 39. RGB value is (187,72,57). Sum of RGB (Red+Green+Blue) = 187+72+57=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4839 is #44B7C6. Grayscale: #686868. Windows color (decimal): -4503495 or 3754171. OLE color: 3754171.
HSL color Cylindrical-coordinate representation of color #BB4839: hue angle of 6.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4839 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 57 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.27 |
| HSL | 6.92º | 0.53% | 0.48% | - |
| HSV(B) | 6.92º | 0.7% | 0.73% | - |
| XYZ | 23.55 | 15.49 | 5.62 | - |
| YUV | 104.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 57 | 0 | 0.61 | 0.70 | 0.27 | 6.92 | 0.53 | 0.48 |
| Hex | BB | 48 | 39 | 0 | 3D | 46 | 1B | 7 | 35 | 30 |
| Octal | 273 | 110 | 71 | 0 | 75 | 106 | 33 | 7 | 65 | 60 |
| Binary | 10111011 | 1001000 | 111001 | 0 | 111101 | 1000110 | 11011 | 111 | 110101 | 110000 |
Color Harmonies of #BB4839
Complementary color
Monochromatic Colors of #BB4839
Black with #BB4839
Text Example
Text Example
White with #BB4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4839; }
p { color: rgb(187,72,57); }
H1.HeaderClassName
{
color: #BB4839;
}
.AnyTagClassName
{
color: #BB4839;
}
</style>
background-color css
<style>
a { background-color: #BB4839; }
a { background-color: rgb(187,72,57); }
div.DivClassName
{
background-color: #BB4839;
}
.BgClassName
{
background-color: #BB4839;
}
</style>
border-color css
<style>
span { border-color: #BB4839; }
span { border-color: rgb(187,72,57); }
td.TdClassName
{
border-color: #BB4839;
}
.TagClassName
{
border-color: #BB4839;
}
</style>