Shades of Grenadier #BB503F
Tints of Grenadier #BB503F
RGB
CMYK
RGB Variations
Color information
#BB503F (or 0xBB503F) is known color: Grenadier. HEX triplet: BB, 50 and 3F. RGB value is (187,80,63). Sum of RGB (Red+Green+Blue) = 187+80+63=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB503F is #44AFC0. Grayscale: #6E6E6E. Windows color (decimal): -4501441 or 4149435. OLE color: 4149435.
HSL color Cylindrical-coordinate representation of color #BB503F: hue angle of 8.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB503F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 63 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.27 |
| HSL | 8.23º | 0.5% | 0.49% | - |
| HSV(B) | 8.23º | 0.66% | 0.73% | - |
| XYZ | 24.26 | 16.66 | 6.64 | - |
| YUV | 110.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 63 | 0 | 0.57 | 0.66 | 0.27 | 8.23 | 0.5 | 0.49 |
| Hex | BB | 50 | 3F | 0 | 39 | 42 | 1B | 8 | 32 | 31 |
| Octal | 273 | 120 | 77 | 0 | 71 | 102 | 33 | 10 | 62 | 61 |
| Binary | 10111011 | 1010000 | 111111 | 0 | 111001 | 1000010 | 11011 | 1000 | 110010 | 110001 |
Color Harmonies of #BB503F
Complementary color
Monochromatic Colors of #BB503F
Black with #BB503F
Text Example
Text Example
White with #BB503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB503F; }
p { color: rgb(187,80,63); }
H1.HeaderClassName
{
color: #BB503F;
}
.AnyTagClassName
{
color: #BB503F;
}
</style>
background-color css
<style>
a { background-color: #BB503F; }
a { background-color: rgb(187,80,63); }
div.DivClassName
{
background-color: #BB503F;
}
.BgClassName
{
background-color: #BB503F;
}
</style>
border-color css
<style>
span { border-color: #BB503F; }
span { border-color: rgb(187,80,63); }
td.TdClassName
{
border-color: #BB503F;
}
.TagClassName
{
border-color: #BB503F;
}
</style>