Shades of Grenadier #BD533E
Tints of Grenadier #BD533E
RGB
CMYK
RGB Variations
Color information
#BD533E (or 0xBD533E) is known color: Grenadier. HEX triplet: BD, 53 and 3E. RGB value is (189,83,62). Sum of RGB (Red+Green+Blue) = 189+83+62=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533E is #42ACC1. Grayscale: #707070. Windows color (decimal): -4369602 or 4084669. OLE color: 4084669.
HSL color Cylindrical-coordinate representation of color #BD533E: hue angle of 9.92º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD533E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 62 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.26 |
| HSL | 9.92º | 0.51% | 0.49% | - |
| HSV(B) | 9.92º | 0.67% | 0.74% | - |
| XYZ | 24.95 | 17.35 | 6.59 | - |
| YUV | 112.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 62 | 0 | 0.56 | 0.67 | 0.26 | 9.92 | 0.51 | 0.49 |
| Hex | BD | 53 | 3E | 0 | 38 | 43 | 1A | A | 33 | 31 |
| Octal | 275 | 123 | 76 | 0 | 70 | 103 | 32 | 12 | 63 | 61 |
| Binary | 10111101 | 1010011 | 111110 | 0 | 111000 | 1000011 | 11010 | 1010 | 110011 | 110001 |
Color Harmonies of #BD533E
Complementary color
Monochromatic Colors of #BD533E
Black with #BD533E
Text Example
Text Example
White with #BD533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD533E; }
p { color: rgb(189,83,62); }
H1.HeaderClassName
{
color: #BD533E;
}
.AnyTagClassName
{
color: #BD533E;
}
</style>
background-color css
<style>
a { background-color: #BD533E; }
a { background-color: rgb(189,83,62); }
div.DivClassName
{
background-color: #BD533E;
}
.BgClassName
{
background-color: #BD533E;
}
</style>
border-color css
<style>
span { border-color: #BD533E; }
span { border-color: rgb(189,83,62); }
td.TdClassName
{
border-color: #BD533E;
}
.TagClassName
{
border-color: #BD533E;
}
</style>