Shades of Grenadier #BD4633
Tints of Grenadier #BD4633
RGB
CMYK
RGB Variations
Color information
#BD4633 (or 0xBD4633) is known color: Grenadier. HEX triplet: BD, 46 and 33. RGB value is (189,70,51). Sum of RGB (Red+Green+Blue) = 189+70+51=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4633 is #42B9CC. Grayscale: #676767. Windows color (decimal): -4372941 or 3360445. OLE color: 3360445.
HSL color Cylindrical-coordinate representation of color #BD4633: hue angle of 8.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD4633 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 51 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.26 |
| HSL | 8.26º | 0.58% | 0.47% | - |
| HSV(B) | 8.26º | 0.73% | 0.74% | - |
| XYZ | 23.77 | 15.44 | 4.86 | - |
| YUV | 103.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 51 | 0 | 0.63 | 0.73 | 0.26 | 8.26 | 0.58 | 0.47 |
| Hex | BD | 46 | 33 | 0 | 3F | 49 | 1A | 8 | 3A | 2F |
| Octal | 275 | 106 | 63 | 0 | 77 | 111 | 32 | 10 | 72 | 57 |
| Binary | 10111101 | 1000110 | 110011 | 0 | 111111 | 1001001 | 11010 | 1000 | 111010 | 101111 |
Color Harmonies of #BD4633
Complementary color
Monochromatic Colors of #BD4633
Black with #BD4633
Text Example
Text Example
White with #BD4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4633; }
p { color: rgb(189,70,51); }
H1.HeaderClassName
{
color: #BD4633;
}
.AnyTagClassName
{
color: #BD4633;
}
</style>
background-color css
<style>
a { background-color: #BD4633; }
a { background-color: rgb(189,70,51); }
div.DivClassName
{
background-color: #BD4633;
}
.BgClassName
{
background-color: #BD4633;
}
</style>
border-color css
<style>
span { border-color: #BD4633; }
span { border-color: rgb(189,70,51); }
td.TdClassName
{
border-color: #BD4633;
}
.TagClassName
{
border-color: #BD4633;
}
</style>