Shades of Ecru #BDA977
Tints of Ecru #BDA977
RGB
CMYK
RGB Variations
Color information
#BDA977 (or 0xBDA977) is known color: Ecru. HEX triplet: BD, A9 and 77. RGB value is (189,169,119). Sum of RGB (Red+Green+Blue) = 189+169+119=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA977 is #425688. Grayscale: #A9A9A9. Windows color (decimal): -4347529 or 7842237. OLE color: 7842237.
HSL color Cylindrical-coordinate representation of color #BDA977: hue angle of 42.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA977 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 119 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.26 |
| HSL | 42.86º | 0.35% | 0.6% | - |
| HSV(B) | 42.86º | 0.37% | 0.74% | - |
| XYZ | 38.5 | 40.53 | 23.25 | - |
| YUV | 169.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 119 | 0 | 0.11 | 0.37 | 0.26 | 42.86 | 0.35 | 0.6 |
| Hex | BD | A9 | 77 | 0 | B | 25 | 1A | 2B | 23 | 3C |
| Octal | 275 | 251 | 167 | 0 | 13 | 45 | 32 | 53 | 43 | 74 |
| Binary | 10111101 | 10101001 | 1110111 | 0 | 1011 | 100101 | 11010 | 101011 | 100011 | 111100 |
Color Harmonies of #BDA977
Complementary color
Monochromatic Colors of #BDA977
Black with #BDA977
Text Example
Text Example
White with #BDA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA977; }
p { color: rgb(189,169,119); }
H1.HeaderClassName
{
color: #BDA977;
}
.AnyTagClassName
{
color: #BDA977;
}
</style>
background-color css
<style>
a { background-color: #BDA977; }
a { background-color: rgb(189,169,119); }
div.DivClassName
{
background-color: #BDA977;
}
.BgClassName
{
background-color: #BDA977;
}
</style>
border-color css
<style>
span { border-color: #BDA977; }
span { border-color: rgb(189,169,119); }
td.TdClassName
{
border-color: #BDA977;
}
.TagClassName
{
border-color: #BDA977;
}
</style>