Shades of Grenadier #BD5035
Tints of Grenadier #BD5035
RGB
CMYK
RGB Variations
Color information
#BD5035 (or 0xBD5035) is known color: Grenadier. HEX triplet: BD, 50 and 35. RGB value is (189,80,53). Sum of RGB (Red+Green+Blue) = 189+80+53=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5035 is #42AFCA. Grayscale: #6D6D6D. Windows color (decimal): -4370379 or 3494077. OLE color: 3494077.
HSL color Cylindrical-coordinate representation of color #BD5035: hue angle of 11.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD5035 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 53 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.26 |
| HSL | 11.91º | 0.56% | 0.47% | - |
| HSV(B) | 11.91º | 0.72% | 0.74% | - |
| XYZ | 24.5 | 16.81 | 5.32 | - |
| YUV | 109.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 53 | 0 | 0.58 | 0.72 | 0.26 | 11.91 | 0.56 | 0.47 |
| Hex | BD | 50 | 35 | 0 | 3A | 48 | 1A | C | 38 | 2F |
| Octal | 275 | 120 | 65 | 0 | 72 | 110 | 32 | 14 | 70 | 57 |
| Binary | 10111101 | 1010000 | 110101 | 0 | 111010 | 1001000 | 11010 | 1100 | 111000 | 101111 |
Color Harmonies of #BD5035
Complementary color
Monochromatic Colors of #BD5035
Black with #BD5035
Text Example
Text Example
White with #BD5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5035; }
p { color: rgb(189,80,53); }
H1.HeaderClassName
{
color: #BD5035;
}
.AnyTagClassName
{
color: #BD5035;
}
</style>
background-color css
<style>
a { background-color: #BD5035; }
a { background-color: rgb(189,80,53); }
div.DivClassName
{
background-color: #BD5035;
}
.BgClassName
{
background-color: #BD5035;
}
</style>
border-color css
<style>
span { border-color: #BD5035; }
span { border-color: rgb(189,80,53); }
td.TdClassName
{
border-color: #BD5035;
}
.TagClassName
{
border-color: #BD5035;
}
</style>