Shades of Grenadier #BC503F
Tints of Grenadier #BC503F
RGB
CMYK
RGB Variations
Color information
#BC503F (or 0xBC503F) is known color: Grenadier. HEX triplet: BC, 50 and 3F. RGB value is (188,80,63). Sum of RGB (Red+Green+Blue) = 188+80+63=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503F is #43AFC0. Grayscale: #6E6E6E. Windows color (decimal): -4435905 or 4149436. OLE color: 4149436.
HSL color Cylindrical-coordinate representation of color #BC503F: hue angle of 8.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC503F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 63 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.26 |
| HSL | 8.16º | 0.5% | 0.49% | - |
| HSV(B) | 8.16º | 0.66% | 0.74% | - |
| XYZ | 24.5 | 16.79 | 6.65 | - |
| YUV | 110.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 63 | 0 | 0.57 | 0.66 | 0.26 | 8.16 | 0.5 | 0.49 |
| Hex | BC | 50 | 3F | 0 | 39 | 42 | 1A | 8 | 32 | 31 |
| Octal | 274 | 120 | 77 | 0 | 71 | 102 | 32 | 10 | 62 | 61 |
| Binary | 10111100 | 1010000 | 111111 | 0 | 111001 | 1000010 | 11010 | 1000 | 110010 | 110001 |
Color Harmonies of #BC503F
Complementary color
Monochromatic Colors of #BC503F
Black with #BC503F
Text Example
Text Example
White with #BC503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC503F; }
p { color: rgb(188,80,63); }
H1.HeaderClassName
{
color: #BC503F;
}
.AnyTagClassName
{
color: #BC503F;
}
</style>
background-color css
<style>
a { background-color: #BC503F; }
a { background-color: rgb(188,80,63); }
div.DivClassName
{
background-color: #BC503F;
}
.BgClassName
{
background-color: #BC503F;
}
</style>
border-color css
<style>
span { border-color: #BC503F; }
span { border-color: rgb(188,80,63); }
td.TdClassName
{
border-color: #BC503F;
}
.TagClassName
{
border-color: #BC503F;
}
</style>