Shades of Ecru #BFA779
Tints of Ecru #BFA779
RGB
CMYK
RGB Variations
Color information
#BFA779 (or 0xBFA779) is known color: Ecru. HEX triplet: BF, A7 and 79. RGB value is (191,167,121). Sum of RGB (Red+Green+Blue) = 191+167+121=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA779 is #405886. Grayscale: #A9A9A9. Windows color (decimal): -4216967 or 7972799. OLE color: 7972799.
HSL color Cylindrical-coordinate representation of color #BFA779: hue angle of 39.43º 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 #BFA779 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 121 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.25 |
| HSL | 39.43º | 0.35% | 0.61% | - |
| HSV(B) | 39.43º | 0.37% | 0.75% | - |
| XYZ | 38.76 | 40.09 | 23.79 | - |
| YUV | 168.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 121 | 0 | 0.13 | 0.37 | 0.25 | 39.43 | 0.35 | 0.61 |
| Hex | BF | A7 | 79 | 0 | D | 25 | 19 | 27 | 23 | 3D |
| Octal | 277 | 247 | 171 | 0 | 15 | 45 | 31 | 47 | 43 | 75 |
| Binary | 10111111 | 10100111 | 1111001 | 0 | 1101 | 100101 | 11001 | 100111 | 100011 | 111101 |
Color Harmonies of #BFA779
Complementary color
Monochromatic Colors of #BFA779
Black with #BFA779
Text Example
Text Example
White with #BFA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA779; }
p { color: rgb(191,167,121); }
H1.HeaderClassName
{
color: #BFA779;
}
.AnyTagClassName
{
color: #BFA779;
}
</style>
background-color css
<style>
a { background-color: #BFA779; }
a { background-color: rgb(191,167,121); }
div.DivClassName
{
background-color: #BFA779;
}
.BgClassName
{
background-color: #BFA779;
}
</style>
border-color css
<style>
span { border-color: #BFA779; }
span { border-color: rgb(191,167,121); }
td.TdClassName
{
border-color: #BFA779;
}
.TagClassName
{
border-color: #BFA779;
}
</style>