Shades of Grenadier #BD4A2F
Tints of Grenadier #BD4A2F
RGB
CMYK
RGB Variations
Color information
#BD4A2F (or 0xBD4A2F) is known color: Grenadier. HEX triplet: BD, 4A and 2F. RGB value is (189,74,47). Sum of RGB (Red+Green+Blue) = 189+74+47=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A2F is #42B5D0. Grayscale: #696969. Windows color (decimal): -4371921 or 3099325. OLE color: 3099325.
HSL color Cylindrical-coordinate representation of color #BD4A2F: hue angle of 11.41º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD4A2F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 47 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.26 |
| HSL | 11.41º | 0.6% | 0.46% | - |
| HSV(B) | 11.41º | 0.75% | 0.74% | - |
| XYZ | 23.95 | 15.92 | 4.5 | - |
| YUV | 105.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 47 | 0 | 0.61 | 0.75 | 0.26 | 11.41 | 0.6 | 0.46 |
| Hex | BD | 4A | 2F | 0 | 3D | 4B | 1A | B | 3C | 2E |
| Octal | 275 | 112 | 57 | 0 | 75 | 113 | 32 | 13 | 74 | 56 |
| Binary | 10111101 | 1001010 | 101111 | 0 | 111101 | 1001011 | 11010 | 1011 | 111100 | 101110 |
Color Harmonies of #BD4A2F
Complementary color
Monochromatic Colors of #BD4A2F
Black with #BD4A2F
Text Example
Text Example
White with #BD4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A2F; }
p { color: rgb(189,74,47); }
H1.HeaderClassName
{
color: #BD4A2F;
}
.AnyTagClassName
{
color: #BD4A2F;
}
</style>
background-color css
<style>
a { background-color: #BD4A2F; }
a { background-color: rgb(189,74,47); }
div.DivClassName
{
background-color: #BD4A2F;
}
.BgClassName
{
background-color: #BD4A2F;
}
</style>
border-color css
<style>
span { border-color: #BD4A2F; }
span { border-color: rgb(189,74,47); }
td.TdClassName
{
border-color: #BD4A2F;
}
.TagClassName
{
border-color: #BD4A2F;
}
</style>