Shades of Grenadier #BC553A
Tints of Grenadier #BC553A
RGB
CMYK
RGB Variations
Color information
#BC553A (or 0xBC553A) is known color: Grenadier. HEX triplet: BC, 55 and 3A. RGB value is (188,85,58). Sum of RGB (Red+Green+Blue) = 188+85+58=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC553A is #43AAC5. Grayscale: #707070. Windows color (decimal): -4434630 or 3823036. OLE color: 3823036.
HSL color Cylindrical-coordinate representation of color #BC553A: hue angle of 12.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC553A is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 58 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.26 |
| HSL | 12.46º | 0.53% | 0.48% | - |
| HSV(B) | 12.46º | 0.69% | 0.74% | - |
| XYZ | 24.75 | 17.49 | 6.08 | - |
| YUV | 112.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 58 | 0 | 0.55 | 0.69 | 0.26 | 12.46 | 0.53 | 0.48 |
| Hex | BC | 55 | 3A | 0 | 37 | 45 | 1A | C | 35 | 30 |
| Octal | 274 | 125 | 72 | 0 | 67 | 105 | 32 | 14 | 65 | 60 |
| Binary | 10111100 | 1010101 | 111010 | 0 | 110111 | 1000101 | 11010 | 1100 | 110101 | 110000 |
Color Harmonies of #BC553A
Complementary color
Monochromatic Colors of #BC553A
Black with #BC553A
Text Example
Text Example
White with #BC553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC553A; }
p { color: rgb(188,85,58); }
H1.HeaderClassName
{
color: #BC553A;
}
.AnyTagClassName
{
color: #BC553A;
}
</style>
background-color css
<style>
a { background-color: #BC553A; }
a { background-color: rgb(188,85,58); }
div.DivClassName
{
background-color: #BC553A;
}
.BgClassName
{
background-color: #BC553A;
}
</style>
border-color css
<style>
span { border-color: #BC553A; }
span { border-color: rgb(188,85,58); }
td.TdClassName
{
border-color: #BC553A;
}
.TagClassName
{
border-color: #BC553A;
}
</style>