Shades of Grenadier #BB5239
Tints of Grenadier #BB5239
RGB
CMYK
RGB Variations
Color information
#BB5239 (or 0xBB5239) is known color: Grenadier. HEX triplet: BB, 52 and 39. RGB value is (187,82,57). Sum of RGB (Red+Green+Blue) = 187+82+57=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5239 is #44ADC6. Grayscale: #6E6E6E. Windows color (decimal): -4500935 or 3756731. OLE color: 3756731.
HSL color Cylindrical-coordinate representation of color #BB5239: hue angle of 11.54º 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 #BB5239 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 57 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.27 |
| HSL | 11.54º | 0.53% | 0.48% | - |
| HSV(B) | 11.54º | 0.7% | 0.73% | - |
| XYZ | 24.25 | 16.89 | 5.85 | - |
| YUV | 110.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 57 | 0 | 0.56 | 0.70 | 0.27 | 11.54 | 0.53 | 0.48 |
| Hex | BB | 52 | 39 | 0 | 38 | 46 | 1B | C | 35 | 30 |
| Octal | 273 | 122 | 71 | 0 | 70 | 106 | 33 | 14 | 65 | 60 |
| Binary | 10111011 | 1010010 | 111001 | 0 | 111000 | 1000110 | 11011 | 1100 | 110101 | 110000 |
Color Harmonies of #BB5239
Complementary color
Monochromatic Colors of #BB5239
Black with #BB5239
Text Example
Text Example
White with #BB5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5239; }
p { color: rgb(187,82,57); }
H1.HeaderClassName
{
color: #BB5239;
}
.AnyTagClassName
{
color: #BB5239;
}
</style>
background-color css
<style>
a { background-color: #BB5239; }
a { background-color: rgb(187,82,57); }
div.DivClassName
{
background-color: #BB5239;
}
.BgClassName
{
background-color: #BB5239;
}
</style>
border-color css
<style>
span { border-color: #BB5239; }
span { border-color: rgb(187,82,57); }
td.TdClassName
{
border-color: #BB5239;
}
.TagClassName
{
border-color: #BB5239;
}
</style>