Shades of Ecru #BDA973
Tints of Ecru #BDA973
RGB
CMYK
RGB Variations
Color information
#BDA973 (or 0xBDA973) is known color: Ecru. HEX triplet: BD, A9 and 73. RGB value is (189,169,115). Sum of RGB (Red+Green+Blue) = 189+169+115=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA973 is #42568C. Grayscale: #A9A9A9. Windows color (decimal): -4347533 or 7580093. OLE color: 7580093.
HSL color Cylindrical-coordinate representation of color #BDA973: hue angle of 43.78º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDA973 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 115 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.26 |
| HSL | 43.78º | 0.36% | 0.6% | - |
| HSV(B) | 43.78º | 0.39% | 0.74% | - |
| XYZ | 38.27 | 40.43 | 22.01 | - |
| YUV | 168.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 115 | 0 | 0.11 | 0.39 | 0.26 | 43.78 | 0.36 | 0.6 |
| Hex | BD | A9 | 73 | 0 | B | 27 | 1A | 2C | 24 | 3C |
| Octal | 275 | 251 | 163 | 0 | 13 | 47 | 32 | 54 | 44 | 74 |
| Binary | 10111101 | 10101001 | 1110011 | 0 | 1011 | 100111 | 11010 | 101100 | 100100 | 111100 |
Color Harmonies of #BDA973
Complementary color
Monochromatic Colors of #BDA973
Black with #BDA973
Text Example
Text Example
White with #BDA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA973; }
p { color: rgb(189,169,115); }
H1.HeaderClassName
{
color: #BDA973;
}
.AnyTagClassName
{
color: #BDA973;
}
</style>
background-color css
<style>
a { background-color: #BDA973; }
a { background-color: rgb(189,169,115); }
div.DivClassName
{
background-color: #BDA973;
}
.BgClassName
{
background-color: #BDA973;
}
</style>
border-color css
<style>
span { border-color: #BDA973; }
span { border-color: rgb(189,169,115); }
td.TdClassName
{
border-color: #BDA973;
}
.TagClassName
{
border-color: #BDA973;
}
</style>