Shades of Grenadier #BC5438
Tints of Grenadier #BC5438
RGB
CMYK
RGB Variations
Color information
#BC5438 (or 0xBC5438) is known color: Grenadier. HEX triplet: BC, 54 and 38. RGB value is (188,84,56). Sum of RGB (Red+Green+Blue) = 188+84+56=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5438 is #43ABC7. Grayscale: #707070. Windows color (decimal): -4434888 or 3691708. OLE color: 3691708.
HSL color Cylindrical-coordinate representation of color #BC5438: hue angle of 12.73º 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 #BC5438 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 56 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.26 |
| HSL | 12.73º | 0.54% | 0.48% | - |
| HSV(B) | 12.73º | 0.7% | 0.74% | - |
| XYZ | 24.62 | 17.32 | 5.79 | - |
| YUV | 111.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 56 | 0 | 0.55 | 0.70 | 0.26 | 12.73 | 0.54 | 0.48 |
| Hex | BC | 54 | 38 | 0 | 37 | 46 | 1A | D | 36 | 30 |
| Octal | 274 | 124 | 70 | 0 | 67 | 106 | 32 | 15 | 66 | 60 |
| Binary | 10111100 | 1010100 | 111000 | 0 | 110111 | 1000110 | 11010 | 1101 | 110110 | 110000 |
Color Harmonies of #BC5438
Complementary color
Monochromatic Colors of #BC5438
Black with #BC5438
Text Example
Text Example
White with #BC5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5438; }
p { color: rgb(188,84,56); }
H1.HeaderClassName
{
color: #BC5438;
}
.AnyTagClassName
{
color: #BC5438;
}
</style>
background-color css
<style>
a { background-color: #BC5438; }
a { background-color: rgb(188,84,56); }
div.DivClassName
{
background-color: #BC5438;
}
.BgClassName
{
background-color: #BC5438;
}
</style>
border-color css
<style>
span { border-color: #BC5438; }
span { border-color: rgb(188,84,56); }
td.TdClassName
{
border-color: #BC5438;
}
.TagClassName
{
border-color: #BC5438;
}
</style>