Shades of Grenadier #BC573C
Tints of Grenadier #BC573C
RGB
CMYK
RGB Variations
Color information
#BC573C (or 0xBC573C) is known color: Grenadier. HEX triplet: BC, 57 and 3C. RGB value is (188,87,60). Sum of RGB (Red+Green+Blue) = 188+87+60=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC573C is #43A8C3. Grayscale: #727272. Windows color (decimal): -4434116 or 3954620. OLE color: 3954620.
HSL color Cylindrical-coordinate representation of color #BC573C: hue angle of 12.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC573C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 60 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.26 |
| HSL | 12.66º | 0.52% | 0.49% | - |
| HSV(B) | 12.66º | 0.68% | 0.74% | - |
| XYZ | 24.96 | 17.83 | 6.4 | - |
| YUV | 114.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 60 | 0 | 0.54 | 0.68 | 0.26 | 12.66 | 0.52 | 0.49 |
| Hex | BC | 57 | 3C | 0 | 36 | 44 | 1A | D | 34 | 31 |
| Octal | 274 | 127 | 74 | 0 | 66 | 104 | 32 | 15 | 64 | 61 |
| Binary | 10111100 | 1010111 | 111100 | 0 | 110110 | 1000100 | 11010 | 1101 | 110100 | 110001 |
Color Harmonies of #BC573C
Complementary color
Monochromatic Colors of #BC573C
Black with #BC573C
Text Example
Text Example
White with #BC573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC573C; }
p { color: rgb(188,87,60); }
H1.HeaderClassName
{
color: #BC573C;
}
.AnyTagClassName
{
color: #BC573C;
}
</style>
background-color css
<style>
a { background-color: #BC573C; }
a { background-color: rgb(188,87,60); }
div.DivClassName
{
background-color: #BC573C;
}
.BgClassName
{
background-color: #BC573C;
}
</style>
border-color css
<style>
span { border-color: #BC573C; }
span { border-color: rgb(188,87,60); }
td.TdClassName
{
border-color: #BC573C;
}
.TagClassName
{
border-color: #BC573C;
}
</style>