Shades of Grenadier #BD533F
Tints of Grenadier #BD533F
RGB
CMYK
RGB Variations
Color information
#BD533F (or 0xBD533F) is known color: Grenadier. HEX triplet: BD, 53 and 3F. RGB value is (189,83,63). Sum of RGB (Red+Green+Blue) = 189+83+63=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533F is #42ACC0. Grayscale: #707070. Windows color (decimal): -4369601 or 4150205. OLE color: 4150205.
HSL color Cylindrical-coordinate representation of color #BD533F: hue angle of 9.52º degrees, saturation: 0.5, 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 #BD533F is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 63 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.26 |
| HSL | 9.52º | 0.5% | 0.49% | - |
| HSV(B) | 9.52º | 0.67% | 0.74% | - |
| XYZ | 24.98 | 17.36 | 6.74 | - |
| YUV | 112.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 63 | 0 | 0.56 | 0.67 | 0.26 | 9.52 | 0.5 | 0.49 |
| Hex | BD | 53 | 3F | 0 | 38 | 43 | 1A | A | 32 | 31 |
| Octal | 275 | 123 | 77 | 0 | 70 | 103 | 32 | 12 | 62 | 61 |
| Binary | 10111101 | 1010011 | 111111 | 0 | 111000 | 1000011 | 11010 | 1010 | 110010 | 110001 |
Color Harmonies of #BD533F
Complementary color
Monochromatic Colors of #BD533F
Black with #BD533F
Text Example
Text Example
White with #BD533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD533F; }
p { color: rgb(189,83,63); }
H1.HeaderClassName
{
color: #BD533F;
}
.AnyTagClassName
{
color: #BD533F;
}
</style>
background-color css
<style>
a { background-color: #BD533F; }
a { background-color: rgb(189,83,63); }
div.DivClassName
{
background-color: #BD533F;
}
.BgClassName
{
background-color: #BD533F;
}
</style>
border-color css
<style>
span { border-color: #BD533F; }
span { border-color: rgb(189,83,63); }
td.TdClassName
{
border-color: #BD533F;
}
.TagClassName
{
border-color: #BD533F;
}
</style>