Shades of Ecru #BDAA7A
Tints of Ecru #BDAA7A
RGB
CMYK
RGB Variations
Color information
#BDAA7A (or 0xBDAA7A) is known color: Ecru. HEX triplet: BD, AA and 7A. RGB value is (189,170,122). Sum of RGB (Red+Green+Blue) = 189+170+122=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA7A is #425585. Grayscale: #AAAAAA. Windows color (decimal): -4347270 or 8039101. OLE color: 8039101.
HSL color Cylindrical-coordinate representation of color #BDAA7A: hue angle of 42.99º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDAA7A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 122 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.26 |
| HSL | 42.99º | 0.34% | 0.61% | - |
| HSV(B) | 42.99º | 0.35% | 0.74% | - |
| XYZ | 38.87 | 40.97 | 24.27 | - |
| YUV | 170.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 122 | 0 | 0.10 | 0.35 | 0.26 | 42.99 | 0.34 | 0.61 |
| Hex | BD | AA | 7A | 0 | A | 23 | 1A | 2B | 22 | 3D |
| Octal | 275 | 252 | 172 | 0 | 12 | 43 | 32 | 53 | 42 | 75 |
| Binary | 10111101 | 10101010 | 1111010 | 0 | 1010 | 100011 | 11010 | 101011 | 100010 | 111101 |
Color Harmonies of #BDAA7A
Complementary color
Monochromatic Colors of #BDAA7A
Black with #BDAA7A
Text Example
Text Example
White with #BDAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA7A; }
p { color: rgb(189,170,122); }
H1.HeaderClassName
{
color: #BDAA7A;
}
.AnyTagClassName
{
color: #BDAA7A;
}
</style>
background-color css
<style>
a { background-color: #BDAA7A; }
a { background-color: rgb(189,170,122); }
div.DivClassName
{
background-color: #BDAA7A;
}
.BgClassName
{
background-color: #BDAA7A;
}
</style>
border-color css
<style>
span { border-color: #BDAA7A; }
span { border-color: rgb(189,170,122); }
td.TdClassName
{
border-color: #BDAA7A;
}
.TagClassName
{
border-color: #BDAA7A;
}
</style>