Shades of Grenadier #BC4F3E
Tints of Grenadier #BC4F3E
RGB
CMYK
RGB Variations
Color information
#BC4F3E (or 0xBC4F3E) is known color: Grenadier. HEX triplet: BC, 4F and 3E. RGB value is (188,79,62). Sum of RGB (Red+Green+Blue) = 188+79+62=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F3E is #43B0C1. Grayscale: #6D6D6D. Windows color (decimal): -4436162 or 4083644. OLE color: 4083644.
HSL color Cylindrical-coordinate representation of color #BC4F3E: hue angle of 8.1º 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 #BC4F3E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 62 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.26 |
| HSL | 8.1º | 0.5% | 0.49% | - |
| HSV(B) | 8.1º | 0.67% | 0.74% | - |
| XYZ | 24.4 | 16.63 | 6.48 | - |
| YUV | 109.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 62 | 0 | 0.58 | 0.67 | 0.26 | 8.1 | 0.5 | 0.49 |
| Hex | BC | 4F | 3E | 0 | 3A | 43 | 1A | 8 | 32 | 31 |
| Octal | 274 | 117 | 76 | 0 | 72 | 103 | 32 | 10 | 62 | 61 |
| Binary | 10111100 | 1001111 | 111110 | 0 | 111010 | 1000011 | 11010 | 1000 | 110010 | 110001 |
Color Harmonies of #BC4F3E
Complementary color
Monochromatic Colors of #BC4F3E
Black with #BC4F3E
Text Example
Text Example
White with #BC4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F3E; }
p { color: rgb(188,79,62); }
H1.HeaderClassName
{
color: #BC4F3E;
}
.AnyTagClassName
{
color: #BC4F3E;
}
</style>
background-color css
<style>
a { background-color: #BC4F3E; }
a { background-color: rgb(188,79,62); }
div.DivClassName
{
background-color: #BC4F3E;
}
.BgClassName
{
background-color: #BC4F3E;
}
</style>
border-color css
<style>
span { border-color: #BC4F3E; }
span { border-color: rgb(188,79,62); }
td.TdClassName
{
border-color: #BC4F3E;
}
.TagClassName
{
border-color: #BC4F3E;
}
</style>