Shades of Grenadier #BC563C
Tints of Grenadier #BC563C
RGB
CMYK
RGB Variations
Color information
#BC563C (or 0xBC563C) is known color: Grenadier. HEX triplet: BC, 56 and 3C. RGB value is (188,86,60). Sum of RGB (Red+Green+Blue) = 188+86+60=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC563C is #43A9C3. Grayscale: #717171. Windows color (decimal): -4434372 or 3954364. OLE color: 3954364.
HSL color Cylindrical-coordinate representation of color #BC563C: hue angle of 12.19º 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 #BC563C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 60 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.26 |
| HSL | 12.19º | 0.52% | 0.49% | - |
| HSV(B) | 12.19º | 0.68% | 0.74% | - |
| XYZ | 24.88 | 17.67 | 6.37 | - |
| YUV | 113.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 60 | 0 | 0.54 | 0.68 | 0.26 | 12.19 | 0.52 | 0.49 |
| Hex | BC | 56 | 3C | 0 | 36 | 44 | 1A | C | 34 | 31 |
| Octal | 274 | 126 | 74 | 0 | 66 | 104 | 32 | 14 | 64 | 61 |
| Binary | 10111100 | 1010110 | 111100 | 0 | 110110 | 1000100 | 11010 | 1100 | 110100 | 110001 |
Color Harmonies of #BC563C
Complementary color
Monochromatic Colors of #BC563C
Black with #BC563C
Text Example
Text Example
White with #BC563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC563C; }
p { color: rgb(188,86,60); }
H1.HeaderClassName
{
color: #BC563C;
}
.AnyTagClassName
{
color: #BC563C;
}
</style>
background-color css
<style>
a { background-color: #BC563C; }
a { background-color: rgb(188,86,60); }
div.DivClassName
{
background-color: #BC563C;
}
.BgClassName
{
background-color: #BC563C;
}
</style>
border-color css
<style>
span { border-color: #BC563C; }
span { border-color: rgb(188,86,60); }
td.TdClassName
{
border-color: #BC563C;
}
.TagClassName
{
border-color: #BC563C;
}
</style>