Shades of Grenadier #BD4D34
Tints of Grenadier #BD4D34
RGB
CMYK
RGB Variations
Color information
#BD4D34 (or 0xBD4D34) is known color: Grenadier. HEX triplet: BD, 4D and 34. RGB value is (189,77,52). Sum of RGB (Red+Green+Blue) = 189+77+52=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D34 is #42B2CB. Grayscale: #6B6B6B. Windows color (decimal): -4371148 or 3427773. OLE color: 3427773.
HSL color Cylindrical-coordinate representation of color #BD4D34: hue angle of 10.95º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD4D34 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 52 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.26 |
| HSL | 10.95º | 0.57% | 0.47% | - |
| HSV(B) | 10.95º | 0.72% | 0.74% | - |
| XYZ | 24.26 | 16.37 | 5.13 | - |
| YUV | 107.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 52 | 0 | 0.59 | 0.72 | 0.26 | 10.95 | 0.57 | 0.47 |
| Hex | BD | 4D | 34 | 0 | 3B | 48 | 1A | B | 39 | 2F |
| Octal | 275 | 115 | 64 | 0 | 73 | 110 | 32 | 13 | 71 | 57 |
| Binary | 10111101 | 1001101 | 110100 | 0 | 111011 | 1001000 | 11010 | 1011 | 111001 | 101111 |
Color Harmonies of #BD4D34
Complementary color
Monochromatic Colors of #BD4D34
Black with #BD4D34
Text Example
Text Example
White with #BD4D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D34; }
p { color: rgb(189,77,52); }
H1.HeaderClassName
{
color: #BD4D34;
}
.AnyTagClassName
{
color: #BD4D34;
}
</style>
background-color css
<style>
a { background-color: #BD4D34; }
a { background-color: rgb(189,77,52); }
div.DivClassName
{
background-color: #BD4D34;
}
.BgClassName
{
background-color: #BD4D34;
}
</style>
border-color css
<style>
span { border-color: #BD4D34; }
span { border-color: rgb(189,77,52); }
td.TdClassName
{
border-color: #BD4D34;
}
.TagClassName
{
border-color: #BD4D34;
}
</style>