Shades of Grenadier #BC5238
Tints of Grenadier #BC5238
RGB
CMYK
RGB Variations
Color information
#BC5238 (or 0xBC5238) is known color: Grenadier. HEX triplet: BC, 52 and 38. RGB value is (188,82,56). Sum of RGB (Red+Green+Blue) = 188+82+56=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5238 is #43ADC7. Grayscale: #6E6E6E. Windows color (decimal): -4435400 or 3691196. OLE color: 3691196.
HSL color Cylindrical-coordinate representation of color #BC5238: hue angle of 11.82º degrees, saturation: 0.54, 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 #BC5238 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 56 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.26 |
| HSL | 11.82º | 0.54% | 0.48% | - |
| HSV(B) | 11.82º | 0.7% | 0.74% | - |
| XYZ | 24.47 | 17.01 | 5.74 | - |
| YUV | 110.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 56 | 0 | 0.56 | 0.70 | 0.26 | 11.82 | 0.54 | 0.48 |
| Hex | BC | 52 | 38 | 0 | 38 | 46 | 1A | C | 36 | 30 |
| Octal | 274 | 122 | 70 | 0 | 70 | 106 | 32 | 14 | 66 | 60 |
| Binary | 10111100 | 1010010 | 111000 | 0 | 111000 | 1000110 | 11010 | 1100 | 110110 | 110000 |
Color Harmonies of #BC5238
Complementary color
Monochromatic Colors of #BC5238
Black with #BC5238
Text Example
Text Example
White with #BC5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5238; }
p { color: rgb(188,82,56); }
H1.HeaderClassName
{
color: #BC5238;
}
.AnyTagClassName
{
color: #BC5238;
}
</style>
background-color css
<style>
a { background-color: #BC5238; }
a { background-color: rgb(188,82,56); }
div.DivClassName
{
background-color: #BC5238;
}
.BgClassName
{
background-color: #BC5238;
}
</style>
border-color css
<style>
span { border-color: #BC5238; }
span { border-color: rgb(188,82,56); }
td.TdClassName
{
border-color: #BC5238;
}
.TagClassName
{
border-color: #BC5238;
}
</style>