Shades of Grenadier #BD5038
Tints of Grenadier #BD5038
RGB
CMYK
RGB Variations
Color information
#BD5038 (or 0xBD5038) is known color: Grenadier. HEX triplet: BD, 50 and 38. RGB value is (189,80,56). Sum of RGB (Red+Green+Blue) = 189+80+56=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5038 is #42AFC7. Grayscale: #6E6E6E. Windows color (decimal): -4370376 or 3690685. OLE color: 3690685.
HSL color Cylindrical-coordinate representation of color #BD5038: hue angle of 10.83º 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 #BD5038 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 56 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.26 |
| HSL | 10.83º | 0.54% | 0.48% | - |
| HSV(B) | 10.83º | 0.7% | 0.74% | - |
| XYZ | 24.57 | 16.84 | 5.7 | - |
| YUV | 109.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 56 | 0 | 0.58 | 0.70 | 0.26 | 10.83 | 0.54 | 0.48 |
| Hex | BD | 50 | 38 | 0 | 3A | 46 | 1A | B | 36 | 30 |
| Octal | 275 | 120 | 70 | 0 | 72 | 106 | 32 | 13 | 66 | 60 |
| Binary | 10111101 | 1010000 | 111000 | 0 | 111010 | 1000110 | 11010 | 1011 | 110110 | 110000 |
Color Harmonies of #BD5038
Complementary color
Monochromatic Colors of #BD5038
Black with #BD5038
Text Example
Text Example
White with #BD5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5038; }
p { color: rgb(189,80,56); }
H1.HeaderClassName
{
color: #BD5038;
}
.AnyTagClassName
{
color: #BD5038;
}
</style>
background-color css
<style>
a { background-color: #BD5038; }
a { background-color: rgb(189,80,56); }
div.DivClassName
{
background-color: #BD5038;
}
.BgClassName
{
background-color: #BD5038;
}
</style>
border-color css
<style>
span { border-color: #BD5038; }
span { border-color: rgb(189,80,56); }
td.TdClassName
{
border-color: #BD5038;
}
.TagClassName
{
border-color: #BD5038;
}
</style>