Shades of Grenadier #BD513C
Tints of Grenadier #BD513C
RGB
CMYK
RGB Variations
Color information
#BD513C (or 0xBD513C) is known color: Grenadier. HEX triplet: BD, 51 and 3C. RGB value is (189,81,60). Sum of RGB (Red+Green+Blue) = 189+81+60=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD513C is #42AEC3. Grayscale: #6F6F6F. Windows color (decimal): -4370116 or 3953085. OLE color: 3953085.
HSL color Cylindrical-coordinate representation of color #BD513C: hue angle of 9.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD513C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 60 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.26 |
| HSL | 9.77º | 0.52% | 0.49% | - |
| HSV(B) | 9.77º | 0.68% | 0.74% | - |
| XYZ | 24.74 | 17.03 | 6.26 | - |
| YUV | 110.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 60 | 0 | 0.57 | 0.68 | 0.26 | 9.77 | 0.52 | 0.49 |
| Hex | BD | 51 | 3C | 0 | 39 | 44 | 1A | A | 34 | 31 |
| Octal | 275 | 121 | 74 | 0 | 71 | 104 | 32 | 12 | 64 | 61 |
| Binary | 10111101 | 1010001 | 111100 | 0 | 111001 | 1000100 | 11010 | 1010 | 110100 | 110001 |
Color Harmonies of #BD513C
Complementary color
Monochromatic Colors of #BD513C
Black with #BD513C
Text Example
Text Example
White with #BD513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD513C; }
p { color: rgb(189,81,60); }
H1.HeaderClassName
{
color: #BD513C;
}
.AnyTagClassName
{
color: #BD513C;
}
</style>
background-color css
<style>
a { background-color: #BD513C; }
a { background-color: rgb(189,81,60); }
div.DivClassName
{
background-color: #BD513C;
}
.BgClassName
{
background-color: #BD513C;
}
</style>
border-color css
<style>
span { border-color: #BD513C; }
span { border-color: rgb(189,81,60); }
td.TdClassName
{
border-color: #BD513C;
}
.TagClassName
{
border-color: #BD513C;
}
</style>