Shades of Grenadier #BC5033
Tints of Grenadier #BC5033
RGB
CMYK
RGB Variations
Color information
#BC5033 (or 0xBC5033) is known color: Grenadier. HEX triplet: BC, 50 and 33. RGB value is (188,80,51). Sum of RGB (Red+Green+Blue) = 188+80+51=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5033 is #43AFCC. Grayscale: #6D6D6D. Windows color (decimal): -4435917 or 3363004. OLE color: 3363004.
HSL color Cylindrical-coordinate representation of color #BC5033: hue angle of 12.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC5033 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 51 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.26 |
| HSL | 12.7º | 0.57% | 0.47% | - |
| HSV(B) | 12.7º | 0.73% | 0.74% | - |
| XYZ | 24.21 | 16.67 | 5.07 | - |
| YUV | 108.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 51 | 0 | 0.57 | 0.73 | 0.26 | 12.7 | 0.57 | 0.47 |
| Hex | BC | 50 | 33 | 0 | 39 | 49 | 1A | D | 39 | 2F |
| Octal | 274 | 120 | 63 | 0 | 71 | 111 | 32 | 15 | 71 | 57 |
| Binary | 10111100 | 1010000 | 110011 | 0 | 111001 | 1001001 | 11010 | 1101 | 111001 | 101111 |
Color Harmonies of #BC5033
Complementary color
Monochromatic Colors of #BC5033
Black with #BC5033
Text Example
Text Example
White with #BC5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5033; }
p { color: rgb(188,80,51); }
H1.HeaderClassName
{
color: #BC5033;
}
.AnyTagClassName
{
color: #BC5033;
}
</style>
background-color css
<style>
a { background-color: #BC5033; }
a { background-color: rgb(188,80,51); }
div.DivClassName
{
background-color: #BC5033;
}
.BgClassName
{
background-color: #BC5033;
}
</style>
border-color css
<style>
span { border-color: #BC5033; }
span { border-color: rgb(188,80,51); }
td.TdClassName
{
border-color: #BC5033;
}
.TagClassName
{
border-color: #BC5033;
}
</style>