Shades of Ecru #BDAC7C
Tints of Ecru #BDAC7C
RGB
CMYK
RGB Variations
Color information
#BDAC7C (or 0xBDAC7C) is known color: Ecru. HEX triplet: BD, AC and 7C. RGB value is (189,172,124). Sum of RGB (Red+Green+Blue) = 189+172+124=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC7C is #425383. Grayscale: #ABABAB. Windows color (decimal): -4346756 or 8170685. OLE color: 8170685.
HSL color Cylindrical-coordinate representation of color #BDAC7C: hue angle of 44.31º 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 #BDAC7C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 124 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.26 |
| HSL | 44.31º | 0.33% | 0.61% | - |
| HSV(B) | 44.31º | 0.34% | 0.74% | - |
| XYZ | 39.38 | 41.78 | 25.06 | - |
| YUV | 171.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 124 | 0 | 0.09 | 0.34 | 0.26 | 44.31 | 0.33 | 0.61 |
| Hex | BD | AC | 7C | 0 | 9 | 22 | 1A | 2C | 21 | 3D |
| Octal | 275 | 254 | 174 | 0 | 11 | 42 | 32 | 54 | 41 | 75 |
| Binary | 10111101 | 10101100 | 1111100 | 0 | 1001 | 100010 | 11010 | 101100 | 100001 | 111101 |
Color Harmonies of #BDAC7C
Complementary color
Monochromatic Colors of #BDAC7C
Black with #BDAC7C
Text Example
Text Example
White with #BDAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC7C; }
p { color: rgb(189,172,124); }
H1.HeaderClassName
{
color: #BDAC7C;
}
.AnyTagClassName
{
color: #BDAC7C;
}
</style>
background-color css
<style>
a { background-color: #BDAC7C; }
a { background-color: rgb(189,172,124); }
div.DivClassName
{
background-color: #BDAC7C;
}
.BgClassName
{
background-color: #BDAC7C;
}
</style>
border-color css
<style>
span { border-color: #BDAC7C; }
span { border-color: rgb(189,172,124); }
td.TdClassName
{
border-color: #BDAC7C;
}
.TagClassName
{
border-color: #BDAC7C;
}
</style>