Shades of Grenadier #BD5439
Tints of Grenadier #BD5439
RGB
CMYK
RGB Variations
Color information
#BD5439 (or 0xBD5439) is known color: Grenadier. HEX triplet: BD, 54 and 39. RGB value is (189,84,57). Sum of RGB (Red+Green+Blue) = 189+84+57=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5439 is #42ABC6. Grayscale: #707070. Windows color (decimal): -4369351 or 3757245. OLE color: 3757245.
HSL color Cylindrical-coordinate representation of color #BD5439: hue angle of 12.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD5439 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 57 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.26 |
| HSL | 12.27º | 0.54% | 0.48% | - |
| HSV(B) | 12.27º | 0.7% | 0.74% | - |
| XYZ | 24.9 | 17.45 | 5.93 | - |
| YUV | 112.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 57 | 0 | 0.56 | 0.70 | 0.26 | 12.27 | 0.54 | 0.48 |
| Hex | BD | 54 | 39 | 0 | 38 | 46 | 1A | C | 36 | 30 |
| Octal | 275 | 124 | 71 | 0 | 70 | 106 | 32 | 14 | 66 | 60 |
| Binary | 10111101 | 1010100 | 111001 | 0 | 111000 | 1000110 | 11010 | 1100 | 110110 | 110000 |
Color Harmonies of #BD5439
Complementary color
Monochromatic Colors of #BD5439
Black with #BD5439
Text Example
Text Example
White with #BD5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5439; }
p { color: rgb(189,84,57); }
H1.HeaderClassName
{
color: #BD5439;
}
.AnyTagClassName
{
color: #BD5439;
}
</style>
background-color css
<style>
a { background-color: #BD5439; }
a { background-color: rgb(189,84,57); }
div.DivClassName
{
background-color: #BD5439;
}
.BgClassName
{
background-color: #BD5439;
}
</style>
border-color css
<style>
span { border-color: #BD5439; }
span { border-color: rgb(189,84,57); }
td.TdClassName
{
border-color: #BD5439;
}
.TagClassName
{
border-color: #BD5439;
}
</style>