Shades of Grenadier #BC513C
Tints of Grenadier #BC513C
RGB
CMYK
RGB Variations
Color information
#BC513C (or 0xBC513C) is known color: Grenadier. HEX triplet: BC, 51 and 3C. RGB value is (188,81,60). Sum of RGB (Red+Green+Blue) = 188+81+60=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC513C is #43AEC3. Grayscale: #6E6E6E. Windows color (decimal): -4435652 or 3953084. OLE color: 3953084.
HSL color Cylindrical-coordinate representation of color #BC513C: hue angle of 9.84º degrees, saturation: 0.52, 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 #BC513C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 60 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.26 |
| HSL | 9.84º | 0.52% | 0.49% | - |
| HSV(B) | 9.84º | 0.68% | 0.74% | - |
| XYZ | 24.5 | 16.9 | 6.25 | - |
| YUV | 110.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 60 | 0 | 0.57 | 0.68 | 0.26 | 9.84 | 0.52 | 0.49 |
| Hex | BC | 51 | 3C | 0 | 39 | 44 | 1A | A | 34 | 31 |
| Octal | 274 | 121 | 74 | 0 | 71 | 104 | 32 | 12 | 64 | 61 |
| Binary | 10111100 | 1010001 | 111100 | 0 | 111001 | 1000100 | 11010 | 1010 | 110100 | 110001 |
Color Harmonies of #BC513C
Complementary color
Monochromatic Colors of #BC513C
Black with #BC513C
Text Example
Text Example
White with #BC513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC513C; }
p { color: rgb(188,81,60); }
H1.HeaderClassName
{
color: #BC513C;
}
.AnyTagClassName
{
color: #BC513C;
}
</style>
background-color css
<style>
a { background-color: #BC513C; }
a { background-color: rgb(188,81,60); }
div.DivClassName
{
background-color: #BC513C;
}
.BgClassName
{
background-color: #BC513C;
}
</style>
border-color css
<style>
span { border-color: #BC513C; }
span { border-color: rgb(188,81,60); }
td.TdClassName
{
border-color: #BC513C;
}
.TagClassName
{
border-color: #BC513C;
}
</style>