Shades of Grenadier #BD573B
Tints of Grenadier #BD573B
RGB
CMYK
RGB Variations
Color information
#BD573B (or 0xBD573B) is known color: Grenadier. HEX triplet: BD, 57 and 3B. RGB value is (189,87,59). Sum of RGB (Red+Green+Blue) = 189+87+59=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573B is #42A8C4. Grayscale: #727272. Windows color (decimal): -4368581 or 3889085. OLE color: 3889085.
HSL color Cylindrical-coordinate representation of color #BD573B: hue angle of 12.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD573B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 59 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.26 |
| HSL | 12.92º | 0.52% | 0.49% | - |
| HSV(B) | 12.92º | 0.69% | 0.74% | - |
| XYZ | 25.18 | 17.95 | 6.28 | - |
| YUV | 114.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 59 | 0 | 0.54 | 0.69 | 0.26 | 12.92 | 0.52 | 0.49 |
| Hex | BD | 57 | 3B | 0 | 36 | 45 | 1A | D | 34 | 31 |
| Octal | 275 | 127 | 73 | 0 | 66 | 105 | 32 | 15 | 64 | 61 |
| Binary | 10111101 | 1010111 | 111011 | 0 | 110110 | 1000101 | 11010 | 1101 | 110100 | 110001 |
Color Harmonies of #BD573B
Complementary color
Monochromatic Colors of #BD573B
Black with #BD573B
Text Example
Text Example
White with #BD573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD573B; }
p { color: rgb(189,87,59); }
H1.HeaderClassName
{
color: #BD573B;
}
.AnyTagClassName
{
color: #BD573B;
}
</style>
background-color css
<style>
a { background-color: #BD573B; }
a { background-color: rgb(189,87,59); }
div.DivClassName
{
background-color: #BD573B;
}
.BgClassName
{
background-color: #BD573B;
}
</style>
border-color css
<style>
span { border-color: #BD573B; }
span { border-color: rgb(189,87,59); }
td.TdClassName
{
border-color: #BD573B;
}
.TagClassName
{
border-color: #BD573B;
}
</style>