Shades of Grenadier #BD4B3D
Tints of Grenadier #BD4B3D
RGB
CMYK
RGB Variations
Color information
#BD4B3D (or 0xBD4B3D) is known color: Grenadier. HEX triplet: BD, 4B and 3D. RGB value is (189,75,61). Sum of RGB (Red+Green+Blue) = 189+75+61=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B3D is #42B4C2. Grayscale: #6B6B6B. Windows color (decimal): -4371651 or 4017085. OLE color: 4017085.
HSL color Cylindrical-coordinate representation of color #BD4B3D: hue angle of 6.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4B3D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 61 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.26 |
| HSL | 6.56º | 0.51% | 0.49% | - |
| HSV(B) | 6.56º | 0.68% | 0.74% | - |
| XYZ | 24.34 | 16.19 | 6.26 | - |
| YUV | 107.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 61 | 0 | 0.60 | 0.68 | 0.26 | 6.56 | 0.51 | 0.49 |
| Hex | BD | 4B | 3D | 0 | 3C | 44 | 1A | 7 | 33 | 31 |
| Octal | 275 | 113 | 75 | 0 | 74 | 104 | 32 | 7 | 63 | 61 |
| Binary | 10111101 | 1001011 | 111101 | 0 | 111100 | 1000100 | 11010 | 111 | 110011 | 110001 |
Color Harmonies of #BD4B3D
Complementary color
Monochromatic Colors of #BD4B3D
Black with #BD4B3D
Text Example
Text Example
White with #BD4B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B3D; }
p { color: rgb(189,75,61); }
H1.HeaderClassName
{
color: #BD4B3D;
}
.AnyTagClassName
{
color: #BD4B3D;
}
</style>
background-color css
<style>
a { background-color: #BD4B3D; }
a { background-color: rgb(189,75,61); }
div.DivClassName
{
background-color: #BD4B3D;
}
.BgClassName
{
background-color: #BD4B3D;
}
</style>
border-color css
<style>
span { border-color: #BD4B3D; }
span { border-color: rgb(189,75,61); }
td.TdClassName
{
border-color: #BD4B3D;
}
.TagClassName
{
border-color: #BD4B3D;
}
</style>