Shades of Grenadier #BD513F
Tints of Grenadier #BD513F
RGB
CMYK
RGB Variations
Color information
#BD513F (or 0xBD513F) is known color: Grenadier. HEX triplet: BD, 51 and 3F. RGB value is (189,81,63). Sum of RGB (Red+Green+Blue) = 189+81+63=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD513F is #42AEC0. Grayscale: #6F6F6F. Windows color (decimal): -4370113 or 4149693. OLE color: 4149693.
HSL color Cylindrical-coordinate representation of color #BD513F: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD513F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 63 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.26 |
| HSL | 8.57º | 0.5% | 0.49% | - |
| HSV(B) | 8.57º | 0.67% | 0.74% | - |
| XYZ | 24.83 | 17.06 | 6.69 | - |
| YUV | 111.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 63 | 0 | 0.57 | 0.67 | 0.26 | 8.57 | 0.5 | 0.49 |
| Hex | BD | 51 | 3F | 0 | 39 | 43 | 1A | 9 | 32 | 31 |
| Octal | 275 | 121 | 77 | 0 | 71 | 103 | 32 | 11 | 62 | 61 |
| Binary | 10111101 | 1010001 | 111111 | 0 | 111001 | 1000011 | 11010 | 1001 | 110010 | 110001 |
Color Harmonies of #BD513F
Complementary color
Monochromatic Colors of #BD513F
Black with #BD513F
Text Example
Text Example
White with #BD513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD513F; }
p { color: rgb(189,81,63); }
H1.HeaderClassName
{
color: #BD513F;
}
.AnyTagClassName
{
color: #BD513F;
}
</style>
background-color css
<style>
a { background-color: #BD513F; }
a { background-color: rgb(189,81,63); }
div.DivClassName
{
background-color: #BD513F;
}
.BgClassName
{
background-color: #BD513F;
}
</style>
border-color css
<style>
span { border-color: #BD513F; }
span { border-color: rgb(189,81,63); }
td.TdClassName
{
border-color: #BD513F;
}
.TagClassName
{
border-color: #BD513F;
}
</style>