Shades of Grenadier #BC573B
Tints of Grenadier #BC573B
RGB
CMYK
RGB Variations
Color information
#BC573B (or 0xBC573B) is known color: Grenadier. HEX triplet: BC, 57 and 3B. RGB value is (188,87,59). Sum of RGB (Red+Green+Blue) = 188+87+59=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC573B is #43A8C4. Grayscale: #727272. Windows color (decimal): -4434117 or 3889084. OLE color: 3889084.
HSL color Cylindrical-coordinate representation of color #BC573B: hue angle of 13.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC573B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 59 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.26 |
| HSL | 13.02º | 0.52% | 0.48% | - |
| HSV(B) | 13.02º | 0.69% | 0.74% | - |
| XYZ | 24.94 | 17.82 | 6.26 | - |
| YUV | 114.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 59 | 0 | 0.54 | 0.69 | 0.26 | 13.02 | 0.52 | 0.48 |
| Hex | BC | 57 | 3B | 0 | 36 | 45 | 1A | D | 34 | 30 |
| Octal | 274 | 127 | 73 | 0 | 66 | 105 | 32 | 15 | 64 | 60 |
| Binary | 10111100 | 1010111 | 111011 | 0 | 110110 | 1000101 | 11010 | 1101 | 110100 | 110000 |
Color Harmonies of #BC573B
Complementary color
Monochromatic Colors of #BC573B
Black with #BC573B
Text Example
Text Example
White with #BC573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC573B; }
p { color: rgb(188,87,59); }
H1.HeaderClassName
{
color: #BC573B;
}
.AnyTagClassName
{
color: #BC573B;
}
</style>
background-color css
<style>
a { background-color: #BC573B; }
a { background-color: rgb(188,87,59); }
div.DivClassName
{
background-color: #BC573B;
}
.BgClassName
{
background-color: #BC573B;
}
</style>
border-color css
<style>
span { border-color: #BC573B; }
span { border-color: rgb(188,87,59); }
td.TdClassName
{
border-color: #BC573B;
}
.TagClassName
{
border-color: #BC573B;
}
</style>