Shades of Ecru #BDAB7C
Tints of Ecru #BDAB7C
RGB
CMYK
RGB Variations
Color information
#BDAB7C (or 0xBDAB7C) is known color: Ecru. HEX triplet: BD, AB and 7C. RGB value is (189,171,124). Sum of RGB (Red+Green+Blue) = 189+171+124=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7C is #425483. Grayscale: #ABABAB. Windows color (decimal): -4347012 or 8170429. OLE color: 8170429.
HSL color Cylindrical-coordinate representation of color #BDAB7C: hue angle of 43.38º 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 #BDAB7C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 124 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.26 |
| HSL | 43.38º | 0.33% | 0.61% | - |
| HSV(B) | 43.38º | 0.34% | 0.74% | - |
| XYZ | 39.19 | 41.4 | 24.99 | - |
| YUV | 171.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 124 | 0 | 0.10 | 0.34 | 0.26 | 43.38 | 0.33 | 0.61 |
| Hex | BD | AB | 7C | 0 | A | 22 | 1A | 2B | 21 | 3D |
| Octal | 275 | 253 | 174 | 0 | 12 | 42 | 32 | 53 | 41 | 75 |
| Binary | 10111101 | 10101011 | 1111100 | 0 | 1010 | 100010 | 11010 | 101011 | 100001 | 111101 |
Color Harmonies of #BDAB7C
Complementary color
Monochromatic Colors of #BDAB7C
Black with #BDAB7C
Text Example
Text Example
White with #BDAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB7C; }
p { color: rgb(189,171,124); }
H1.HeaderClassName
{
color: #BDAB7C;
}
.AnyTagClassName
{
color: #BDAB7C;
}
</style>
background-color css
<style>
a { background-color: #BDAB7C; }
a { background-color: rgb(189,171,124); }
div.DivClassName
{
background-color: #BDAB7C;
}
.BgClassName
{
background-color: #BDAB7C;
}
</style>
border-color css
<style>
span { border-color: #BDAB7C; }
span { border-color: rgb(189,171,124); }
td.TdClassName
{
border-color: #BDAB7C;
}
.TagClassName
{
border-color: #BDAB7C;
}
</style>