Shades of Grenadier #BD4736
Tints of Grenadier #BD4736
RGB
CMYK
RGB Variations
Color information
#BD4736 (or 0xBD4736) is known color: Grenadier. HEX triplet: BD, 47 and 36. RGB value is (189,71,54). Sum of RGB (Red+Green+Blue) = 189+71+54=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4736 is #42B8C9. Grayscale: #686868. Windows color (decimal): -4372682 or 3557309. OLE color: 3557309.
HSL color Cylindrical-coordinate representation of color #BD4736: hue angle of 7.56º degrees, saturation: 0.56, 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 #BD4736 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 54 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.26 |
| HSL | 7.56º | 0.56% | 0.48% | - |
| HSV(B) | 7.56º | 0.71% | 0.74% | - |
| XYZ | 23.91 | 15.59 | 5.24 | - |
| YUV | 104.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 54 | 0 | 0.62 | 0.71 | 0.26 | 7.56 | 0.56 | 0.48 |
| Hex | BD | 47 | 36 | 0 | 3E | 47 | 1A | 8 | 38 | 30 |
| Octal | 275 | 107 | 66 | 0 | 76 | 107 | 32 | 10 | 70 | 60 |
| Binary | 10111101 | 1000111 | 110110 | 0 | 111110 | 1000111 | 11010 | 1000 | 111000 | 110000 |
Color Harmonies of #BD4736
Complementary color
Monochromatic Colors of #BD4736
Black with #BD4736
Text Example
Text Example
White with #BD4736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4736; }
p { color: rgb(189,71,54); }
H1.HeaderClassName
{
color: #BD4736;
}
.AnyTagClassName
{
color: #BD4736;
}
</style>
background-color css
<style>
a { background-color: #BD4736; }
a { background-color: rgb(189,71,54); }
div.DivClassName
{
background-color: #BD4736;
}
.BgClassName
{
background-color: #BD4736;
}
</style>
border-color css
<style>
span { border-color: #BD4736; }
span { border-color: rgb(189,71,54); }
td.TdClassName
{
border-color: #BD4736;
}
.TagClassName
{
border-color: #BD4736;
}
</style>