Shades of Ecru #BFA979
Tints of Ecru #BFA979
RGB
CMYK
RGB Variations
Color information
#BFA979 (or 0xBFA979) is known color: Ecru. HEX triplet: BF, A9 and 79. RGB value is (191,169,121). Sum of RGB (Red+Green+Blue) = 191+169+121=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA979 is #405686. Grayscale: #AAAAAA. Windows color (decimal): -4216455 or 7973311. OLE color: 7973311.
HSL color Cylindrical-coordinate representation of color #BFA979: hue angle of 41.14º degrees, saturation: 0.35, 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 #BFA979 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 121 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.25 |
| HSL | 41.14º | 0.35% | 0.61% | - |
| HSV(B) | 41.14º | 0.37% | 0.75% | - |
| XYZ | 39.13 | 40.83 | 23.91 | - |
| YUV | 170.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 121 | 0 | 0.12 | 0.37 | 0.25 | 41.14 | 0.35 | 0.61 |
| Hex | BF | A9 | 79 | 0 | C | 25 | 19 | 29 | 23 | 3D |
| Octal | 277 | 251 | 171 | 0 | 14 | 45 | 31 | 51 | 43 | 75 |
| Binary | 10111111 | 10101001 | 1111001 | 0 | 1100 | 100101 | 11001 | 101001 | 100011 | 111101 |
Color Harmonies of #BFA979
Complementary color
Monochromatic Colors of #BFA979
Black with #BFA979
Text Example
Text Example
White with #BFA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA979; }
p { color: rgb(191,169,121); }
H1.HeaderClassName
{
color: #BFA979;
}
.AnyTagClassName
{
color: #BFA979;
}
</style>
background-color css
<style>
a { background-color: #BFA979; }
a { background-color: rgb(191,169,121); }
div.DivClassName
{
background-color: #BFA979;
}
.BgClassName
{
background-color: #BFA979;
}
</style>
border-color css
<style>
span { border-color: #BFA979; }
span { border-color: rgb(191,169,121); }
td.TdClassName
{
border-color: #BFA979;
}
.TagClassName
{
border-color: #BFA979;
}
</style>