Shades of Ecru #BDAB7D
Tints of Ecru #BDAB7D
RGB
CMYK
RGB Variations
Color information
#BDAB7D (or 0xBDAB7D) is known color: Ecru. HEX triplet: BD, AB and 7D. RGB value is (189,171,125). Sum of RGB (Red+Green+Blue) = 189+171+125=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7D is #425482. Grayscale: #ABABAB. Windows color (decimal): -4347011 or 8235965. OLE color: 8235965.
HSL color Cylindrical-coordinate representation of color #BDAB7D: hue angle of 43.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDAB7D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 125 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.26 |
| HSL | 43.13º | 0.33% | 0.62% | - |
| HSV(B) | 43.13º | 0.34% | 0.74% | - |
| XYZ | 39.25 | 41.43 | 25.33 | - |
| YUV | 171.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 125 | 0 | 0.10 | 0.34 | 0.26 | 43.13 | 0.33 | 0.62 |
| Hex | BD | AB | 7D | 0 | A | 22 | 1A | 2B | 21 | 3E |
| Octal | 275 | 253 | 175 | 0 | 12 | 42 | 32 | 53 | 41 | 76 |
| Binary | 10111101 | 10101011 | 1111101 | 0 | 1010 | 100010 | 11010 | 101011 | 100001 | 111110 |
Color Harmonies of #BDAB7D
Complementary color
Monochromatic Colors of #BDAB7D
Black with #BDAB7D
Text Example
Text Example
White with #BDAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB7D; }
p { color: rgb(189,171,125); }
H1.HeaderClassName
{
color: #BDAB7D;
}
.AnyTagClassName
{
color: #BDAB7D;
}
</style>
background-color css
<style>
a { background-color: #BDAB7D; }
a { background-color: rgb(189,171,125); }
div.DivClassName
{
background-color: #BDAB7D;
}
.BgClassName
{
background-color: #BDAB7D;
}
</style>
border-color css
<style>
span { border-color: #BDAB7D; }
span { border-color: rgb(189,171,125); }
td.TdClassName
{
border-color: #BDAB7D;
}
.TagClassName
{
border-color: #BDAB7D;
}
</style>