Shades of Grenadier #BC5233
Tints of Grenadier #BC5233
RGB
CMYK
RGB Variations
Color information
#BC5233 (or 0xBC5233) is known color: Grenadier. HEX triplet: BC, 52 and 33. RGB value is (188,82,51). Sum of RGB (Red+Green+Blue) = 188+82+51=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5233 is #43ADCC. Grayscale: #6E6E6E. Windows color (decimal): -4435405 or 3363516. OLE color: 3363516.
HSL color Cylindrical-coordinate representation of color #BC5233: hue angle of 13.58º 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 #BC5233 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 51 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.26 |
| HSL | 13.58º | 0.57% | 0.47% | - |
| HSV(B) | 13.58º | 0.73% | 0.74% | - |
| XYZ | 24.35 | 16.96 | 5.12 | - |
| YUV | 110.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 51 | 0 | 0.56 | 0.73 | 0.26 | 13.58 | 0.57 | 0.47 |
| Hex | BC | 52 | 33 | 0 | 38 | 49 | 1A | E | 39 | 2F |
| Octal | 274 | 122 | 63 | 0 | 70 | 111 | 32 | 16 | 71 | 57 |
| Binary | 10111100 | 1010010 | 110011 | 0 | 111000 | 1001001 | 11010 | 1110 | 111001 | 101111 |
Color Harmonies of #BC5233
Complementary color
Monochromatic Colors of #BC5233
Black with #BC5233
Text Example
Text Example
White with #BC5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5233; }
p { color: rgb(188,82,51); }
H1.HeaderClassName
{
color: #BC5233;
}
.AnyTagClassName
{
color: #BC5233;
}
</style>
background-color css
<style>
a { background-color: #BC5233; }
a { background-color: rgb(188,82,51); }
div.DivClassName
{
background-color: #BC5233;
}
.BgClassName
{
background-color: #BC5233;
}
</style>
border-color css
<style>
span { border-color: #BC5233; }
span { border-color: rgb(188,82,51); }
td.TdClassName
{
border-color: #BC5233;
}
.TagClassName
{
border-color: #BC5233;
}
</style>