Shades of Grenadier #BC4D3D
Tints of Grenadier #BC4D3D
RGB
CMYK
RGB Variations
Color information
#BC4D3D (or 0xBC4D3D) is known color: Grenadier. HEX triplet: BC, 4D and 3D. RGB value is (188,77,61). Sum of RGB (Red+Green+Blue) = 188+77+61=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D3D is #43B2C2. Grayscale: #6C6C6C. Windows color (decimal): -4436675 or 4017596. OLE color: 4017596.
HSL color Cylindrical-coordinate representation of color #BC4D3D: hue angle of 7.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4D3D is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 61 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.26 |
| HSL | 7.56º | 0.51% | 0.49% | - |
| HSV(B) | 7.56º | 0.68% | 0.74% | - |
| XYZ | 24.24 | 16.34 | 6.29 | - |
| YUV | 108.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 61 | 0 | 0.59 | 0.68 | 0.26 | 7.56 | 0.51 | 0.49 |
| Hex | BC | 4D | 3D | 0 | 3B | 44 | 1A | 8 | 33 | 31 |
| Octal | 274 | 115 | 75 | 0 | 73 | 104 | 32 | 10 | 63 | 61 |
| Binary | 10111100 | 1001101 | 111101 | 0 | 111011 | 1000100 | 11010 | 1000 | 110011 | 110001 |
Color Harmonies of #BC4D3D
Complementary color
Monochromatic Colors of #BC4D3D
Black with #BC4D3D
Text Example
Text Example
White with #BC4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D3D; }
p { color: rgb(188,77,61); }
H1.HeaderClassName
{
color: #BC4D3D;
}
.AnyTagClassName
{
color: #BC4D3D;
}
</style>
background-color css
<style>
a { background-color: #BC4D3D; }
a { background-color: rgb(188,77,61); }
div.DivClassName
{
background-color: #BC4D3D;
}
.BgClassName
{
background-color: #BC4D3D;
}
</style>
border-color css
<style>
span { border-color: #BC4D3D; }
span { border-color: rgb(188,77,61); }
td.TdClassName
{
border-color: #BC4D3D;
}
.TagClassName
{
border-color: #BC4D3D;
}
</style>