Shades of Grenadier #BC4D31
Tints of Grenadier #BC4D31
RGB
CMYK
RGB Variations
Color information
#BC4D31 (or 0xBC4D31) is known color: Grenadier. HEX triplet: BC, 4D and 31. RGB value is (188,77,49). Sum of RGB (Red+Green+Blue) = 188+77+49=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D31 is #43B2CE. Grayscale: #6B6B6B. Windows color (decimal): -4436687 or 3231164. OLE color: 3231164.
HSL color Cylindrical-coordinate representation of color #BC4D31: hue angle of 12.09º 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 #BC4D31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.26 |
| HSL | 12.09º | 0.59% | 0.46% | - |
| HSV(B) | 12.09º | 0.74% | 0.74% | - |
| XYZ | 23.95 | 16.22 | 4.77 | - |
| YUV | 107 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 49 | 0 | 0.59 | 0.74 | 0.26 | 12.09 | 0.59 | 0.46 |
| Hex | BC | 4D | 31 | 0 | 3B | 4A | 1A | C | 3B | 2E |
| Octal | 274 | 115 | 61 | 0 | 73 | 112 | 32 | 14 | 73 | 56 |
| Binary | 10111100 | 1001101 | 110001 | 0 | 111011 | 1001010 | 11010 | 1100 | 111011 | 101110 |
Color Harmonies of #BC4D31
Complementary color
Monochromatic Colors of #BC4D31
Black with #BC4D31
Text Example
Text Example
White with #BC4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D31; }
p { color: rgb(188,77,49); }
H1.HeaderClassName
{
color: #BC4D31;
}
.AnyTagClassName
{
color: #BC4D31;
}
</style>
background-color css
<style>
a { background-color: #BC4D31; }
a { background-color: rgb(188,77,49); }
div.DivClassName
{
background-color: #BC4D31;
}
.BgClassName
{
background-color: #BC4D31;
}
</style>
border-color css
<style>
span { border-color: #BC4D31; }
span { border-color: rgb(188,77,49); }
td.TdClassName
{
border-color: #BC4D31;
}
.TagClassName
{
border-color: #BC4D31;
}
</style>