Shades of Ecru #BDAB7A
Tints of Ecru #BDAB7A
RGB
CMYK
RGB Variations
Color information
#BDAB7A (or 0xBDAB7A) is known color: Ecru. HEX triplet: BD, AB and 7A. RGB value is (189,171,122). Sum of RGB (Red+Green+Blue) = 189+171+122=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7A is #425485. Grayscale: #ABABAB. Windows color (decimal): -4347014 or 8039357. OLE color: 8039357.
HSL color Cylindrical-coordinate representation of color #BDAB7A: hue angle of 43.88º 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 #BDAB7A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 122 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.26 |
| HSL | 43.88º | 0.34% | 0.61% | - |
| HSV(B) | 43.88º | 0.35% | 0.74% | - |
| XYZ | 39.06 | 41.35 | 24.33 | - |
| YUV | 170.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 122 | 0 | 0.10 | 0.35 | 0.26 | 43.88 | 0.34 | 0.61 |
| Hex | BD | AB | 7A | 0 | A | 23 | 1A | 2C | 22 | 3D |
| Octal | 275 | 253 | 172 | 0 | 12 | 43 | 32 | 54 | 42 | 75 |
| Binary | 10111101 | 10101011 | 1111010 | 0 | 1010 | 100011 | 11010 | 101100 | 100010 | 111101 |
Color Harmonies of #BDAB7A
Complementary color
Monochromatic Colors of #BDAB7A
Black with #BDAB7A
Text Example
Text Example
White with #BDAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB7A; }
p { color: rgb(189,171,122); }
H1.HeaderClassName
{
color: #BDAB7A;
}
.AnyTagClassName
{
color: #BDAB7A;
}
</style>
background-color css
<style>
a { background-color: #BDAB7A; }
a { background-color: rgb(189,171,122); }
div.DivClassName
{
background-color: #BDAB7A;
}
.BgClassName
{
background-color: #BDAB7A;
}
</style>
border-color css
<style>
span { border-color: #BDAB7A; }
span { border-color: rgb(189,171,122); }
td.TdClassName
{
border-color: #BDAB7A;
}
.TagClassName
{
border-color: #BDAB7A;
}
</style>