Shades of Grenadier #BC5034
Tints of Grenadier #BC5034
RGB
CMYK
RGB Variations
Color information
#BC5034 (or 0xBC5034) is known color: Grenadier. HEX triplet: BC, 50 and 34. RGB value is (188,80,52). Sum of RGB (Red+Green+Blue) = 188+80+52=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5034 is #43AFCB. Grayscale: #6D6D6D. Windows color (decimal): -4435916 or 3428540. OLE color: 3428540.
HSL color Cylindrical-coordinate representation of color #BC5034: hue angle of 12.35º 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 #BC5034 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 52 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.26 |
| HSL | 12.35º | 0.57% | 0.47% | - |
| HSV(B) | 12.35º | 0.72% | 0.74% | - |
| XYZ | 24.23 | 16.68 | 5.19 | - |
| YUV | 109.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 52 | 0 | 0.57 | 0.72 | 0.26 | 12.35 | 0.57 | 0.47 |
| Hex | BC | 50 | 34 | 0 | 39 | 48 | 1A | C | 39 | 2F |
| Octal | 274 | 120 | 64 | 0 | 71 | 110 | 32 | 14 | 71 | 57 |
| Binary | 10111100 | 1010000 | 110100 | 0 | 111001 | 1001000 | 11010 | 1100 | 111001 | 101111 |
Color Harmonies of #BC5034
Complementary color
Monochromatic Colors of #BC5034
Black with #BC5034
Text Example
Text Example
White with #BC5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5034; }
p { color: rgb(188,80,52); }
H1.HeaderClassName
{
color: #BC5034;
}
.AnyTagClassName
{
color: #BC5034;
}
</style>
background-color css
<style>
a { background-color: #BC5034; }
a { background-color: rgb(188,80,52); }
div.DivClassName
{
background-color: #BC5034;
}
.BgClassName
{
background-color: #BC5034;
}
</style>
border-color css
<style>
span { border-color: #BC5034; }
span { border-color: rgb(188,80,52); }
td.TdClassName
{
border-color: #BC5034;
}
.TagClassName
{
border-color: #BC5034;
}
</style>