Shades of Grenadier #BD503B
Tints of Grenadier #BD503B
RGB
CMYK
RGB Variations
Color information
#BD503B (or 0xBD503B) is known color: Grenadier. HEX triplet: BD, 50 and 3B. RGB value is (189,80,59). Sum of RGB (Red+Green+Blue) = 189+80+59=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503B is #42AFC4. Grayscale: #6E6E6E. Windows color (decimal): -4370373 or 3887293. OLE color: 3887293.
HSL color Cylindrical-coordinate representation of color #BD503B: hue angle of 9.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD503B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 59 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.26 |
| HSL | 9.69º | 0.52% | 0.49% | - |
| HSV(B) | 9.69º | 0.69% | 0.74% | - |
| XYZ | 24.64 | 16.87 | 6.1 | - |
| YUV | 110.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 59 | 0 | 0.58 | 0.69 | 0.26 | 9.69 | 0.52 | 0.49 |
| Hex | BD | 50 | 3B | 0 | 3A | 45 | 1A | A | 34 | 31 |
| Octal | 275 | 120 | 73 | 0 | 72 | 105 | 32 | 12 | 64 | 61 |
| Binary | 10111101 | 1010000 | 111011 | 0 | 111010 | 1000101 | 11010 | 1010 | 110100 | 110001 |
Color Harmonies of #BD503B
Complementary color
Monochromatic Colors of #BD503B
Black with #BD503B
Text Example
Text Example
White with #BD503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD503B; }
p { color: rgb(189,80,59); }
H1.HeaderClassName
{
color: #BD503B;
}
.AnyTagClassName
{
color: #BD503B;
}
</style>
background-color css
<style>
a { background-color: #BD503B; }
a { background-color: rgb(189,80,59); }
div.DivClassName
{
background-color: #BD503B;
}
.BgClassName
{
background-color: #BD503B;
}
</style>
border-color css
<style>
span { border-color: #BD503B; }
span { border-color: rgb(189,80,59); }
td.TdClassName
{
border-color: #BD503B;
}
.TagClassName
{
border-color: #BD503B;
}
</style>