Shades of Ecru #BDA972
Tints of Ecru #BDA972
RGB
CMYK
RGB Variations
Color information
#BDA972 (or 0xBDA972) is known color: Ecru. HEX triplet: BD, A9 and 72. RGB value is (189,169,114). Sum of RGB (Red+Green+Blue) = 189+169+114=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA972 is #42568D. Grayscale: #A8A8A8. Windows color (decimal): -4347534 or 7514557. OLE color: 7514557.
HSL color Cylindrical-coordinate representation of color #BDA972: hue angle of 44º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA972 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 114 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.26 |
| HSL | 44º | 0.36% | 0.59% | - |
| HSV(B) | 44º | 0.4% | 0.74% | - |
| XYZ | 38.21 | 40.41 | 21.71 | - |
| YUV | 168.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 114 | 0 | 0.11 | 0.40 | 0.26 | 44 | 0.36 | 0.59 |
| Hex | BD | A9 | 72 | 0 | B | 28 | 1A | 2C | 24 | 3B |
| Octal | 275 | 251 | 162 | 0 | 13 | 50 | 32 | 54 | 44 | 73 |
| Binary | 10111101 | 10101001 | 1110010 | 0 | 1011 | 101000 | 11010 | 101100 | 100100 | 111011 |
Color Harmonies of #BDA972
Complementary color
Monochromatic Colors of #BDA972
Black with #BDA972
Text Example
Text Example
White with #BDA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA972; }
p { color: rgb(189,169,114); }
H1.HeaderClassName
{
color: #BDA972;
}
.AnyTagClassName
{
color: #BDA972;
}
</style>
background-color css
<style>
a { background-color: #BDA972; }
a { background-color: rgb(189,169,114); }
div.DivClassName
{
background-color: #BDA972;
}
.BgClassName
{
background-color: #BDA972;
}
</style>
border-color css
<style>
span { border-color: #BDA972; }
span { border-color: rgb(189,169,114); }
td.TdClassName
{
border-color: #BDA972;
}
.TagClassName
{
border-color: #BDA972;
}
</style>