Shades of Ecru #BDA975
Tints of Ecru #BDA975
RGB
CMYK
RGB Variations
Color information
#BDA975 (or 0xBDA975) is known color: Ecru. HEX triplet: BD, A9 and 75. RGB value is (189,169,117). Sum of RGB (Red+Green+Blue) = 189+169+117=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA975 is #42568A. Grayscale: #A9A9A9. Windows color (decimal): -4347531 or 7711165. OLE color: 7711165.
HSL color Cylindrical-coordinate representation of color #BDA975: hue angle of 43.33º 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 #BDA975 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 117 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.26 |
| HSL | 43.33º | 0.35% | 0.6% | - |
| HSV(B) | 43.33º | 0.38% | 0.74% | - |
| XYZ | 38.39 | 40.48 | 22.62 | - |
| YUV | 169.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 117 | 0 | 0.11 | 0.38 | 0.26 | 43.33 | 0.35 | 0.6 |
| Hex | BD | A9 | 75 | 0 | B | 26 | 1A | 2B | 23 | 3C |
| Octal | 275 | 251 | 165 | 0 | 13 | 46 | 32 | 53 | 43 | 74 |
| Binary | 10111101 | 10101001 | 1110101 | 0 | 1011 | 100110 | 11010 | 101011 | 100011 | 111100 |
Color Harmonies of #BDA975
Complementary color
Monochromatic Colors of #BDA975
Black with #BDA975
Text Example
Text Example
White with #BDA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA975; }
p { color: rgb(189,169,117); }
H1.HeaderClassName
{
color: #BDA975;
}
.AnyTagClassName
{
color: #BDA975;
}
</style>
background-color css
<style>
a { background-color: #BDA975; }
a { background-color: rgb(189,169,117); }
div.DivClassName
{
background-color: #BDA975;
}
.BgClassName
{
background-color: #BDA975;
}
</style>
border-color css
<style>
span { border-color: #BDA975; }
span { border-color: rgb(189,169,117); }
td.TdClassName
{
border-color: #BDA975;
}
.TagClassName
{
border-color: #BDA975;
}
</style>