Shades of Grenadier #BC4A3E
Tints of Grenadier #BC4A3E
RGB
CMYK
RGB Variations
Color information
#BC4A3E (or 0xBC4A3E) is known color: Grenadier. HEX triplet: BC, 4A and 3E. RGB value is (188,74,62). Sum of RGB (Red+Green+Blue) = 188+74+62=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A3E is #43B5C1. Grayscale: #6A6A6A. Windows color (decimal): -4437442 or 4082364. OLE color: 4082364.
HSL color Cylindrical-coordinate representation of color #BC4A3E: hue angle of 5.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4A3E is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 62 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.26 |
| HSL | 5.71º | 0.5% | 0.49% | - |
| HSV(B) | 5.71º | 0.67% | 0.74% | - |
| XYZ | 24.06 | 15.94 | 6.37 | - |
| YUV | 106.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 62 | 0 | 0.61 | 0.67 | 0.26 | 5.71 | 0.5 | 0.49 |
| Hex | BC | 4A | 3E | 0 | 3D | 43 | 1A | 6 | 32 | 31 |
| Octal | 274 | 112 | 76 | 0 | 75 | 103 | 32 | 6 | 62 | 61 |
| Binary | 10111100 | 1001010 | 111110 | 0 | 111101 | 1000011 | 11010 | 110 | 110010 | 110001 |
Color Harmonies of #BC4A3E
Complementary color
Monochromatic Colors of #BC4A3E
Black with #BC4A3E
Text Example
Text Example
White with #BC4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A3E; }
p { color: rgb(188,74,62); }
H1.HeaderClassName
{
color: #BC4A3E;
}
.AnyTagClassName
{
color: #BC4A3E;
}
</style>
background-color css
<style>
a { background-color: #BC4A3E; }
a { background-color: rgb(188,74,62); }
div.DivClassName
{
background-color: #BC4A3E;
}
.BgClassName
{
background-color: #BC4A3E;
}
</style>
border-color css
<style>
span { border-color: #BC4A3E; }
span { border-color: rgb(188,74,62); }
td.TdClassName
{
border-color: #BC4A3E;
}
.TagClassName
{
border-color: #BC4A3E;
}
</style>