Shades of Grenadier #BC4C2D
Tints of Grenadier #BC4C2D
RGB
CMYK
RGB Variations
Color information
#BC4C2D (or 0xBC4C2D) is known color: Grenadier. HEX triplet: BC, 4C and 2D. RGB value is (188,76,45). Sum of RGB (Red+Green+Blue) = 188+76+45=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C2D is #43B3D2. Grayscale: #6A6A6A. Windows color (decimal): -4436947 or 2968764. OLE color: 2968764.
HSL color Cylindrical-coordinate representation of color #BC4C2D: hue angle of 13.01º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC4C2D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 45 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.26 |
| HSL | 13.01º | 0.61% | 0.46% | - |
| HSV(B) | 13.01º | 0.76% | 0.74% | - |
| XYZ | 23.8 | 16.05 | 4.33 | - |
| YUV | 105.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 45 | 0 | 0.60 | 0.76 | 0.26 | 13.01 | 0.61 | 0.46 |
| Hex | BC | 4C | 2D | 0 | 3C | 4C | 1A | D | 3D | 2E |
| Octal | 274 | 114 | 55 | 0 | 74 | 114 | 32 | 15 | 75 | 56 |
| Binary | 10111100 | 1001100 | 101101 | 0 | 111100 | 1001100 | 11010 | 1101 | 111101 | 101110 |
Color Harmonies of #BC4C2D
Complementary color
Monochromatic Colors of #BC4C2D
Black with #BC4C2D
Text Example
Text Example
White with #BC4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C2D; }
p { color: rgb(188,76,45); }
H1.HeaderClassName
{
color: #BC4C2D;
}
.AnyTagClassName
{
color: #BC4C2D;
}
</style>
background-color css
<style>
a { background-color: #BC4C2D; }
a { background-color: rgb(188,76,45); }
div.DivClassName
{
background-color: #BC4C2D;
}
.BgClassName
{
background-color: #BC4C2D;
}
</style>
border-color css
<style>
span { border-color: #BC4C2D; }
span { border-color: rgb(188,76,45); }
td.TdClassName
{
border-color: #BC4C2D;
}
.TagClassName
{
border-color: #BC4C2D;
}
</style>