Shades of Grenadier #BC493C
Tints of Grenadier #BC493C
RGB
CMYK
RGB Variations
Color information
#BC493C (or 0xBC493C) is known color: Grenadier. HEX triplet: BC, 49 and 3C. RGB value is (188,73,60). Sum of RGB (Red+Green+Blue) = 188+73+60=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC493C is #43B6C3. Grayscale: #6A6A6A. Windows color (decimal): -4437700 or 3951036. OLE color: 3951036.
HSL color Cylindrical-coordinate representation of color #BC493C: hue angle of 6.09º 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 #BC493C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 60 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.26 |
| HSL | 6.09º | 0.52% | 0.49% | - |
| HSV(B) | 6.09º | 0.68% | 0.74% | - |
| XYZ | 23.94 | 15.78 | 6.06 | - |
| YUV | 105.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 60 | 0 | 0.61 | 0.68 | 0.26 | 6.09 | 0.52 | 0.49 |
| Hex | BC | 49 | 3C | 0 | 3D | 44 | 1A | 6 | 34 | 31 |
| Octal | 274 | 111 | 74 | 0 | 75 | 104 | 32 | 6 | 64 | 61 |
| Binary | 10111100 | 1001001 | 111100 | 0 | 111101 | 1000100 | 11010 | 110 | 110100 | 110001 |
Color Harmonies of #BC493C
Complementary color
Monochromatic Colors of #BC493C
Black with #BC493C
Text Example
Text Example
White with #BC493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC493C; }
p { color: rgb(188,73,60); }
H1.HeaderClassName
{
color: #BC493C;
}
.AnyTagClassName
{
color: #BC493C;
}
</style>
background-color css
<style>
a { background-color: #BC493C; }
a { background-color: rgb(188,73,60); }
div.DivClassName
{
background-color: #BC493C;
}
.BgClassName
{
background-color: #BC493C;
}
</style>
border-color css
<style>
span { border-color: #BC493C; }
span { border-color: rgb(188,73,60); }
td.TdClassName
{
border-color: #BC493C;
}
.TagClassName
{
border-color: #BC493C;
}
</style>