Shades of Ecru #BFAE77
Tints of Ecru #BFAE77
RGB
CMYK
RGB Variations
Color information
#BFAE77 (or 0xBFAE77) is known color: Ecru. HEX triplet: BF, AE and 77. RGB value is (191,174,119). Sum of RGB (Red+Green+Blue) = 191+174+119=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE77 is #405188. Grayscale: #ADADAD. Windows color (decimal): -4215177 or 7843519. OLE color: 7843519.
HSL color Cylindrical-coordinate representation of color #BFAE77: hue angle of 45.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFAE77 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 119 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.25 |
| HSL | 45.83º | 0.36% | 0.61% | - |
| HSV(B) | 45.83º | 0.38% | 0.75% | - |
| XYZ | 39.95 | 42.68 | 23.59 | - |
| YUV | 172.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 119 | 0 | 0.09 | 0.38 | 0.25 | 45.83 | 0.36 | 0.61 |
| Hex | BF | AE | 77 | 0 | 9 | 26 | 19 | 2E | 24 | 3D |
| Octal | 277 | 256 | 167 | 0 | 11 | 46 | 31 | 56 | 44 | 75 |
| Binary | 10111111 | 10101110 | 1110111 | 0 | 1001 | 100110 | 11001 | 101110 | 100100 | 111101 |
Color Harmonies of #BFAE77
Complementary color
Monochromatic Colors of #BFAE77
Black with #BFAE77
Text Example
Text Example
White with #BFAE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE77; }
p { color: rgb(191,174,119); }
H1.HeaderClassName
{
color: #BFAE77;
}
.AnyTagClassName
{
color: #BFAE77;
}
</style>
background-color css
<style>
a { background-color: #BFAE77; }
a { background-color: rgb(191,174,119); }
div.DivClassName
{
background-color: #BFAE77;
}
.BgClassName
{
background-color: #BFAE77;
}
</style>
border-color css
<style>
span { border-color: #BFAE77; }
span { border-color: rgb(191,174,119); }
td.TdClassName
{
border-color: #BFAE77;
}
.TagClassName
{
border-color: #BFAE77;
}
</style>