Shades of Ecru #BDAE81
Tints of Ecru #BDAE81
RGB
CMYK
RGB Variations
Color information
#BDAE81 (or 0xBDAE81) is known color: Ecru. HEX triplet: BD, AE and 81. RGB value is (189,174,129). Sum of RGB (Red+Green+Blue) = 189+174+129=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE81 is #42517E. Grayscale: #ADADAD. Windows color (decimal): -4346239 or 8498877. OLE color: 8498877.
HSL color Cylindrical-coordinate representation of color #BDAE81: hue angle of 45º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDAE81 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 129 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.26 |
| HSL | 45º | 0.31% | 0.62% | - |
| HSV(B) | 45º | 0.32% | 0.74% | - |
| XYZ | 40.08 | 42.68 | 26.89 | - |
| YUV | 173.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 129 | 0 | 0.08 | 0.32 | 0.26 | 45 | 0.31 | 0.62 |
| Hex | BD | AE | 81 | 0 | 8 | 20 | 1A | 2D | 1F | 3E |
| Octal | 275 | 256 | 201 | 0 | 10 | 40 | 32 | 55 | 37 | 76 |
| Binary | 10111101 | 10101110 | 10000001 | 0 | 1000 | 100000 | 11010 | 101101 | 11111 | 111110 |
Color Harmonies of #BDAE81
Complementary color
Monochromatic Colors of #BDAE81
Black with #BDAE81
Text Example
Text Example
White with #BDAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE81; }
p { color: rgb(189,174,129); }
H1.HeaderClassName
{
color: #BDAE81;
}
.AnyTagClassName
{
color: #BDAE81;
}
</style>
background-color css
<style>
a { background-color: #BDAE81; }
a { background-color: rgb(189,174,129); }
div.DivClassName
{
background-color: #BDAE81;
}
.BgClassName
{
background-color: #BDAE81;
}
</style>
border-color css
<style>
span { border-color: #BDAE81; }
span { border-color: rgb(189,174,129); }
td.TdClassName
{
border-color: #BDAE81;
}
.TagClassName
{
border-color: #BDAE81;
}
</style>