Shades of Grenadier #BD4629
Tints of Grenadier #BD4629
RGB
CMYK
RGB Variations
Color information
#BD4629 (or 0xBD4629) is known color: Grenadier. HEX triplet: BD, 46 and 29. RGB value is (189,70,41). Sum of RGB (Red+Green+Blue) = 189+70+41=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4629 is #42B9D6. Grayscale: #666666. Windows color (decimal): -4372951 or 2705085. OLE color: 2705085.
HSL color Cylindrical-coordinate representation of color #BD4629: hue angle of 11.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD4629 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 41 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.26 |
| HSL | 11.76º | 0.64% | 0.45% | - |
| HSV(B) | 11.76º | 0.78% | 0.74% | - |
| XYZ | 23.58 | 15.36 | 3.82 | - |
| YUV | 102.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 41 | 0 | 0.63 | 0.78 | 0.26 | 11.76 | 0.64 | 0.45 |
| Hex | BD | 46 | 29 | 0 | 3F | 4E | 1A | C | 40 | 2D |
| Octal | 275 | 106 | 51 | 0 | 77 | 116 | 32 | 14 | 100 | 55 |
| Binary | 10111101 | 1000110 | 101001 | 0 | 111111 | 1001110 | 11010 | 1100 | 1000000 | 101101 |
Color Harmonies of #BD4629
Complementary color
Monochromatic Colors of #BD4629
Black with #BD4629
Text Example
Text Example
White with #BD4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4629; }
p { color: rgb(189,70,41); }
H1.HeaderClassName
{
color: #BD4629;
}
.AnyTagClassName
{
color: #BD4629;
}
</style>
background-color css
<style>
a { background-color: #BD4629; }
a { background-color: rgb(189,70,41); }
div.DivClassName
{
background-color: #BD4629;
}
.BgClassName
{
background-color: #BD4629;
}
</style>
border-color css
<style>
span { border-color: #BD4629; }
span { border-color: rgb(189,70,41); }
td.TdClassName
{
border-color: #BD4629;
}
.TagClassName
{
border-color: #BD4629;
}
</style>