Shades of Grenadier #BC473C
Tints of Grenadier #BC473C
RGB
CMYK
RGB Variations
Color information
#BC473C (or 0xBC473C) is known color: Grenadier. HEX triplet: BC, 47 and 3C. RGB value is (188,71,60). Sum of RGB (Red+Green+Blue) = 188+71+60=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC473C is #43B8C3. Grayscale: #686868. Windows color (decimal): -4438212 or 3950524. OLE color: 3950524.
HSL color Cylindrical-coordinate representation of color #BC473C: hue angle of 5.16º 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 #BC473C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 60 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.26 |
| HSL | 5.16º | 0.52% | 0.49% | - |
| HSV(B) | 5.16º | 0.68% | 0.74% | - |
| XYZ | 23.81 | 15.52 | 6.02 | - |
| YUV | 104.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 60 | 0 | 0.62 | 0.68 | 0.26 | 5.16 | 0.52 | 0.49 |
| Hex | BC | 47 | 3C | 0 | 3E | 44 | 1A | 5 | 34 | 31 |
| Octal | 274 | 107 | 74 | 0 | 76 | 104 | 32 | 5 | 64 | 61 |
| Binary | 10111100 | 1000111 | 111100 | 0 | 111110 | 1000100 | 11010 | 101 | 110100 | 110001 |
Color Harmonies of #BC473C
Complementary color
Monochromatic Colors of #BC473C
Black with #BC473C
Text Example
Text Example
White with #BC473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC473C; }
p { color: rgb(188,71,60); }
H1.HeaderClassName
{
color: #BC473C;
}
.AnyTagClassName
{
color: #BC473C;
}
</style>
background-color css
<style>
a { background-color: #BC473C; }
a { background-color: rgb(188,71,60); }
div.DivClassName
{
background-color: #BC473C;
}
.BgClassName
{
background-color: #BC473C;
}
</style>
border-color css
<style>
span { border-color: #BC473C; }
span { border-color: rgb(188,71,60); }
td.TdClassName
{
border-color: #BC473C;
}
.TagClassName
{
border-color: #BC473C;
}
</style>