This document discusses performance analysis of color-based image retrieval techniques. It proposes using foreground color extraction and K-nearest neighbor classification to retrieve similar images based on foreground objects. The key steps are segmenting images to separate foreground from background, categorizing foreground colors, and matching query images to images in a database based on dominant foreground color using K-nearest neighbor. An experimental analysis on a celebrity image dataset found the proposed technique achieved higher precision and recall than existing background-focused methods.