Shades of Grenadier #BC513B
Tints of Grenadier #BC513B
RGB
CMYK
RGB Variations
Color information
#BC513B (or 0xBC513B) is known color: Grenadier. HEX triplet: BC, 51 and 3B. RGB value is (188,81,59). Sum of RGB (Red+Green+Blue) = 188+81+59=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC513B is #43AEC4. Grayscale: #6E6E6E. Windows color (decimal): -4435653 or 3887548. OLE color: 3887548.
HSL color Cylindrical-coordinate representation of color #BC513B: hue angle of 10.23º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC513B is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 59 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.26 |
| HSL | 10.23º | 0.52% | 0.48% | - |
| HSV(B) | 10.23º | 0.69% | 0.74% | - |
| XYZ | 24.47 | 16.89 | 6.11 | - |
| YUV | 110.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 59 | 0 | 0.57 | 0.69 | 0.26 | 10.23 | 0.52 | 0.48 |
| Hex | BC | 51 | 3B | 0 | 39 | 45 | 1A | A | 34 | 30 |
| Octal | 274 | 121 | 73 | 0 | 71 | 105 | 32 | 12 | 64 | 60 |
| Binary | 10111100 | 1010001 | 111011 | 0 | 111001 | 1000101 | 11010 | 1010 | 110100 | 110000 |
Color Harmonies of #BC513B
Complementary color
Monochromatic Colors of #BC513B
Black with #BC513B
Text Example
Text Example
White with #BC513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC513B; }
p { color: rgb(188,81,59); }
H1.HeaderClassName
{
color: #BC513B;
}
.AnyTagClassName
{
color: #BC513B;
}
</style>
background-color css
<style>
a { background-color: #BC513B; }
a { background-color: rgb(188,81,59); }
div.DivClassName
{
background-color: #BC513B;
}
.BgClassName
{
background-color: #BC513B;
}
</style>
border-color css
<style>
span { border-color: #BC513B; }
span { border-color: rgb(188,81,59); }
td.TdClassName
{
border-color: #BC513B;
}
.TagClassName
{
border-color: #BC513B;
}
</style>