Shades of Grenadier #BB503B
Tints of Grenadier #BB503B
RGB
CMYK
RGB Variations
Color information
#BB503B (or 0xBB503B) is known color: Grenadier. HEX triplet: BB, 50 and 3B. RGB value is (187,80,59). Sum of RGB (Red+Green+Blue) = 187+80+59=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB503B is #44AFC4. Grayscale: #6D6D6D. Windows color (decimal): -4501445 or 3887291. OLE color: 3887291.
HSL color Cylindrical-coordinate representation of color #BB503B: hue angle of 9.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB503B is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 59 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.27 |
| HSL | 9.84º | 0.52% | 0.48% | - |
| HSV(B) | 9.84º | 0.68% | 0.73% | - |
| XYZ | 24.15 | 16.62 | 6.07 | - |
| YUV | 109.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 59 | 0 | 0.57 | 0.68 | 0.27 | 9.84 | 0.52 | 0.48 |
| Hex | BB | 50 | 3B | 0 | 39 | 44 | 1B | A | 34 | 30 |
| Octal | 273 | 120 | 73 | 0 | 71 | 104 | 33 | 12 | 64 | 60 |
| Binary | 10111011 | 1010000 | 111011 | 0 | 111001 | 1000100 | 11011 | 1010 | 110100 | 110000 |
Color Harmonies of #BB503B
Complementary color
Monochromatic Colors of #BB503B
Black with #BB503B
Text Example
Text Example
White with #BB503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB503B; }
p { color: rgb(187,80,59); }
H1.HeaderClassName
{
color: #BB503B;
}
.AnyTagClassName
{
color: #BB503B;
}
</style>
background-color css
<style>
a { background-color: #BB503B; }
a { background-color: rgb(187,80,59); }
div.DivClassName
{
background-color: #BB503B;
}
.BgClassName
{
background-color: #BB503B;
}
</style>
border-color css
<style>
span { border-color: #BB503B; }
span { border-color: rgb(187,80,59); }
td.TdClassName
{
border-color: #BB503B;
}
.TagClassName
{
border-color: #BB503B;
}
</style>