Shades of Grenadier #BD4D3C
Tints of Grenadier #BD4D3C
RGB
CMYK
RGB Variations
Color information
#BD4D3C (or 0xBD4D3C) is known color: Grenadier. HEX triplet: BD, 4D and 3C. RGB value is (189,77,60). Sum of RGB (Red+Green+Blue) = 189+77+60=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D3C is #42B2C3. Grayscale: #6C6C6C. Windows color (decimal): -4371140 or 3952061. OLE color: 3952061.
HSL color Cylindrical-coordinate representation of color #BD4D3C: hue angle of 7.91º degrees, saturation: 0.52, 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 #BD4D3C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 60 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.26 |
| HSL | 7.91º | 0.52% | 0.49% | - |
| HSV(B) | 7.91º | 0.68% | 0.74% | - |
| XYZ | 24.46 | 16.45 | 6.16 | - |
| YUV | 108.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 60 | 0 | 0.59 | 0.68 | 0.26 | 7.91 | 0.52 | 0.49 |
| Hex | BD | 4D | 3C | 0 | 3B | 44 | 1A | 8 | 34 | 31 |
| Octal | 275 | 115 | 74 | 0 | 73 | 104 | 32 | 10 | 64 | 61 |
| Binary | 10111101 | 1001101 | 111100 | 0 | 111011 | 1000100 | 11010 | 1000 | 110100 | 110001 |
Color Harmonies of #BD4D3C
Complementary color
Monochromatic Colors of #BD4D3C
Black with #BD4D3C
Text Example
Text Example
White with #BD4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D3C; }
p { color: rgb(189,77,60); }
H1.HeaderClassName
{
color: #BD4D3C;
}
.AnyTagClassName
{
color: #BD4D3C;
}
</style>
background-color css
<style>
a { background-color: #BD4D3C; }
a { background-color: rgb(189,77,60); }
div.DivClassName
{
background-color: #BD4D3C;
}
.BgClassName
{
background-color: #BD4D3C;
}
</style>
border-color css
<style>
span { border-color: #BD4D3C; }
span { border-color: rgb(189,77,60); }
td.TdClassName
{
border-color: #BD4D3C;
}
.TagClassName
{
border-color: #BD4D3C;
}
</style>