Shades of Ecru #BDA978
Tints of Ecru #BDA978
RGB
CMYK
RGB Variations
Color information
#BDA978 (or 0xBDA978) is known color: Ecru. HEX triplet: BD, A9 and 78. RGB value is (189,169,120). Sum of RGB (Red+Green+Blue) = 189+169+120=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA978 is #425687. Grayscale: #A9A9A9. Windows color (decimal): -4347528 or 7907773. OLE color: 7907773.
HSL color Cylindrical-coordinate representation of color #BDA978: hue angle of 42.61º 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 #BDA978 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 120 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.26 |
| HSL | 42.61º | 0.34% | 0.61% | - |
| HSV(B) | 42.61º | 0.37% | 0.74% | - |
| XYZ | 38.56 | 40.55 | 23.56 | - |
| YUV | 169.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 120 | 0 | 0.11 | 0.37 | 0.26 | 42.61 | 0.34 | 0.61 |
| Hex | BD | A9 | 78 | 0 | B | 25 | 1A | 2B | 22 | 3D |
| Octal | 275 | 251 | 170 | 0 | 13 | 45 | 32 | 53 | 42 | 75 |
| Binary | 10111101 | 10101001 | 1111000 | 0 | 1011 | 100101 | 11010 | 101011 | 100010 | 111101 |
Color Harmonies of #BDA978
Complementary color
Monochromatic Colors of #BDA978
Black with #BDA978
Text Example
Text Example
White with #BDA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA978; }
p { color: rgb(189,169,120); }
H1.HeaderClassName
{
color: #BDA978;
}
.AnyTagClassName
{
color: #BDA978;
}
</style>
background-color css
<style>
a { background-color: #BDA978; }
a { background-color: rgb(189,169,120); }
div.DivClassName
{
background-color: #BDA978;
}
.BgClassName
{
background-color: #BDA978;
}
</style>
border-color css
<style>
span { border-color: #BDA978; }
span { border-color: rgb(189,169,120); }
td.TdClassName
{
border-color: #BDA978;
}
.TagClassName
{
border-color: #BDA978;
}
</style>