Shades of Grenadier #BC513E
Tints of Grenadier #BC513E
RGB
CMYK
RGB Variations
Color information
#BC513E (or 0xBC513E) is known color: Grenadier. HEX triplet: BC, 51 and 3E. RGB value is (188,81,62). Sum of RGB (Red+Green+Blue) = 188+81+62=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC513E is #43AEC1. Grayscale: #6F6F6F. Windows color (decimal): -4435650 or 4084156. OLE color: 4084156.
HSL color Cylindrical-coordinate representation of color #BC513E: hue angle of 9.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC513E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 62 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.26 |
| HSL | 9.05º | 0.5% | 0.49% | - |
| HSV(B) | 9.05º | 0.67% | 0.74% | - |
| XYZ | 24.55 | 16.92 | 6.53 | - |
| YUV | 110.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 62 | 0 | 0.57 | 0.67 | 0.26 | 9.05 | 0.5 | 0.49 |
| Hex | BC | 51 | 3E | 0 | 39 | 43 | 1A | 9 | 32 | 31 |
| Octal | 274 | 121 | 76 | 0 | 71 | 103 | 32 | 11 | 62 | 61 |
| Binary | 10111100 | 1010001 | 111110 | 0 | 111001 | 1000011 | 11010 | 1001 | 110010 | 110001 |
Color Harmonies of #BC513E
Complementary color
Monochromatic Colors of #BC513E
Black with #BC513E
Text Example
Text Example
White with #BC513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC513E; }
p { color: rgb(188,81,62); }
H1.HeaderClassName
{
color: #BC513E;
}
.AnyTagClassName
{
color: #BC513E;
}
</style>
background-color css
<style>
a { background-color: #BC513E; }
a { background-color: rgb(188,81,62); }
div.DivClassName
{
background-color: #BC513E;
}
.BgClassName
{
background-color: #BC513E;
}
</style>
border-color css
<style>
span { border-color: #BC513E; }
span { border-color: rgb(188,81,62); }
td.TdClassName
{
border-color: #BC513E;
}
.TagClassName
{
border-color: #BC513E;
}
</style>