Shades of Grenadier #BC5031
Tints of Grenadier #BC5031
RGB
CMYK
RGB Variations
Color information
#BC5031 (or 0xBC5031) is known color: Grenadier. HEX triplet: BC, 50 and 31. RGB value is (188,80,49). Sum of RGB (Red+Green+Blue) = 188+80+49=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5031 is #43AFCE. Grayscale: #6C6C6C. Windows color (decimal): -4435919 or 3231932. OLE color: 3231932.
HSL color Cylindrical-coordinate representation of color #BC5031: hue angle of 13.38º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5031 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 49 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.26 |
| HSL | 13.38º | 0.59% | 0.46% | - |
| HSV(B) | 13.38º | 0.74% | 0.74% | - |
| XYZ | 24.16 | 16.65 | 4.85 | - |
| YUV | 108.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 49 | 0 | 0.57 | 0.74 | 0.26 | 13.38 | 0.59 | 0.46 |
| Hex | BC | 50 | 31 | 0 | 39 | 4A | 1A | D | 3B | 2E |
| Octal | 274 | 120 | 61 | 0 | 71 | 112 | 32 | 15 | 73 | 56 |
| Binary | 10111100 | 1010000 | 110001 | 0 | 111001 | 1001010 | 11010 | 1101 | 111011 | 101110 |
Color Harmonies of #BC5031
Complementary color
Monochromatic Colors of #BC5031
Black with #BC5031
Text Example
Text Example
White with #BC5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5031; }
p { color: rgb(188,80,49); }
H1.HeaderClassName
{
color: #BC5031;
}
.AnyTagClassName
{
color: #BC5031;
}
</style>
background-color css
<style>
a { background-color: #BC5031; }
a { background-color: rgb(188,80,49); }
div.DivClassName
{
background-color: #BC5031;
}
.BgClassName
{
background-color: #BC5031;
}
</style>
border-color css
<style>
span { border-color: #BC5031; }
span { border-color: rgb(188,80,49); }
td.TdClassName
{
border-color: #BC5031;
}
.TagClassName
{
border-color: #BC5031;
}
</style>