Shades of Grenadier #BD533D
Tints of Grenadier #BD533D
RGB
CMYK
RGB Variations
Color information
#BD533D (or 0xBD533D) is known color: Grenadier. HEX triplet: BD, 53 and 3D. RGB value is (189,83,61). Sum of RGB (Red+Green+Blue) = 189+83+61=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533D is #42ACC2. Grayscale: #707070. Windows color (decimal): -4369603 or 4019133. OLE color: 4019133.
HSL color Cylindrical-coordinate representation of color #BD533D: hue angle of 10.31º 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 #BD533D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 61 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.26 |
| HSL | 10.31º | 0.51% | 0.49% | - |
| HSV(B) | 10.31º | 0.68% | 0.74% | - |
| XYZ | 24.92 | 17.34 | 6.45 | - |
| YUV | 112.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 61 | 0 | 0.56 | 0.68 | 0.26 | 10.31 | 0.51 | 0.49 |
| Hex | BD | 53 | 3D | 0 | 38 | 44 | 1A | A | 33 | 31 |
| Octal | 275 | 123 | 75 | 0 | 70 | 104 | 32 | 12 | 63 | 61 |
| Binary | 10111101 | 1010011 | 111101 | 0 | 111000 | 1000100 | 11010 | 1010 | 110011 | 110001 |
Color Harmonies of #BD533D
Complementary color
Monochromatic Colors of #BD533D
Black with #BD533D
Text Example
Text Example
White with #BD533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD533D; }
p { color: rgb(189,83,61); }
H1.HeaderClassName
{
color: #BD533D;
}
.AnyTagClassName
{
color: #BD533D;
}
</style>
background-color css
<style>
a { background-color: #BD533D; }
a { background-color: rgb(189,83,61); }
div.DivClassName
{
background-color: #BD533D;
}
.BgClassName
{
background-color: #BD533D;
}
</style>
border-color css
<style>
span { border-color: #BD533D; }
span { border-color: rgb(189,83,61); }
td.TdClassName
{
border-color: #BD533D;
}
.TagClassName
{
border-color: #BD533D;
}
</style>