Shades of Grenadier #BC553C
Tints of Grenadier #BC553C
RGB
CMYK
RGB Variations
Color information
#BC553C (or 0xBC553C) is known color: Grenadier. HEX triplet: BC, 55 and 3C. RGB value is (188,85,60). Sum of RGB (Red+Green+Blue) = 188+85+60=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC553C is #43AAC3. Grayscale: #717171. Windows color (decimal): -4434628 or 3954108. OLE color: 3954108.
HSL color Cylindrical-coordinate representation of color #BC553C: hue angle of 11.72º 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 #BC553C is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 60 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.26 |
| HSL | 11.72º | 0.52% | 0.49% | - |
| HSV(B) | 11.72º | 0.68% | 0.74% | - |
| XYZ | 24.8 | 17.51 | 6.35 | - |
| YUV | 112.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 60 | 0 | 0.55 | 0.68 | 0.26 | 11.72 | 0.52 | 0.49 |
| Hex | BC | 55 | 3C | 0 | 37 | 44 | 1A | C | 34 | 31 |
| Octal | 274 | 125 | 74 | 0 | 67 | 104 | 32 | 14 | 64 | 61 |
| Binary | 10111100 | 1010101 | 111100 | 0 | 110111 | 1000100 | 11010 | 1100 | 110100 | 110001 |
Color Harmonies of #BC553C
Complementary color
Monochromatic Colors of #BC553C
Black with #BC553C
Text Example
Text Example
White with #BC553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC553C; }
p { color: rgb(188,85,60); }
H1.HeaderClassName
{
color: #BC553C;
}
.AnyTagClassName
{
color: #BC553C;
}
</style>
background-color css
<style>
a { background-color: #BC553C; }
a { background-color: rgb(188,85,60); }
div.DivClassName
{
background-color: #BC553C;
}
.BgClassName
{
background-color: #BC553C;
}
</style>
border-color css
<style>
span { border-color: #BC553C; }
span { border-color: rgb(188,85,60); }
td.TdClassName
{
border-color: #BC553C;
}
.TagClassName
{
border-color: #BC553C;
}
</style>