Shades of Ecru #BFAA7D
Tints of Ecru #BFAA7D
RGB
CMYK
RGB Variations
Color information
#BFAA7D (or 0xBFAA7D) is known color: Ecru. HEX triplet: BF, AA and 7D. RGB value is (191,170,125). Sum of RGB (Red+Green+Blue) = 191+170+125=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA7D is #405582. Grayscale: #ABABAB. Windows color (decimal): -4216195 or 8235711. OLE color: 8235711.
HSL color Cylindrical-coordinate representation of color #BFAA7D: hue angle of 40.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFAA7D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 125 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.25 |
| HSL | 40.91º | 0.34% | 0.62% | - |
| HSV(B) | 40.91º | 0.35% | 0.75% | - |
| XYZ | 39.56 | 41.31 | 25.29 | - |
| YUV | 171.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 125 | 0 | 0.11 | 0.35 | 0.25 | 40.91 | 0.34 | 0.62 |
| Hex | BF | AA | 7D | 0 | B | 23 | 19 | 29 | 22 | 3E |
| Octal | 277 | 252 | 175 | 0 | 13 | 43 | 31 | 51 | 42 | 76 |
| Binary | 10111111 | 10101010 | 1111101 | 0 | 1011 | 100011 | 11001 | 101001 | 100010 | 111110 |
Color Harmonies of #BFAA7D
Complementary color
Monochromatic Colors of #BFAA7D
Black with #BFAA7D
Text Example
Text Example
White with #BFAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA7D; }
p { color: rgb(191,170,125); }
H1.HeaderClassName
{
color: #BFAA7D;
}
.AnyTagClassName
{
color: #BFAA7D;
}
</style>
background-color css
<style>
a { background-color: #BFAA7D; }
a { background-color: rgb(191,170,125); }
div.DivClassName
{
background-color: #BFAA7D;
}
.BgClassName
{
background-color: #BFAA7D;
}
</style>
border-color css
<style>
span { border-color: #BFAA7D; }
span { border-color: rgb(191,170,125); }
td.TdClassName
{
border-color: #BFAA7D;
}
.TagClassName
{
border-color: #BFAA7D;
}
</style>