Shades of Grenadier #BD503F
Tints of Grenadier #BD503F
RGB
CMYK
RGB Variations
Color information
#BD503F (or 0xBD503F) is known color: Grenadier. HEX triplet: BD, 50 and 3F. RGB value is (189,80,63). Sum of RGB (Red+Green+Blue) = 189+80+63=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503F is #42AFC0. Grayscale: #6E6E6E. Windows color (decimal): -4370369 or 4149437. OLE color: 4149437.
HSL color Cylindrical-coordinate representation of color #BD503F: hue angle of 8.1º 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 #BD503F is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 63 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.26 |
| HSL | 8.1º | 0.5% | 0.49% | - |
| HSV(B) | 8.1º | 0.67% | 0.74% | - |
| XYZ | 24.75 | 16.92 | 6.66 | - |
| YUV | 110.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 63 | 0 | 0.58 | 0.67 | 0.26 | 8.1 | 0.5 | 0.49 |
| Hex | BD | 50 | 3F | 0 | 3A | 43 | 1A | 8 | 32 | 31 |
| Octal | 275 | 120 | 77 | 0 | 72 | 103 | 32 | 10 | 62 | 61 |
| Binary | 10111101 | 1010000 | 111111 | 0 | 111010 | 1000011 | 11010 | 1000 | 110010 | 110001 |
Color Harmonies of #BD503F
Complementary color
Monochromatic Colors of #BD503F
Black with #BD503F
Text Example
Text Example
White with #BD503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD503F; }
p { color: rgb(189,80,63); }
H1.HeaderClassName
{
color: #BD503F;
}
.AnyTagClassName
{
color: #BD503F;
}
</style>
background-color css
<style>
a { background-color: #BD503F; }
a { background-color: rgb(189,80,63); }
div.DivClassName
{
background-color: #BD503F;
}
.BgClassName
{
background-color: #BD503F;
}
</style>
border-color css
<style>
span { border-color: #BD503F; }
span { border-color: rgb(189,80,63); }
td.TdClassName
{
border-color: #BD503F;
}
.TagClassName
{
border-color: #BD503F;
}
</style>