Shades of Grenadier #BD543C
Tints of Grenadier #BD543C
RGB
CMYK
RGB Variations
Color information
#BD543C (or 0xBD543C) is known color: Grenadier. HEX triplet: BD, 54 and 3C. RGB value is (189,84,60). Sum of RGB (Red+Green+Blue) = 189+84+60=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD543C is #42ABC3. Grayscale: #707070. Windows color (decimal): -4369348 or 3953853. OLE color: 3953853.
HSL color Cylindrical-coordinate representation of color #BD543C: hue angle of 11.16º degrees, saturation: 0.52, 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 #BD543C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 60 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.26 |
| HSL | 11.16º | 0.52% | 0.49% | - |
| HSV(B) | 11.16º | 0.68% | 0.74% | - |
| XYZ | 24.97 | 17.49 | 6.33 | - |
| YUV | 112.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 60 | 0 | 0.56 | 0.68 | 0.26 | 11.16 | 0.52 | 0.49 |
| Hex | BD | 54 | 3C | 0 | 38 | 44 | 1A | B | 34 | 31 |
| Octal | 275 | 124 | 74 | 0 | 70 | 104 | 32 | 13 | 64 | 61 |
| Binary | 10111101 | 1010100 | 111100 | 0 | 111000 | 1000100 | 11010 | 1011 | 110100 | 110001 |
Color Harmonies of #BD543C
Complementary color
Monochromatic Colors of #BD543C
Black with #BD543C
Text Example
Text Example
White with #BD543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD543C; }
p { color: rgb(189,84,60); }
H1.HeaderClassName
{
color: #BD543C;
}
.AnyTagClassName
{
color: #BD543C;
}
</style>
background-color css
<style>
a { background-color: #BD543C; }
a { background-color: rgb(189,84,60); }
div.DivClassName
{
background-color: #BD543C;
}
.BgClassName
{
background-color: #BD543C;
}
</style>
border-color css
<style>
span { border-color: #BD543C; }
span { border-color: rgb(189,84,60); }
td.TdClassName
{
border-color: #BD543C;
}
.TagClassName
{
border-color: #BD543C;
}
</style>