Shades of Ecru #BDA878
Tints of Ecru #BDA878
RGB
CMYK
RGB Variations
Color information
#BDA878 (or 0xBDA878) is known color: Ecru. HEX triplet: BD, A8 and 78. RGB value is (189,168,120). Sum of RGB (Red+Green+Blue) = 189+168+120=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA878 is #425787. Grayscale: #A9A9A9. Windows color (decimal): -4347784 or 7907517. OLE color: 7907517.
HSL color Cylindrical-coordinate representation of color #BDA878: hue angle of 41.74º 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 #BDA878 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 120 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.26 |
| HSL | 41.74º | 0.34% | 0.61% | - |
| HSV(B) | 41.74º | 0.37% | 0.74% | - |
| XYZ | 38.38 | 40.18 | 23.5 | - |
| YUV | 168.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 120 | 0 | 0.11 | 0.37 | 0.26 | 41.74 | 0.34 | 0.61 |
| Hex | BD | A8 | 78 | 0 | B | 25 | 1A | 2A | 22 | 3D |
| Octal | 275 | 250 | 170 | 0 | 13 | 45 | 32 | 52 | 42 | 75 |
| Binary | 10111101 | 10101000 | 1111000 | 0 | 1011 | 100101 | 11010 | 101010 | 100010 | 111101 |
Color Harmonies of #BDA878
Complementary color
Monochromatic Colors of #BDA878
Black with #BDA878
Text Example
Text Example
White with #BDA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA878; }
p { color: rgb(189,168,120); }
H1.HeaderClassName
{
color: #BDA878;
}
.AnyTagClassName
{
color: #BDA878;
}
</style>
background-color css
<style>
a { background-color: #BDA878; }
a { background-color: rgb(189,168,120); }
div.DivClassName
{
background-color: #BDA878;
}
.BgClassName
{
background-color: #BDA878;
}
</style>
border-color css
<style>
span { border-color: #BDA878; }
span { border-color: rgb(189,168,120); }
td.TdClassName
{
border-color: #BDA878;
}
.TagClassName
{
border-color: #BDA878;
}
</style>