Shades of Grenadier #BD503C
Tints of Grenadier #BD503C
RGB
CMYK
RGB Variations
Color information
#BD503C (or 0xBD503C) is known color: Grenadier. HEX triplet: BD, 50 and 3C. RGB value is (189,80,60). Sum of RGB (Red+Green+Blue) = 189+80+60=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD503C is #42AFC3. Grayscale: #6E6E6E. Windows color (decimal): -4370372 or 3952829. OLE color: 3952829.
HSL color Cylindrical-coordinate representation of color #BD503C: hue angle of 9.3º 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 #BD503C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 60 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.26 |
| HSL | 9.3º | 0.52% | 0.49% | - |
| HSV(B) | 9.3º | 0.68% | 0.74% | - |
| XYZ | 24.67 | 16.88 | 6.23 | - |
| YUV | 110.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 60 | 0 | 0.58 | 0.68 | 0.26 | 9.3 | 0.52 | 0.49 |
| Hex | BD | 50 | 3C | 0 | 3A | 44 | 1A | 9 | 34 | 31 |
| Octal | 275 | 120 | 74 | 0 | 72 | 104 | 32 | 11 | 64 | 61 |
| Binary | 10111101 | 1010000 | 111100 | 0 | 111010 | 1000100 | 11010 | 1001 | 110100 | 110001 |
Color Harmonies of #BD503C
Complementary color
Monochromatic Colors of #BD503C
Black with #BD503C
Text Example
Text Example
White with #BD503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD503C; }
p { color: rgb(189,80,60); }
H1.HeaderClassName
{
color: #BD503C;
}
.AnyTagClassName
{
color: #BD503C;
}
</style>
background-color css
<style>
a { background-color: #BD503C; }
a { background-color: rgb(189,80,60); }
div.DivClassName
{
background-color: #BD503C;
}
.BgClassName
{
background-color: #BD503C;
}
</style>
border-color css
<style>
span { border-color: #BD503C; }
span { border-color: rgb(189,80,60); }
td.TdClassName
{
border-color: #BD503C;
}
.TagClassName
{
border-color: #BD503C;
}
</style>