Shades of Grenadier #BC5134
Tints of Grenadier #BC5134
RGB
CMYK
RGB Variations
Color information
#BC5134 (or 0xBC5134) is known color: Grenadier. HEX triplet: BC, 51 and 34. RGB value is (188,81,52). Sum of RGB (Red+Green+Blue) = 188+81+52=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5134 is #43AECB. Grayscale: #6D6D6D. Windows color (decimal): -4435660 or 3428796. OLE color: 3428796.
HSL color Cylindrical-coordinate representation of color #BC5134: hue angle of 12.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5134 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 52 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.26 |
| HSL | 12.79º | 0.57% | 0.47% | - |
| HSV(B) | 12.79º | 0.72% | 0.74% | - |
| XYZ | 24.3 | 16.82 | 5.22 | - |
| YUV | 109.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 52 | 0 | 0.57 | 0.72 | 0.26 | 12.79 | 0.57 | 0.47 |
| Hex | BC | 51 | 34 | 0 | 39 | 48 | 1A | D | 39 | 2F |
| Octal | 274 | 121 | 64 | 0 | 71 | 110 | 32 | 15 | 71 | 57 |
| Binary | 10111100 | 1010001 | 110100 | 0 | 111001 | 1001000 | 11010 | 1101 | 111001 | 101111 |
Color Harmonies of #BC5134
Complementary color
Monochromatic Colors of #BC5134
Black with #BC5134
Text Example
Text Example
White with #BC5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5134; }
p { color: rgb(188,81,52); }
H1.HeaderClassName
{
color: #BC5134;
}
.AnyTagClassName
{
color: #BC5134;
}
</style>
background-color css
<style>
a { background-color: #BC5134; }
a { background-color: rgb(188,81,52); }
div.DivClassName
{
background-color: #BC5134;
}
.BgClassName
{
background-color: #BC5134;
}
</style>
border-color css
<style>
span { border-color: #BC5134; }
span { border-color: rgb(188,81,52); }
td.TdClassName
{
border-color: #BC5134;
}
.TagClassName
{
border-color: #BC5134;
}
</style>