Shades of Grenadier #BB4D39
Tints of Grenadier #BB4D39
RGB
CMYK
RGB Variations
Color information
#BB4D39 (or 0xBB4D39) is known color: Grenadier. HEX triplet: BB, 4D and 39. RGB value is (187,77,57). Sum of RGB (Red+Green+Blue) = 187+77+57=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D39 is #44B2C6. Grayscale: #6B6B6B. Windows color (decimal): -4502215 or 3755451. OLE color: 3755451.
HSL color Cylindrical-coordinate representation of color #BB4D39: hue angle of 9.23º 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 #BB4D39 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 57 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.27 |
| HSL | 9.23º | 0.53% | 0.48% | - |
| HSV(B) | 9.23º | 0.7% | 0.73% | - |
| XYZ | 23.89 | 16.17 | 5.73 | - |
| YUV | 107.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 57 | 0 | 0.59 | 0.70 | 0.27 | 9.23 | 0.53 | 0.48 |
| Hex | BB | 4D | 39 | 0 | 3B | 46 | 1B | 9 | 35 | 30 |
| Octal | 273 | 115 | 71 | 0 | 73 | 106 | 33 | 11 | 65 | 60 |
| Binary | 10111011 | 1001101 | 111001 | 0 | 111011 | 1000110 | 11011 | 1001 | 110101 | 110000 |
Color Harmonies of #BB4D39
Complementary color
Monochromatic Colors of #BB4D39
Black with #BB4D39
Text Example
Text Example
White with #BB4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D39; }
p { color: rgb(187,77,57); }
H1.HeaderClassName
{
color: #BB4D39;
}
.AnyTagClassName
{
color: #BB4D39;
}
</style>
background-color css
<style>
a { background-color: #BB4D39; }
a { background-color: rgb(187,77,57); }
div.DivClassName
{
background-color: #BB4D39;
}
.BgClassName
{
background-color: #BB4D39;
}
</style>
border-color css
<style>
span { border-color: #BB4D39; }
span { border-color: rgb(187,77,57); }
td.TdClassName
{
border-color: #BB4D39;
}
.TagClassName
{
border-color: #BB4D39;
}
</style>