Shades of Grenadier #BD4635
Tints of Grenadier #BD4635
RGB
CMYK
RGB Variations
Color information
#BD4635 (or 0xBD4635) is known color: Grenadier. HEX triplet: BD, 46 and 35. RGB value is (189,70,53). Sum of RGB (Red+Green+Blue) = 189+70+53=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4635 is #42B9CA. Grayscale: #676767. Windows color (decimal): -4372939 or 3491517. OLE color: 3491517.
HSL color Cylindrical-coordinate representation of color #BD4635: hue angle of 7.5º 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 #BD4635 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 53 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.26 |
| HSL | 7.5º | 0.56% | 0.47% | - |
| HSV(B) | 7.5º | 0.72% | 0.74% | - |
| XYZ | 23.82 | 15.46 | 5.1 | - |
| YUV | 103.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 53 | 0 | 0.63 | 0.72 | 0.26 | 7.5 | 0.56 | 0.47 |
| Hex | BD | 46 | 35 | 0 | 3F | 48 | 1A | 8 | 38 | 2F |
| Octal | 275 | 106 | 65 | 0 | 77 | 110 | 32 | 10 | 70 | 57 |
| Binary | 10111101 | 1000110 | 110101 | 0 | 111111 | 1001000 | 11010 | 1000 | 111000 | 101111 |
Color Harmonies of #BD4635
Complementary color
Monochromatic Colors of #BD4635
Black with #BD4635
Text Example
Text Example
White with #BD4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4635; }
p { color: rgb(189,70,53); }
H1.HeaderClassName
{
color: #BD4635;
}
.AnyTagClassName
{
color: #BD4635;
}
</style>
background-color css
<style>
a { background-color: #BD4635; }
a { background-color: rgb(189,70,53); }
div.DivClassName
{
background-color: #BD4635;
}
.BgClassName
{
background-color: #BD4635;
}
</style>
border-color css
<style>
span { border-color: #BD4635; }
span { border-color: rgb(189,70,53); }
td.TdClassName
{
border-color: #BD4635;
}
.TagClassName
{
border-color: #BD4635;
}
</style>