Shades of Ecru #BFAE78
Tints of Ecru #BFAE78
RGB
CMYK
RGB Variations
Color information
#BFAE78 (or 0xBFAE78) is known color: Ecru. HEX triplet: BF, AE and 78. RGB value is (191,174,120). Sum of RGB (Red+Green+Blue) = 191+174+120=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE78 is #405187. Grayscale: #ADADAD. Windows color (decimal): -4215176 or 7909055. OLE color: 7909055.
HSL color Cylindrical-coordinate representation of color #BFAE78: hue angle of 45.63º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFAE78 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 120 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.25 |
| HSL | 45.63º | 0.36% | 0.61% | - |
| HSV(B) | 45.63º | 0.37% | 0.75% | - |
| XYZ | 40.01 | 42.7 | 23.9 | - |
| YUV | 172.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 120 | 0 | 0.09 | 0.37 | 0.25 | 45.63 | 0.36 | 0.61 |
| Hex | BF | AE | 78 | 0 | 9 | 25 | 19 | 2E | 24 | 3D |
| Octal | 277 | 256 | 170 | 0 | 11 | 45 | 31 | 56 | 44 | 75 |
| Binary | 10111111 | 10101110 | 1111000 | 0 | 1001 | 100101 | 11001 | 101110 | 100100 | 111101 |
Color Harmonies of #BFAE78
Complementary color
Monochromatic Colors of #BFAE78
Black with #BFAE78
Text Example
Text Example
White with #BFAE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE78; }
p { color: rgb(191,174,120); }
H1.HeaderClassName
{
color: #BFAE78;
}
.AnyTagClassName
{
color: #BFAE78;
}
</style>
background-color css
<style>
a { background-color: #BFAE78; }
a { background-color: rgb(191,174,120); }
div.DivClassName
{
background-color: #BFAE78;
}
.BgClassName
{
background-color: #BFAE78;
}
</style>
border-color css
<style>
span { border-color: #BFAE78; }
span { border-color: rgb(191,174,120); }
td.TdClassName
{
border-color: #BFAE78;
}
.TagClassName
{
border-color: #BFAE78;
}
</style>