Shades of Grenadier #BD4D3B
Tints of Grenadier #BD4D3B
RGB
CMYK
RGB Variations
Color information
#BD4D3B (or 0xBD4D3B) is known color: Grenadier. HEX triplet: BD, 4D and 3B. RGB value is (189,77,59). Sum of RGB (Red+Green+Blue) = 189+77+59=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D3B is #42B2C4. Grayscale: #6C6C6C. Windows color (decimal): -4371141 or 3886525. OLE color: 3886525.
HSL color Cylindrical-coordinate representation of color #BD4D3B: hue angle of 8.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4D3B is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 59 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.26 |
| HSL | 8.31º | 0.52% | 0.49% | - |
| HSV(B) | 8.31º | 0.69% | 0.74% | - |
| XYZ | 24.43 | 16.44 | 6.02 | - |
| YUV | 108.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 59 | 0 | 0.59 | 0.69 | 0.26 | 8.31 | 0.52 | 0.49 |
| Hex | BD | 4D | 3B | 0 | 3B | 45 | 1A | 8 | 34 | 31 |
| Octal | 275 | 115 | 73 | 0 | 73 | 105 | 32 | 10 | 64 | 61 |
| Binary | 10111101 | 1001101 | 111011 | 0 | 111011 | 1000101 | 11010 | 1000 | 110100 | 110001 |
Color Harmonies of #BD4D3B
Complementary color
Monochromatic Colors of #BD4D3B
Black with #BD4D3B
Text Example
Text Example
White with #BD4D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D3B; }
p { color: rgb(189,77,59); }
H1.HeaderClassName
{
color: #BD4D3B;
}
.AnyTagClassName
{
color: #BD4D3B;
}
</style>
background-color css
<style>
a { background-color: #BD4D3B; }
a { background-color: rgb(189,77,59); }
div.DivClassName
{
background-color: #BD4D3B;
}
.BgClassName
{
background-color: #BD4D3B;
}
</style>
border-color css
<style>
span { border-color: #BD4D3B; }
span { border-color: rgb(189,77,59); }
td.TdClassName
{
border-color: #BD4D3B;
}
.TagClassName
{
border-color: #BD4D3B;
}
</style>