Shades of Ecru #BFA879
Tints of Ecru #BFA879
RGB
CMYK
RGB Variations
Color information
#BFA879 (or 0xBFA879) is known color: Ecru. HEX triplet: BF, A8 and 79. RGB value is (191,168,121). Sum of RGB (Red+Green+Blue) = 191+168+121=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA879 is #405786. Grayscale: #A9A9A9. Windows color (decimal): -4216711 or 7973055. OLE color: 7973055.
HSL color Cylindrical-coordinate representation of color #BFA879: hue angle of 40.29º 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 #BFA879 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 121 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.25 |
| HSL | 40.29º | 0.35% | 0.61% | - |
| HSV(B) | 40.29º | 0.37% | 0.75% | - |
| XYZ | 38.94 | 40.46 | 23.85 | - |
| YUV | 169.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 121 | 0 | 0.12 | 0.37 | 0.25 | 40.29 | 0.35 | 0.61 |
| Hex | BF | A8 | 79 | 0 | C | 25 | 19 | 28 | 23 | 3D |
| Octal | 277 | 250 | 171 | 0 | 14 | 45 | 31 | 50 | 43 | 75 |
| Binary | 10111111 | 10101000 | 1111001 | 0 | 1100 | 100101 | 11001 | 101000 | 100011 | 111101 |
Color Harmonies of #BFA879
Complementary color
Monochromatic Colors of #BFA879
Black with #BFA879
Text Example
Text Example
White with #BFA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA879; }
p { color: rgb(191,168,121); }
H1.HeaderClassName
{
color: #BFA879;
}
.AnyTagClassName
{
color: #BFA879;
}
</style>
background-color css
<style>
a { background-color: #BFA879; }
a { background-color: rgb(191,168,121); }
div.DivClassName
{
background-color: #BFA879;
}
.BgClassName
{
background-color: #BFA879;
}
</style>
border-color css
<style>
span { border-color: #BFA879; }
span { border-color: rgb(191,168,121); }
td.TdClassName
{
border-color: #BFA879;
}
.TagClassName
{
border-color: #BFA879;
}
</style>