Shades of Grenadier #BC5338
Tints of Grenadier #BC5338
RGB
CMYK
RGB Variations
Color information
#BC5338 (or 0xBC5338) is known color: Grenadier. HEX triplet: BC, 53 and 38. RGB value is (188,83,56). Sum of RGB (Red+Green+Blue) = 188+83+56=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5338 is #43ACC7. Grayscale: #6F6F6F. Windows color (decimal): -4435144 or 3691452. OLE color: 3691452.
HSL color Cylindrical-coordinate representation of color #BC5338: hue angle of 12.27º 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 #BC5338 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 56 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.26 |
| HSL | 12.27º | 0.54% | 0.48% | - |
| HSV(B) | 12.27º | 0.7% | 0.74% | - |
| XYZ | 24.55 | 17.16 | 5.76 | - |
| YUV | 111.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 56 | 0 | 0.56 | 0.70 | 0.26 | 12.27 | 0.54 | 0.48 |
| Hex | BC | 53 | 38 | 0 | 38 | 46 | 1A | C | 36 | 30 |
| Octal | 274 | 123 | 70 | 0 | 70 | 106 | 32 | 14 | 66 | 60 |
| Binary | 10111100 | 1010011 | 111000 | 0 | 111000 | 1000110 | 11010 | 1100 | 110110 | 110000 |
Color Harmonies of #BC5338
Complementary color
Monochromatic Colors of #BC5338
Black with #BC5338
Text Example
Text Example
White with #BC5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5338; }
p { color: rgb(188,83,56); }
H1.HeaderClassName
{
color: #BC5338;
}
.AnyTagClassName
{
color: #BC5338;
}
</style>
background-color css
<style>
a { background-color: #BC5338; }
a { background-color: rgb(188,83,56); }
div.DivClassName
{
background-color: #BC5338;
}
.BgClassName
{
background-color: #BC5338;
}
</style>
border-color css
<style>
span { border-color: #BC5338; }
span { border-color: rgb(188,83,56); }
td.TdClassName
{
border-color: #BC5338;
}
.TagClassName
{
border-color: #BC5338;
}
</style>