Shades of Grenadier #BB503E
Tints of Grenadier #BB503E
RGB
CMYK
RGB Variations
Color information
#BB503E (or 0xBB503E) is known color: Grenadier. HEX triplet: BB, 50 and 3E. RGB value is (187,80,62). Sum of RGB (Red+Green+Blue) = 187+80+62=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB503E is #44AFC1. Grayscale: #6E6E6E. Windows color (decimal): -4501442 or 4083899. OLE color: 4083899.
HSL color Cylindrical-coordinate representation of color #BB503E: hue angle of 8.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB503E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 62 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.27 |
| HSL | 8.64º | 0.5% | 0.49% | - |
| HSV(B) | 8.64º | 0.67% | 0.73% | - |
| XYZ | 24.23 | 16.65 | 6.49 | - |
| YUV | 109.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 62 | 0 | 0.57 | 0.67 | 0.27 | 8.64 | 0.5 | 0.49 |
| Hex | BB | 50 | 3E | 0 | 39 | 43 | 1B | 9 | 32 | 31 |
| Octal | 273 | 120 | 76 | 0 | 71 | 103 | 33 | 11 | 62 | 61 |
| Binary | 10111011 | 1010000 | 111110 | 0 | 111001 | 1000011 | 11011 | 1001 | 110010 | 110001 |
Color Harmonies of #BB503E
Complementary color
Monochromatic Colors of #BB503E
Black with #BB503E
Text Example
Text Example
White with #BB503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB503E; }
p { color: rgb(187,80,62); }
H1.HeaderClassName
{
color: #BB503E;
}
.AnyTagClassName
{
color: #BB503E;
}
</style>
background-color css
<style>
a { background-color: #BB503E; }
a { background-color: rgb(187,80,62); }
div.DivClassName
{
background-color: #BB503E;
}
.BgClassName
{
background-color: #BB503E;
}
</style>
border-color css
<style>
span { border-color: #BB503E; }
span { border-color: rgb(187,80,62); }
td.TdClassName
{
border-color: #BB503E;
}
.TagClassName
{
border-color: #BB503E;
}
</style>