Shades of Grenadier #BB5237
Tints of Grenadier #BB5237
RGB
CMYK
RGB Variations
Color information
#BB5237 (or 0xBB5237) is known color: Grenadier. HEX triplet: BB, 52 and 37. RGB value is (187,82,55). Sum of RGB (Red+Green+Blue) = 187+82+55=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5237 is #44ADC8. Grayscale: #6E6E6E. Windows color (decimal): -4500937 or 3625659. OLE color: 3625659.
HSL color Cylindrical-coordinate representation of color #BB5237: hue angle of 12.27º 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 #BB5237 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 55 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.27 |
| HSL | 12.27º | 0.55% | 0.47% | - |
| HSV(B) | 12.27º | 0.71% | 0.73% | - |
| XYZ | 24.2 | 16.88 | 5.6 | - |
| YUV | 110.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 55 | 0 | 0.56 | 0.71 | 0.27 | 12.27 | 0.55 | 0.47 |
| Hex | BB | 52 | 37 | 0 | 38 | 47 | 1B | C | 37 | 2F |
| Octal | 273 | 122 | 67 | 0 | 70 | 107 | 33 | 14 | 67 | 57 |
| Binary | 10111011 | 1010010 | 110111 | 0 | 111000 | 1000111 | 11011 | 1100 | 110111 | 101111 |
Color Harmonies of #BB5237
Complementary color
Monochromatic Colors of #BB5237
Black with #BB5237
Text Example
Text Example
White with #BB5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5237; }
p { color: rgb(187,82,55); }
H1.HeaderClassName
{
color: #BB5237;
}
.AnyTagClassName
{
color: #BB5237;
}
</style>
background-color css
<style>
a { background-color: #BB5237; }
a { background-color: rgb(187,82,55); }
div.DivClassName
{
background-color: #BB5237;
}
.BgClassName
{
background-color: #BB5237;
}
</style>
border-color css
<style>
span { border-color: #BB5237; }
span { border-color: rgb(187,82,55); }
td.TdClassName
{
border-color: #BB5237;
}
.TagClassName
{
border-color: #BB5237;
}
</style>