Shades of Grenadier #BD5036
Tints of Grenadier #BD5036
RGB
CMYK
RGB Variations
Color information
#BD5036 (or 0xBD5036) is known color: Grenadier. HEX triplet: BD, 50 and 36. RGB value is (189,80,54). Sum of RGB (Red+Green+Blue) = 189+80+54=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5036 is #42AFC9. Grayscale: #6D6D6D. Windows color (decimal): -4370378 or 3559613. OLE color: 3559613.
HSL color Cylindrical-coordinate representation of color #BD5036: hue angle of 11.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD5036 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 54 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.26 |
| HSL | 11.56º | 0.56% | 0.48% | - |
| HSV(B) | 11.56º | 0.71% | 0.74% | - |
| XYZ | 24.52 | 16.82 | 5.44 | - |
| YUV | 109.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 54 | 0 | 0.58 | 0.71 | 0.26 | 11.56 | 0.56 | 0.48 |
| Hex | BD | 50 | 36 | 0 | 3A | 47 | 1A | C | 38 | 30 |
| Octal | 275 | 120 | 66 | 0 | 72 | 107 | 32 | 14 | 70 | 60 |
| Binary | 10111101 | 1010000 | 110110 | 0 | 111010 | 1000111 | 11010 | 1100 | 111000 | 110000 |
Color Harmonies of #BD5036
Complementary color
Monochromatic Colors of #BD5036
Black with #BD5036
Text Example
Text Example
White with #BD5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5036; }
p { color: rgb(189,80,54); }
H1.HeaderClassName
{
color: #BD5036;
}
.AnyTagClassName
{
color: #BD5036;
}
</style>
background-color css
<style>
a { background-color: #BD5036; }
a { background-color: rgb(189,80,54); }
div.DivClassName
{
background-color: #BD5036;
}
.BgClassName
{
background-color: #BD5036;
}
</style>
border-color css
<style>
span { border-color: #BD5036; }
span { border-color: rgb(189,80,54); }
td.TdClassName
{
border-color: #BD5036;
}
.TagClassName
{
border-color: #BD5036;
}
</style>