Shades of Ecru #BDA876
Tints of Ecru #BDA876
RGB
CMYK
RGB Variations
Color information
#BDA876 (or 0xBDA876) is known color: Ecru. HEX triplet: BD, A8 and 76. RGB value is (189,168,118). Sum of RGB (Red+Green+Blue) = 189+168+118=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA876 is #425789. Grayscale: #A8A8A8. Windows color (decimal): -4347786 or 7776445. OLE color: 7776445.
HSL color Cylindrical-coordinate representation of color #BDA876: hue angle of 42.25º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDA876 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 118 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.26 |
| HSL | 42.25º | 0.35% | 0.6% | - |
| HSV(B) | 42.25º | 0.38% | 0.74% | - |
| XYZ | 38.26 | 40.13 | 22.87 | - |
| YUV | 168.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 118 | 0 | 0.11 | 0.38 | 0.26 | 42.25 | 0.35 | 0.6 |
| Hex | BD | A8 | 76 | 0 | B | 26 | 1A | 2A | 23 | 3C |
| Octal | 275 | 250 | 166 | 0 | 13 | 46 | 32 | 52 | 43 | 74 |
| Binary | 10111101 | 10101000 | 1110110 | 0 | 1011 | 100110 | 11010 | 101010 | 100011 | 111100 |
Color Harmonies of #BDA876
Complementary color
Monochromatic Colors of #BDA876
Black with #BDA876
Text Example
Text Example
White with #BDA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA876; }
p { color: rgb(189,168,118); }
H1.HeaderClassName
{
color: #BDA876;
}
.AnyTagClassName
{
color: #BDA876;
}
</style>
background-color css
<style>
a { background-color: #BDA876; }
a { background-color: rgb(189,168,118); }
div.DivClassName
{
background-color: #BDA876;
}
.BgClassName
{
background-color: #BDA876;
}
</style>
border-color css
<style>
span { border-color: #BDA876; }
span { border-color: rgb(189,168,118); }
td.TdClassName
{
border-color: #BDA876;
}
.TagClassName
{
border-color: #BDA876;
}
</style>