Shades of Grenadier #BC4D38
Tints of Grenadier #BC4D38
RGB
CMYK
RGB Variations
Color information
#BC4D38 (or 0xBC4D38) is known color: Grenadier. HEX triplet: BC, 4D and 38. RGB value is (188,77,56). Sum of RGB (Red+Green+Blue) = 188+77+56=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D38 is #43B2C7. Grayscale: #6B6B6B. Windows color (decimal): -4436680 or 3689916. OLE color: 3689916.
HSL color Cylindrical-coordinate representation of color #BC4D38: hue angle of 9.55º 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 #BC4D38 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 56 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.26 |
| HSL | 9.55º | 0.54% | 0.48% | - |
| HSV(B) | 9.55º | 0.7% | 0.74% | - |
| XYZ | 24.11 | 16.28 | 5.61 | - |
| YUV | 107.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 56 | 0 | 0.59 | 0.70 | 0.26 | 9.55 | 0.54 | 0.48 |
| Hex | BC | 4D | 38 | 0 | 3B | 46 | 1A | A | 36 | 30 |
| Octal | 274 | 115 | 70 | 0 | 73 | 106 | 32 | 12 | 66 | 60 |
| Binary | 10111100 | 1001101 | 111000 | 0 | 111011 | 1000110 | 11010 | 1010 | 110110 | 110000 |
Color Harmonies of #BC4D38
Complementary color
Monochromatic Colors of #BC4D38
Black with #BC4D38
Text Example
Text Example
White with #BC4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D38; }
p { color: rgb(188,77,56); }
H1.HeaderClassName
{
color: #BC4D38;
}
.AnyTagClassName
{
color: #BC4D38;
}
</style>
background-color css
<style>
a { background-color: #BC4D38; }
a { background-color: rgb(188,77,56); }
div.DivClassName
{
background-color: #BC4D38;
}
.BgClassName
{
background-color: #BC4D38;
}
</style>
border-color css
<style>
span { border-color: #BC4D38; }
span { border-color: rgb(188,77,56); }
td.TdClassName
{
border-color: #BC4D38;
}
.TagClassName
{
border-color: #BC4D38;
}
</style>