Shades of Grenadier #BD5139
Tints of Grenadier #BD5139
RGB
CMYK
RGB Variations
Color information
#BD5139 (or 0xBD5139) is known color: Grenadier. HEX triplet: BD, 51 and 39. RGB value is (189,81,57). Sum of RGB (Red+Green+Blue) = 189+81+57=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5139 is #42AEC6. Grayscale: #6E6E6E. Windows color (decimal): -4370119 or 3756477. OLE color: 3756477.
HSL color Cylindrical-coordinate representation of color #BD5139: hue angle of 10.91º 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 #BD5139 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 57 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.26 |
| HSL | 10.91º | 0.54% | 0.48% | - |
| HSV(B) | 10.91º | 0.7% | 0.74% | - |
| XYZ | 24.67 | 17 | 5.85 | - |
| YUV | 110.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 57 | 0 | 0.57 | 0.70 | 0.26 | 10.91 | 0.54 | 0.48 |
| Hex | BD | 51 | 39 | 0 | 39 | 46 | 1A | B | 36 | 30 |
| Octal | 275 | 121 | 71 | 0 | 71 | 106 | 32 | 13 | 66 | 60 |
| Binary | 10111101 | 1010001 | 111001 | 0 | 111001 | 1000110 | 11010 | 1011 | 110110 | 110000 |
Color Harmonies of #BD5139
Complementary color
Monochromatic Colors of #BD5139
Black with #BD5139
Text Example
Text Example
White with #BD5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5139; }
p { color: rgb(189,81,57); }
H1.HeaderClassName
{
color: #BD5139;
}
.AnyTagClassName
{
color: #BD5139;
}
</style>
background-color css
<style>
a { background-color: #BD5139; }
a { background-color: rgb(189,81,57); }
div.DivClassName
{
background-color: #BD5139;
}
.BgClassName
{
background-color: #BD5139;
}
</style>
border-color css
<style>
span { border-color: #BD5139; }
span { border-color: rgb(189,81,57); }
td.TdClassName
{
border-color: #BD5139;
}
.TagClassName
{
border-color: #BD5139;
}
</style>