Shades of Grenadier #BC5535
Tints of Grenadier #BC5535
RGB
CMYK
RGB Variations
Color information
#BC5535 (or 0xBC5535) is known color: Grenadier. HEX triplet: BC, 55 and 35. RGB value is (188,85,53). Sum of RGB (Red+Green+Blue) = 188+85+53=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5535 is #43AACA. Grayscale: #707070. Windows color (decimal): -4434635 or 3495356. OLE color: 3495356.
HSL color Cylindrical-coordinate representation of color #BC5535: hue angle of 14.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5535 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 53 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.26 |
| HSL | 14.22º | 0.56% | 0.47% | - |
| HSV(B) | 14.22º | 0.72% | 0.74% | - |
| XYZ | 24.63 | 17.45 | 5.44 | - |
| YUV | 112.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 53 | 0 | 0.55 | 0.72 | 0.26 | 14.22 | 0.56 | 0.47 |
| Hex | BC | 55 | 35 | 0 | 37 | 48 | 1A | E | 38 | 2F |
| Octal | 274 | 125 | 65 | 0 | 67 | 110 | 32 | 16 | 70 | 57 |
| Binary | 10111100 | 1010101 | 110101 | 0 | 110111 | 1001000 | 11010 | 1110 | 111000 | 101111 |
Color Harmonies of #BC5535
Complementary color
Monochromatic Colors of #BC5535
Black with #BC5535
Text Example
Text Example
White with #BC5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5535; }
p { color: rgb(188,85,53); }
H1.HeaderClassName
{
color: #BC5535;
}
.AnyTagClassName
{
color: #BC5535;
}
</style>
background-color css
<style>
a { background-color: #BC5535; }
a { background-color: rgb(188,85,53); }
div.DivClassName
{
background-color: #BC5535;
}
.BgClassName
{
background-color: #BC5535;
}
</style>
border-color css
<style>
span { border-color: #BC5535; }
span { border-color: rgb(188,85,53); }
td.TdClassName
{
border-color: #BC5535;
}
.TagClassName
{
border-color: #BC5535;
}
</style>