Shades of Grenadier #BC503D
Tints of Grenadier #BC503D
RGB
CMYK
RGB Variations
Color information
#BC503D (or 0xBC503D) is known color: Grenadier. HEX triplet: BC, 50 and 3D. RGB value is (188,80,61). Sum of RGB (Red+Green+Blue) = 188+80+61=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503D is #43AFC2. Grayscale: #6E6E6E. Windows color (decimal): -4435907 or 4018364. OLE color: 4018364.
HSL color Cylindrical-coordinate representation of color #BC503D: hue angle of 8.98º degrees, saturation: 0.51, 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 #BC503D is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 61 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.26 |
| HSL | 8.98º | 0.51% | 0.49% | - |
| HSV(B) | 8.98º | 0.68% | 0.74% | - |
| XYZ | 24.45 | 16.77 | 6.36 | - |
| YUV | 110.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 61 | 0 | 0.57 | 0.68 | 0.26 | 8.98 | 0.51 | 0.49 |
| Hex | BC | 50 | 3D | 0 | 39 | 44 | 1A | 9 | 33 | 31 |
| Octal | 274 | 120 | 75 | 0 | 71 | 104 | 32 | 11 | 63 | 61 |
| Binary | 10111100 | 1010000 | 111101 | 0 | 111001 | 1000100 | 11010 | 1001 | 110011 | 110001 |
Color Harmonies of #BC503D
Complementary color
Monochromatic Colors of #BC503D
Black with #BC503D
Text Example
Text Example
White with #BC503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC503D; }
p { color: rgb(188,80,61); }
H1.HeaderClassName
{
color: #BC503D;
}
.AnyTagClassName
{
color: #BC503D;
}
</style>
background-color css
<style>
a { background-color: #BC503D; }
a { background-color: rgb(188,80,61); }
div.DivClassName
{
background-color: #BC503D;
}
.BgClassName
{
background-color: #BC503D;
}
</style>
border-color css
<style>
span { border-color: #BC503D; }
span { border-color: rgb(188,80,61); }
td.TdClassName
{
border-color: #BC503D;
}
.TagClassName
{
border-color: #BC503D;
}
</style>