Shades of Grenadier #BD4732
Tints of Grenadier #BD4732
RGB
CMYK
RGB Variations
Color information
#BD4732 (or 0xBD4732) is known color: Grenadier. HEX triplet: BD, 47 and 32. RGB value is (189,71,50). Sum of RGB (Red+Green+Blue) = 189+71+50=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4732 is #42B8CD. Grayscale: #686868. Windows color (decimal): -4372686 or 3295165. OLE color: 3295165.
HSL color Cylindrical-coordinate representation of color #BD4732: hue angle of 9.06º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD4732 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 50 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.26 |
| HSL | 9.06º | 0.58% | 0.47% | - |
| HSV(B) | 9.06º | 0.74% | 0.74% | - |
| XYZ | 23.82 | 15.56 | 4.76 | - |
| YUV | 103.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 50 | 0 | 0.62 | 0.74 | 0.26 | 9.06 | 0.58 | 0.47 |
| Hex | BD | 47 | 32 | 0 | 3E | 4A | 1A | 9 | 3A | 2F |
| Octal | 275 | 107 | 62 | 0 | 76 | 112 | 32 | 11 | 72 | 57 |
| Binary | 10111101 | 1000111 | 110010 | 0 | 111110 | 1001010 | 11010 | 1001 | 111010 | 101111 |
Color Harmonies of #BD4732
Complementary color
Monochromatic Colors of #BD4732
Black with #BD4732
Text Example
Text Example
White with #BD4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4732; }
p { color: rgb(189,71,50); }
H1.HeaderClassName
{
color: #BD4732;
}
.AnyTagClassName
{
color: #BD4732;
}
</style>
background-color css
<style>
a { background-color: #BD4732; }
a { background-color: rgb(189,71,50); }
div.DivClassName
{
background-color: #BD4732;
}
.BgClassName
{
background-color: #BD4732;
}
</style>
border-color css
<style>
span { border-color: #BD4732; }
span { border-color: rgb(189,71,50); }
td.TdClassName
{
border-color: #BD4732;
}
.TagClassName
{
border-color: #BD4732;
}
</style>