Shades of Grenadier #BD5538
Tints of Grenadier #BD5538
RGB
CMYK
RGB Variations
Color information
#BD5538 (or 0xBD5538) is known color: Grenadier. HEX triplet: BD, 55 and 38. RGB value is (189,85,56). Sum of RGB (Red+Green+Blue) = 189+85+56=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5538 is #42AAC7. Grayscale: #717171. Windows color (decimal): -4369096 or 3691965. OLE color: 3691965.
HSL color Cylindrical-coordinate representation of color #BD5538: hue angle of 13.08º 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 #BD5538 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 56 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.26 |
| HSL | 13.08º | 0.54% | 0.48% | - |
| HSV(B) | 13.08º | 0.7% | 0.74% | - |
| XYZ | 24.95 | 17.6 | 5.82 | - |
| YUV | 112.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 56 | 0 | 0.55 | 0.70 | 0.26 | 13.08 | 0.54 | 0.48 |
| Hex | BD | 55 | 38 | 0 | 37 | 46 | 1A | D | 36 | 30 |
| Octal | 275 | 125 | 70 | 0 | 67 | 106 | 32 | 15 | 66 | 60 |
| Binary | 10111101 | 1010101 | 111000 | 0 | 110111 | 1000110 | 11010 | 1101 | 110110 | 110000 |
Color Harmonies of #BD5538
Complementary color
Monochromatic Colors of #BD5538
Black with #BD5538
Text Example
Text Example
White with #BD5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5538; }
p { color: rgb(189,85,56); }
H1.HeaderClassName
{
color: #BD5538;
}
.AnyTagClassName
{
color: #BD5538;
}
</style>
background-color css
<style>
a { background-color: #BD5538; }
a { background-color: rgb(189,85,56); }
div.DivClassName
{
background-color: #BD5538;
}
.BgClassName
{
background-color: #BD5538;
}
</style>
border-color css
<style>
span { border-color: #BD5538; }
span { border-color: rgb(189,85,56); }
td.TdClassName
{
border-color: #BD5538;
}
.TagClassName
{
border-color: #BD5538;
}
</style>