Shades of Grenadier #BB5033
Tints of Grenadier #BB5033
RGB
CMYK
RGB Variations
Color information
#BB5033 (or 0xBB5033) is known color: Grenadier. HEX triplet: BB, 50 and 33. RGB value is (187,80,51). Sum of RGB (Red+Green+Blue) = 187+80+51=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5033 is #44AFCC. Grayscale: #6C6C6C. Windows color (decimal): -4501453 or 3363003. OLE color: 3363003.
HSL color Cylindrical-coordinate representation of color #BB5033: hue angle of 12.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5033 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 51 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.27 |
| HSL | 12.79º | 0.57% | 0.47% | - |
| HSV(B) | 12.79º | 0.73% | 0.73% | - |
| XYZ | 23.96 | 16.54 | 5.06 | - |
| YUV | 108.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 51 | 0 | 0.57 | 0.73 | 0.27 | 12.79 | 0.57 | 0.47 |
| Hex | BB | 50 | 33 | 0 | 39 | 49 | 1B | D | 39 | 2F |
| Octal | 273 | 120 | 63 | 0 | 71 | 111 | 33 | 15 | 71 | 57 |
| Binary | 10111011 | 1010000 | 110011 | 0 | 111001 | 1001001 | 11011 | 1101 | 111001 | 101111 |
Color Harmonies of #BB5033
Complementary color
Monochromatic Colors of #BB5033
Black with #BB5033
Text Example
Text Example
White with #BB5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5033; }
p { color: rgb(187,80,51); }
H1.HeaderClassName
{
color: #BB5033;
}
.AnyTagClassName
{
color: #BB5033;
}
</style>
background-color css
<style>
a { background-color: #BB5033; }
a { background-color: rgb(187,80,51); }
div.DivClassName
{
background-color: #BB5033;
}
.BgClassName
{
background-color: #BB5033;
}
</style>
border-color css
<style>
span { border-color: #BB5033; }
span { border-color: rgb(187,80,51); }
td.TdClassName
{
border-color: #BB5033;
}
.TagClassName
{
border-color: #BB5033;
}
</style>