Shades of Grenadier #BD533C
Tints of Grenadier #BD533C
RGB
CMYK
RGB Variations
Color information
#BD533C (or 0xBD533C) is known color: Grenadier. HEX triplet: BD, 53 and 3C. RGB value is (189,83,60). Sum of RGB (Red+Green+Blue) = 189+83+60=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD533C is #42ACC3. Grayscale: #707070. Windows color (decimal): -4369604 or 3953597. OLE color: 3953597.
HSL color Cylindrical-coordinate representation of color #BD533C: hue angle of 10.7º 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 #BD533C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 60 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.26 |
| HSL | 10.7º | 0.52% | 0.49% | - |
| HSV(B) | 10.7º | 0.68% | 0.74% | - |
| XYZ | 24.9 | 17.33 | 6.31 | - |
| YUV | 112.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 60 | 0 | 0.56 | 0.68 | 0.26 | 10.7 | 0.52 | 0.49 |
| Hex | BD | 53 | 3C | 0 | 38 | 44 | 1A | B | 34 | 31 |
| Octal | 275 | 123 | 74 | 0 | 70 | 104 | 32 | 13 | 64 | 61 |
| Binary | 10111101 | 1010011 | 111100 | 0 | 111000 | 1000100 | 11010 | 1011 | 110100 | 110001 |
Color Harmonies of #BD533C
Complementary color
Monochromatic Colors of #BD533C
Black with #BD533C
Text Example
Text Example
White with #BD533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD533C; }
p { color: rgb(189,83,60); }
H1.HeaderClassName
{
color: #BD533C;
}
.AnyTagClassName
{
color: #BD533C;
}
</style>
background-color css
<style>
a { background-color: #BD533C; }
a { background-color: rgb(189,83,60); }
div.DivClassName
{
background-color: #BD533C;
}
.BgClassName
{
background-color: #BD533C;
}
</style>
border-color css
<style>
span { border-color: #BD533C; }
span { border-color: rgb(189,83,60); }
td.TdClassName
{
border-color: #BD533C;
}
.TagClassName
{
border-color: #BD533C;
}
</style>