Shades of Ecru #BFAE7D
Tints of Ecru #BFAE7D
RGB
CMYK
RGB Variations
Color information
#BFAE7D (or 0xBFAE7D) is known color: Ecru. HEX triplet: BF, AE and 7D. RGB value is (191,174,125). Sum of RGB (Red+Green+Blue) = 191+174+125=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE7D is #405182. Grayscale: #ADADAD. Windows color (decimal): -4215171 or 8236735. OLE color: 8236735.
HSL color Cylindrical-coordinate representation of color #BFAE7D: hue angle of 44.55º 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 #BFAE7D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 125 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.25 |
| HSL | 44.55º | 0.34% | 0.62% | - |
| HSV(B) | 44.55º | 0.35% | 0.75% | - |
| XYZ | 40.32 | 42.83 | 25.54 | - |
| YUV | 173.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 125 | 0 | 0.09 | 0.35 | 0.25 | 44.55 | 0.34 | 0.62 |
| Hex | BF | AE | 7D | 0 | 9 | 23 | 19 | 2D | 22 | 3E |
| Octal | 277 | 256 | 175 | 0 | 11 | 43 | 31 | 55 | 42 | 76 |
| Binary | 10111111 | 10101110 | 1111101 | 0 | 1001 | 100011 | 11001 | 101101 | 100010 | 111110 |
Color Harmonies of #BFAE7D
Complementary color
Monochromatic Colors of #BFAE7D
Black with #BFAE7D
Text Example
Text Example
White with #BFAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE7D; }
p { color: rgb(191,174,125); }
H1.HeaderClassName
{
color: #BFAE7D;
}
.AnyTagClassName
{
color: #BFAE7D;
}
</style>
background-color css
<style>
a { background-color: #BFAE7D; }
a { background-color: rgb(191,174,125); }
div.DivClassName
{
background-color: #BFAE7D;
}
.BgClassName
{
background-color: #BFAE7D;
}
</style>
border-color css
<style>
span { border-color: #BFAE7D; }
span { border-color: rgb(191,174,125); }
td.TdClassName
{
border-color: #BFAE7D;
}
.TagClassName
{
border-color: #BFAE7D;
}
</style>