Shades of Grenadier #BB4836
Tints of Grenadier #BB4836
RGB
CMYK
RGB Variations
Color information
#BB4836 (or 0xBB4836) is known color: Grenadier. HEX triplet: BB, 48 and 36. RGB value is (187,72,54). Sum of RGB (Red+Green+Blue) = 187+72+54=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4836 is #44B7C9. Grayscale: #686868. Windows color (decimal): -4503498 or 3557563. OLE color: 3557563.
HSL color Cylindrical-coordinate representation of color #BB4836: hue angle of 8.12º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4836 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 54 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.27 |
| HSL | 8.12º | 0.55% | 0.47% | - |
| HSV(B) | 8.12º | 0.71% | 0.73% | - |
| XYZ | 23.48 | 15.47 | 5.24 | - |
| YUV | 104.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 54 | 0 | 0.61 | 0.71 | 0.27 | 8.12 | 0.55 | 0.47 |
| Hex | BB | 48 | 36 | 0 | 3D | 47 | 1B | 8 | 37 | 2F |
| Octal | 273 | 110 | 66 | 0 | 75 | 107 | 33 | 10 | 67 | 57 |
| Binary | 10111011 | 1001000 | 110110 | 0 | 111101 | 1000111 | 11011 | 1000 | 110111 | 101111 |
Color Harmonies of #BB4836
Complementary color
Monochromatic Colors of #BB4836
Black with #BB4836
Text Example
Text Example
White with #BB4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4836; }
p { color: rgb(187,72,54); }
H1.HeaderClassName
{
color: #BB4836;
}
.AnyTagClassName
{
color: #BB4836;
}
</style>
background-color css
<style>
a { background-color: #BB4836; }
a { background-color: rgb(187,72,54); }
div.DivClassName
{
background-color: #BB4836;
}
.BgClassName
{
background-color: #BB4836;
}
</style>
border-color css
<style>
span { border-color: #BB4836; }
span { border-color: rgb(187,72,54); }
td.TdClassName
{
border-color: #BB4836;
}
.TagClassName
{
border-color: #BB4836;
}
</style>