Shades of Ecru #BDA778
Tints of Ecru #BDA778
RGB
CMYK
RGB Variations
Color information
#BDA778 (or 0xBDA778) is known color: Ecru. HEX triplet: BD, A7 and 78. RGB value is (189,167,120). Sum of RGB (Red+Green+Blue) = 189+167+120=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA778 is #425887. Grayscale: #A8A8A8. Windows color (decimal): -4348040 or 7907261. OLE color: 7907261.
HSL color Cylindrical-coordinate representation of color #BDA778: hue angle of 40.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA778 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 120 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.26 |
| HSL | 40.87º | 0.34% | 0.61% | - |
| HSV(B) | 40.87º | 0.37% | 0.74% | - |
| XYZ | 38.2 | 39.81 | 23.44 | - |
| YUV | 168.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 120 | 0 | 0.12 | 0.37 | 0.26 | 40.87 | 0.34 | 0.61 |
| Hex | BD | A7 | 78 | 0 | C | 25 | 1A | 29 | 22 | 3D |
| Octal | 275 | 247 | 170 | 0 | 14 | 45 | 32 | 51 | 42 | 75 |
| Binary | 10111101 | 10100111 | 1111000 | 0 | 1100 | 100101 | 11010 | 101001 | 100010 | 111101 |
Color Harmonies of #BDA778
Complementary color
Monochromatic Colors of #BDA778
Black with #BDA778
Text Example
Text Example
White with #BDA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA778; }
p { color: rgb(189,167,120); }
H1.HeaderClassName
{
color: #BDA778;
}
.AnyTagClassName
{
color: #BDA778;
}
</style>
background-color css
<style>
a { background-color: #BDA778; }
a { background-color: rgb(189,167,120); }
div.DivClassName
{
background-color: #BDA778;
}
.BgClassName
{
background-color: #BDA778;
}
</style>
border-color css
<style>
span { border-color: #BDA778; }
span { border-color: rgb(189,167,120); }
td.TdClassName
{
border-color: #BDA778;
}
.TagClassName
{
border-color: #BDA778;
}
</style>