Shades of Grenadier #BD4637
Tints of Grenadier #BD4637
RGB
CMYK
RGB Variations
Color information
#BD4637 (or 0xBD4637) is known color: Grenadier. HEX triplet: BD, 46 and 37. RGB value is (189,70,55). Sum of RGB (Red+Green+Blue) = 189+70+55=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4637 is #42B9C8. Grayscale: #686868. Windows color (decimal): -4372937 or 3622589. OLE color: 3622589.
HSL color Cylindrical-coordinate representation of color #BD4637: hue angle of 6.72º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4637 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 55 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.26 |
| HSL | 6.72º | 0.55% | 0.48% | - |
| HSV(B) | 6.72º | 0.71% | 0.74% | - |
| XYZ | 23.87 | 15.47 | 5.34 | - |
| YUV | 103.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 55 | 0 | 0.63 | 0.71 | 0.26 | 6.72 | 0.55 | 0.48 |
| Hex | BD | 46 | 37 | 0 | 3F | 47 | 1A | 7 | 37 | 30 |
| Octal | 275 | 106 | 67 | 0 | 77 | 107 | 32 | 7 | 67 | 60 |
| Binary | 10111101 | 1000110 | 110111 | 0 | 111111 | 1000111 | 11010 | 111 | 110111 | 110000 |
Color Harmonies of #BD4637
Complementary color
Monochromatic Colors of #BD4637
Black with #BD4637
Text Example
Text Example
White with #BD4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4637; }
p { color: rgb(189,70,55); }
H1.HeaderClassName
{
color: #BD4637;
}
.AnyTagClassName
{
color: #BD4637;
}
</style>
background-color css
<style>
a { background-color: #BD4637; }
a { background-color: rgb(189,70,55); }
div.DivClassName
{
background-color: #BD4637;
}
.BgClassName
{
background-color: #BD4637;
}
</style>
border-color css
<style>
span { border-color: #BD4637; }
span { border-color: rgb(189,70,55); }
td.TdClassName
{
border-color: #BD4637;
}
.TagClassName
{
border-color: #BD4637;
}
</style>