Shades of Grenadier #BC4838
Tints of Grenadier #BC4838
RGB
CMYK
RGB Variations
Color information
#BC4838 (or 0xBC4838) is known color: Grenadier. HEX triplet: BC, 48 and 38. RGB value is (188,72,56). Sum of RGB (Red+Green+Blue) = 188+72+56=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4838 is #43B7C7. Grayscale: #696969. Windows color (decimal): -4437960 or 3688636. OLE color: 3688636.
HSL color Cylindrical-coordinate representation of color #BC4838: hue angle of 7.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 #BC4838 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 56 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.26 |
| HSL | 7.27º | 0.54% | 0.48% | - |
| HSV(B) | 7.27º | 0.7% | 0.74% | - |
| XYZ | 23.77 | 15.61 | 5.5 | - |
| YUV | 104.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 56 | 0 | 0.62 | 0.70 | 0.26 | 7.27 | 0.54 | 0.48 |
| Hex | BC | 48 | 38 | 0 | 3E | 46 | 1A | 7 | 36 | 30 |
| Octal | 274 | 110 | 70 | 0 | 76 | 106 | 32 | 7 | 66 | 60 |
| Binary | 10111100 | 1001000 | 111000 | 0 | 111110 | 1000110 | 11010 | 111 | 110110 | 110000 |
Color Harmonies of #BC4838
Complementary color
Monochromatic Colors of #BC4838
Black with #BC4838
Text Example
Text Example
White with #BC4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4838; }
p { color: rgb(188,72,56); }
H1.HeaderClassName
{
color: #BC4838;
}
.AnyTagClassName
{
color: #BC4838;
}
</style>
background-color css
<style>
a { background-color: #BC4838; }
a { background-color: rgb(188,72,56); }
div.DivClassName
{
background-color: #BC4838;
}
.BgClassName
{
background-color: #BC4838;
}
</style>
border-color css
<style>
span { border-color: #BC4838; }
span { border-color: rgb(188,72,56); }
td.TdClassName
{
border-color: #BC4838;
}
.TagClassName
{
border-color: #BC4838;
}
</style>