Shades of Ecru #BFA877
Tints of Ecru #BFA877
RGB
CMYK
RGB Variations
Color information
#BFA877 (or 0xBFA877) is known color: Ecru. HEX triplet: BF, A8 and 77. RGB value is (191,168,119). Sum of RGB (Red+Green+Blue) = 191+168+119=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA877 is #405788. Grayscale: #A9A9A9. Windows color (decimal): -4216713 or 7841983. OLE color: 7841983.
HSL color Cylindrical-coordinate representation of color #BFA877: hue angle of 40.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 #BFA877 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 119 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.25 |
| HSL | 40.83º | 0.36% | 0.61% | - |
| HSV(B) | 40.83º | 0.38% | 0.75% | - |
| XYZ | 38.82 | 40.41 | 23.21 | - |
| YUV | 169.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 119 | 0 | 0.12 | 0.38 | 0.25 | 40.83 | 0.36 | 0.61 |
| Hex | BF | A8 | 77 | 0 | C | 26 | 19 | 29 | 24 | 3D |
| Octal | 277 | 250 | 167 | 0 | 14 | 46 | 31 | 51 | 44 | 75 |
| Binary | 10111111 | 10101000 | 1110111 | 0 | 1100 | 100110 | 11001 | 101001 | 100100 | 111101 |
Color Harmonies of #BFA877
Complementary color
Monochromatic Colors of #BFA877
Black with #BFA877
Text Example
Text Example
White with #BFA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA877; }
p { color: rgb(191,168,119); }
H1.HeaderClassName
{
color: #BFA877;
}
.AnyTagClassName
{
color: #BFA877;
}
</style>
background-color css
<style>
a { background-color: #BFA877; }
a { background-color: rgb(191,168,119); }
div.DivClassName
{
background-color: #BFA877;
}
.BgClassName
{
background-color: #BFA877;
}
</style>
border-color css
<style>
span { border-color: #BFA877; }
span { border-color: rgb(191,168,119); }
td.TdClassName
{
border-color: #BFA877;
}
.TagClassName
{
border-color: #BFA877;
}
</style>