Shades of Ecru #BFAB7E
Tints of Ecru #BFAB7E
RGB
CMYK
RGB Variations
Color information
#BFAB7E (or 0xBFAB7E) is known color: Ecru. HEX triplet: BF, AB and 7E. RGB value is (191,171,126). Sum of RGB (Red+Green+Blue) = 191+171+126=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB7E is #405481. Grayscale: #ACACAC. Windows color (decimal): -4215938 or 8301503. OLE color: 8301503.
HSL color Cylindrical-coordinate representation of color #BFAB7E: hue angle of 41.54º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFAB7E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 126 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.25 |
| HSL | 41.54º | 0.34% | 0.62% | - |
| HSV(B) | 41.54º | 0.34% | 0.75% | - |
| XYZ | 39.81 | 41.71 | 25.69 | - |
| YUV | 171.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 126 | 0 | 0.10 | 0.34 | 0.25 | 41.54 | 0.34 | 0.62 |
| Hex | BF | AB | 7E | 0 | A | 22 | 19 | 2A | 22 | 3E |
| Octal | 277 | 253 | 176 | 0 | 12 | 42 | 31 | 52 | 42 | 76 |
| Binary | 10111111 | 10101011 | 1111110 | 0 | 1010 | 100010 | 11001 | 101010 | 100010 | 111110 |
Color Harmonies of #BFAB7E
Complementary color
Monochromatic Colors of #BFAB7E
Black with #BFAB7E
Text Example
Text Example
White with #BFAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB7E; }
p { color: rgb(191,171,126); }
H1.HeaderClassName
{
color: #BFAB7E;
}
.AnyTagClassName
{
color: #BFAB7E;
}
</style>
background-color css
<style>
a { background-color: #BFAB7E; }
a { background-color: rgb(191,171,126); }
div.DivClassName
{
background-color: #BFAB7E;
}
.BgClassName
{
background-color: #BFAB7E;
}
</style>
border-color css
<style>
span { border-color: #BFAB7E; }
span { border-color: rgb(191,171,126); }
td.TdClassName
{
border-color: #BFAB7E;
}
.TagClassName
{
border-color: #BFAB7E;
}
</style>