Shades of Ecru #BDAA7C
Tints of Ecru #BDAA7C
RGB
CMYK
RGB Variations
Color information
#BDAA7C (or 0xBDAA7C) is known color: Ecru. HEX triplet: BD, AA and 7C. RGB value is (189,170,124). Sum of RGB (Red+Green+Blue) = 189+170+124=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA7C is #425583. Grayscale: #AAAAAA. Windows color (decimal): -4347268 or 8170173. OLE color: 8170173.
HSL color Cylindrical-coordinate representation of color #BDAA7C: hue angle of 42.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDAA7C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 124 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.26 |
| HSL | 42.46º | 0.33% | 0.61% | - |
| HSV(B) | 42.46º | 0.34% | 0.74% | - |
| XYZ | 39 | 41.02 | 24.93 | - |
| YUV | 170.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 124 | 0 | 0.10 | 0.34 | 0.26 | 42.46 | 0.33 | 0.61 |
| Hex | BD | AA | 7C | 0 | A | 22 | 1A | 2A | 21 | 3D |
| Octal | 275 | 252 | 174 | 0 | 12 | 42 | 32 | 52 | 41 | 75 |
| Binary | 10111101 | 10101010 | 1111100 | 0 | 1010 | 100010 | 11010 | 101010 | 100001 | 111101 |
Color Harmonies of #BDAA7C
Complementary color
Monochromatic Colors of #BDAA7C
Black with #BDAA7C
Text Example
Text Example
White with #BDAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA7C; }
p { color: rgb(189,170,124); }
H1.HeaderClassName
{
color: #BDAA7C;
}
.AnyTagClassName
{
color: #BDAA7C;
}
</style>
background-color css
<style>
a { background-color: #BDAA7C; }
a { background-color: rgb(189,170,124); }
div.DivClassName
{
background-color: #BDAA7C;
}
.BgClassName
{
background-color: #BDAA7C;
}
</style>
border-color css
<style>
span { border-color: #BDAA7C; }
span { border-color: rgb(189,170,124); }
td.TdClassName
{
border-color: #BDAA7C;
}
.TagClassName
{
border-color: #BDAA7C;
}
</style>