Shades of Grenadier #BC513D
Tints of Grenadier #BC513D
RGB
CMYK
RGB Variations
Color information
#BC513D (or 0xBC513D) is known color: Grenadier. HEX triplet: BC, 51 and 3D. RGB value is (188,81,61). Sum of RGB (Red+Green+Blue) = 188+81+61=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC513D is #43AEC2. Grayscale: #6E6E6E. Windows color (decimal): -4435651 or 4018620. OLE color: 4018620.
HSL color Cylindrical-coordinate representation of color #BC513D: hue angle of 9.45º degrees, saturation: 0.51, 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 #BC513D is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 61 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.26 |
| HSL | 9.45º | 0.51% | 0.49% | - |
| HSV(B) | 9.45º | 0.68% | 0.74% | - |
| XYZ | 24.52 | 16.91 | 6.39 | - |
| YUV | 110.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 61 | 0 | 0.57 | 0.68 | 0.26 | 9.45 | 0.51 | 0.49 |
| Hex | BC | 51 | 3D | 0 | 39 | 44 | 1A | 9 | 33 | 31 |
| Octal | 274 | 121 | 75 | 0 | 71 | 104 | 32 | 11 | 63 | 61 |
| Binary | 10111100 | 1010001 | 111101 | 0 | 111001 | 1000100 | 11010 | 1001 | 110011 | 110001 |
Color Harmonies of #BC513D
Complementary color
Monochromatic Colors of #BC513D
Black with #BC513D
Text Example
Text Example
White with #BC513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC513D; }
p { color: rgb(188,81,61); }
H1.HeaderClassName
{
color: #BC513D;
}
.AnyTagClassName
{
color: #BC513D;
}
</style>
background-color css
<style>
a { background-color: #BC513D; }
a { background-color: rgb(188,81,61); }
div.DivClassName
{
background-color: #BC513D;
}
.BgClassName
{
background-color: #BC513D;
}
</style>
border-color css
<style>
span { border-color: #BC513D; }
span { border-color: rgb(188,81,61); }
td.TdClassName
{
border-color: #BC513D;
}
.TagClassName
{
border-color: #BC513D;
}
</style>