Shades of Grenadier #BC4539
Tints of Grenadier #BC4539
RGB
CMYK
RGB Variations
Color information
#BC4539 (or 0xBC4539) is known color: Grenadier. HEX triplet: BC, 45 and 39. RGB value is (188,69,57). Sum of RGB (Red+Green+Blue) = 188+69+57=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4539 is #43BAC6. Grayscale: #676767. Windows color (decimal): -4438727 or 3753404. OLE color: 3753404.
HSL color Cylindrical-coordinate representation of color #BC4539: hue angle of 5.5º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4539 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 57 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.26 |
| HSL | 5.5º | 0.53% | 0.48% | - |
| HSV(B) | 5.5º | 0.7% | 0.74% | - |
| XYZ | 23.61 | 15.24 | 5.57 | - |
| YUV | 103.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 57 | 0 | 0.63 | 0.70 | 0.26 | 5.5 | 0.53 | 0.48 |
| Hex | BC | 45 | 39 | 0 | 3F | 46 | 1A | 5 | 35 | 30 |
| Octal | 274 | 105 | 71 | 0 | 77 | 106 | 32 | 5 | 65 | 60 |
| Binary | 10111100 | 1000101 | 111001 | 0 | 111111 | 1000110 | 11010 | 101 | 110101 | 110000 |
Color Harmonies of #BC4539
Complementary color
Monochromatic Colors of #BC4539
Black with #BC4539
Text Example
Text Example
White with #BC4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4539; }
p { color: rgb(188,69,57); }
H1.HeaderClassName
{
color: #BC4539;
}
.AnyTagClassName
{
color: #BC4539;
}
</style>
background-color css
<style>
a { background-color: #BC4539; }
a { background-color: rgb(188,69,57); }
div.DivClassName
{
background-color: #BC4539;
}
.BgClassName
{
background-color: #BC4539;
}
</style>
border-color css
<style>
span { border-color: #BC4539; }
span { border-color: rgb(188,69,57); }
td.TdClassName
{
border-color: #BC4539;
}
.TagClassName
{
border-color: #BC4539;
}
</style>