Shades of Grenadier #BB5332
Tints of Grenadier #BB5332
RGB
CMYK
RGB Variations
Color information
#BB5332 (or 0xBB5332) is known color: Grenadier. HEX triplet: BB, 53 and 32. RGB value is (187,83,50). Sum of RGB (Red+Green+Blue) = 187+83+50=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5332 is #44ACCD. Grayscale: #6E6E6E. Windows color (decimal): -4500686 or 3298235. OLE color: 3298235.
HSL color Cylindrical-coordinate representation of color #BB5332: hue angle of 14.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5332 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 50 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.27 |
| HSL | 14.45º | 0.58% | 0.46% | - |
| HSV(B) | 14.45º | 0.73% | 0.73% | - |
| XYZ | 24.16 | 16.98 | 5.02 | - |
| YUV | 110.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 50 | 0 | 0.56 | 0.73 | 0.27 | 14.45 | 0.58 | 0.46 |
| Hex | BB | 53 | 32 | 0 | 38 | 49 | 1B | E | 3A | 2E |
| Octal | 273 | 123 | 62 | 0 | 70 | 111 | 33 | 16 | 72 | 56 |
| Binary | 10111011 | 1010011 | 110010 | 0 | 111000 | 1001001 | 11011 | 1110 | 111010 | 101110 |
Color Harmonies of #BB5332
Complementary color
Monochromatic Colors of #BB5332
Black with #BB5332
Text Example
Text Example
White with #BB5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5332; }
p { color: rgb(187,83,50); }
H1.HeaderClassName
{
color: #BB5332;
}
.AnyTagClassName
{
color: #BB5332;
}
</style>
background-color css
<style>
a { background-color: #BB5332; }
a { background-color: rgb(187,83,50); }
div.DivClassName
{
background-color: #BB5332;
}
.BgClassName
{
background-color: #BB5332;
}
</style>
border-color css
<style>
span { border-color: #BB5332; }
span { border-color: rgb(187,83,50); }
td.TdClassName
{
border-color: #BB5332;
}
.TagClassName
{
border-color: #BB5332;
}
</style>