Shades of Grenadier #BC503C
Tints of Grenadier #BC503C
RGB
CMYK
RGB Variations
Color information
#BC503C (or 0xBC503C) is known color: Grenadier. HEX triplet: BC, 50 and 3C. RGB value is (188,80,60). Sum of RGB (Red+Green+Blue) = 188+80+60=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503C is #43AFC3. Grayscale: #6E6E6E. Windows color (decimal): -4435908 or 3952828. OLE color: 3952828.
HSL color Cylindrical-coordinate representation of color #BC503C: hue angle of 9.38º 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 #BC503C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 60 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.26 |
| HSL | 9.38º | 0.52% | 0.49% | - |
| HSV(B) | 9.38º | 0.68% | 0.74% | - |
| XYZ | 24.42 | 16.75 | 6.22 | - |
| YUV | 110.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 60 | 0 | 0.57 | 0.68 | 0.26 | 9.38 | 0.52 | 0.49 |
| Hex | BC | 50 | 3C | 0 | 39 | 44 | 1A | 9 | 34 | 31 |
| Octal | 274 | 120 | 74 | 0 | 71 | 104 | 32 | 11 | 64 | 61 |
| Binary | 10111100 | 1010000 | 111100 | 0 | 111001 | 1000100 | 11010 | 1001 | 110100 | 110001 |
Color Harmonies of #BC503C
Complementary color
Monochromatic Colors of #BC503C
Black with #BC503C
Text Example
Text Example
White with #BC503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC503C; }
p { color: rgb(188,80,60); }
H1.HeaderClassName
{
color: #BC503C;
}
.AnyTagClassName
{
color: #BC503C;
}
</style>
background-color css
<style>
a { background-color: #BC503C; }
a { background-color: rgb(188,80,60); }
div.DivClassName
{
background-color: #BC503C;
}
.BgClassName
{
background-color: #BC503C;
}
</style>
border-color css
<style>
span { border-color: #BC503C; }
span { border-color: rgb(188,80,60); }
td.TdClassName
{
border-color: #BC503C;
}
.TagClassName
{
border-color: #BC503C;
}
</style>