Shades of Grenadier #BC4F31
Tints of Grenadier #BC4F31
RGB
CMYK
RGB Variations
Color information
#BC4F31 (or 0xBC4F31) is known color: Grenadier. HEX triplet: BC, 4F and 31. RGB value is (188,79,49). Sum of RGB (Red+Green+Blue) = 188+79+49=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F31 is #43B0CE. Grayscale: #6C6C6C. Windows color (decimal): -4436175 or 3231676. OLE color: 3231676.
HSL color Cylindrical-coordinate representation of color #BC4F31: hue angle of 12.95º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4F31 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 49 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.26 |
| HSL | 12.95º | 0.59% | 0.46% | - |
| HSV(B) | 12.95º | 0.74% | 0.74% | - |
| XYZ | 24.09 | 16.51 | 4.82 | - |
| YUV | 108.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 49 | 0 | 0.58 | 0.74 | 0.26 | 12.95 | 0.59 | 0.46 |
| Hex | BC | 4F | 31 | 0 | 3A | 4A | 1A | D | 3B | 2E |
| Octal | 274 | 117 | 61 | 0 | 72 | 112 | 32 | 15 | 73 | 56 |
| Binary | 10111100 | 1001111 | 110001 | 0 | 111010 | 1001010 | 11010 | 1101 | 111011 | 101110 |
Color Harmonies of #BC4F31
Complementary color
Monochromatic Colors of #BC4F31
Black with #BC4F31
Text Example
Text Example
White with #BC4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F31; }
p { color: rgb(188,79,49); }
H1.HeaderClassName
{
color: #BC4F31;
}
.AnyTagClassName
{
color: #BC4F31;
}
</style>
background-color css
<style>
a { background-color: #BC4F31; }
a { background-color: rgb(188,79,49); }
div.DivClassName
{
background-color: #BC4F31;
}
.BgClassName
{
background-color: #BC4F31;
}
</style>
border-color css
<style>
span { border-color: #BC4F31; }
span { border-color: rgb(188,79,49); }
td.TdClassName
{
border-color: #BC4F31;
}
.TagClassName
{
border-color: #BC4F31;
}
</style>