Shades of Grenadier #BD543D
Tints of Grenadier #BD543D
RGB
CMYK
RGB Variations
Color information
#BD543D (or 0xBD543D) is known color: Grenadier. HEX triplet: BD, 54 and 3D. RGB value is (189,84,61). Sum of RGB (Red+Green+Blue) = 189+84+61=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543D is #42ABC2. Grayscale: #707070. Windows color (decimal): -4369347 or 4019389. OLE color: 4019389.
HSL color Cylindrical-coordinate representation of color #BD543D: hue angle of 10.78º 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 #BD543D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 61 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.26 |
| HSL | 10.78º | 0.51% | 0.49% | - |
| HSV(B) | 10.78º | 0.68% | 0.74% | - |
| XYZ | 25 | 17.5 | 6.47 | - |
| YUV | 112.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 61 | 0 | 0.56 | 0.68 | 0.26 | 10.78 | 0.51 | 0.49 |
| Hex | BD | 54 | 3D | 0 | 38 | 44 | 1A | B | 33 | 31 |
| Octal | 275 | 124 | 75 | 0 | 70 | 104 | 32 | 13 | 63 | 61 |
| Binary | 10111101 | 1010100 | 111101 | 0 | 111000 | 1000100 | 11010 | 1011 | 110011 | 110001 |
Color Harmonies of #BD543D
Complementary color
Monochromatic Colors of #BD543D
Black with #BD543D
Text Example
Text Example
White with #BD543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD543D; }
p { color: rgb(189,84,61); }
H1.HeaderClassName
{
color: #BD543D;
}
.AnyTagClassName
{
color: #BD543D;
}
</style>
background-color css
<style>
a { background-color: #BD543D; }
a { background-color: rgb(189,84,61); }
div.DivClassName
{
background-color: #BD543D;
}
.BgClassName
{
background-color: #BD543D;
}
</style>
border-color css
<style>
span { border-color: #BD543D; }
span { border-color: rgb(189,84,61); }
td.TdClassName
{
border-color: #BD543D;
}
.TagClassName
{
border-color: #BD543D;
}
</style>