Shades of Grenadier #BC5131
Tints of Grenadier #BC5131
RGB
CMYK
RGB Variations
Color information
#BC5131 (or 0xBC5131) is known color: Grenadier. HEX triplet: BC, 51 and 31. RGB value is (188,81,49). Sum of RGB (Red+Green+Blue) = 188+81+49=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5131 is #43AECE. Grayscale: #6D6D6D. Windows color (decimal): -4435663 or 3232188. OLE color: 3232188.
HSL color Cylindrical-coordinate representation of color #BC5131: hue angle of 13.81º 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 #BC5131 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 49 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.26 |
| HSL | 13.81º | 0.59% | 0.46% | - |
| HSV(B) | 13.81º | 0.74% | 0.74% | - |
| XYZ | 24.24 | 16.8 | 4.87 | - |
| YUV | 109.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 49 | 0 | 0.57 | 0.74 | 0.26 | 13.81 | 0.59 | 0.46 |
| Hex | BC | 51 | 31 | 0 | 39 | 4A | 1A | E | 3B | 2E |
| Octal | 274 | 121 | 61 | 0 | 71 | 112 | 32 | 16 | 73 | 56 |
| Binary | 10111100 | 1010001 | 110001 | 0 | 111001 | 1001010 | 11010 | 1110 | 111011 | 101110 |
Color Harmonies of #BC5131
Complementary color
Monochromatic Colors of #BC5131
Black with #BC5131
Text Example
Text Example
White with #BC5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5131; }
p { color: rgb(188,81,49); }
H1.HeaderClassName
{
color: #BC5131;
}
.AnyTagClassName
{
color: #BC5131;
}
</style>
background-color css
<style>
a { background-color: #BC5131; }
a { background-color: rgb(188,81,49); }
div.DivClassName
{
background-color: #BC5131;
}
.BgClassName
{
background-color: #BC5131;
}
</style>
border-color css
<style>
span { border-color: #BC5131; }
span { border-color: rgb(188,81,49); }
td.TdClassName
{
border-color: #BC5131;
}
.TagClassName
{
border-color: #BC5131;
}
</style>