Shades of Ecru #BDA676
Tints of Ecru #BDA676
RGB
CMYK
RGB Variations
Color information
#BDA676 (or 0xBDA676) is known color: Ecru. HEX triplet: BD, A6 and 76. RGB value is (189,166,118). Sum of RGB (Red+Green+Blue) = 189+166+118=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA676 is #425989. Grayscale: #A7A7A7. Windows color (decimal): -4348298 or 7775933. OLE color: 7775933.
HSL color Cylindrical-coordinate representation of color #BDA676: hue angle of 40.56º 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 #BDA676 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 118 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.26 |
| HSL | 40.56º | 0.35% | 0.6% | - |
| HSV(B) | 40.56º | 0.38% | 0.74% | - |
| XYZ | 37.89 | 39.4 | 22.75 | - |
| YUV | 167.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 118 | 0 | 0.12 | 0.38 | 0.26 | 40.56 | 0.35 | 0.6 |
| Hex | BD | A6 | 76 | 0 | C | 26 | 1A | 29 | 23 | 3C |
| Octal | 275 | 246 | 166 | 0 | 14 | 46 | 32 | 51 | 43 | 74 |
| Binary | 10111101 | 10100110 | 1110110 | 0 | 1100 | 100110 | 11010 | 101001 | 100011 | 111100 |
Color Harmonies of #BDA676
Complementary color
Monochromatic Colors of #BDA676
Black with #BDA676
Text Example
Text Example
White with #BDA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA676; }
p { color: rgb(189,166,118); }
H1.HeaderClassName
{
color: #BDA676;
}
.AnyTagClassName
{
color: #BDA676;
}
</style>
background-color css
<style>
a { background-color: #BDA676; }
a { background-color: rgb(189,166,118); }
div.DivClassName
{
background-color: #BDA676;
}
.BgClassName
{
background-color: #BDA676;
}
</style>
border-color css
<style>
span { border-color: #BDA676; }
span { border-color: rgb(189,166,118); }
td.TdClassName
{
border-color: #BDA676;
}
.TagClassName
{
border-color: #BDA676;
}
</style>