Shades of Grenadier #BC5334
Tints of Grenadier #BC5334
RGB
CMYK
RGB Variations
Color information
#BC5334 (or 0xBC5334) is known color: Grenadier. HEX triplet: BC, 53 and 34. RGB value is (188,83,52). Sum of RGB (Red+Green+Blue) = 188+83+52=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5334 is #43ACCB. Grayscale: #6F6F6F. Windows color (decimal): -4435148 or 3429308. OLE color: 3429308.
HSL color Cylindrical-coordinate representation of color #BC5334: hue angle of 13.68º 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 #BC5334 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 52 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.26 |
| HSL | 13.68º | 0.57% | 0.47% | - |
| HSV(B) | 13.68º | 0.72% | 0.74% | - |
| XYZ | 24.45 | 17.13 | 5.27 | - |
| YUV | 110.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 52 | 0 | 0.56 | 0.72 | 0.26 | 13.68 | 0.57 | 0.47 |
| Hex | BC | 53 | 34 | 0 | 38 | 48 | 1A | E | 39 | 2F |
| Octal | 274 | 123 | 64 | 0 | 70 | 110 | 32 | 16 | 71 | 57 |
| Binary | 10111100 | 1010011 | 110100 | 0 | 111000 | 1001000 | 11010 | 1110 | 111001 | 101111 |
Color Harmonies of #BC5334
Complementary color
Monochromatic Colors of #BC5334
Black with #BC5334
Text Example
Text Example
White with #BC5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5334; }
p { color: rgb(188,83,52); }
H1.HeaderClassName
{
color: #BC5334;
}
.AnyTagClassName
{
color: #BC5334;
}
</style>
background-color css
<style>
a { background-color: #BC5334; }
a { background-color: rgb(188,83,52); }
div.DivClassName
{
background-color: #BC5334;
}
.BgClassName
{
background-color: #BC5334;
}
</style>
border-color css
<style>
span { border-color: #BC5334; }
span { border-color: rgb(188,83,52); }
td.TdClassName
{
border-color: #BC5334;
}
.TagClassName
{
border-color: #BC5334;
}
</style>