This project implements a real-time color Recognition system using Python and the OpenCV library. The system captures frames from a webcam (or processes an image/video) and analyzes pixel values to identify dominant colors in the scene. Each frame is converted from the BGR color space to more perceptually uniform spaces such as HSV (Hue, Saturation, Value) or LAB, making it easier to distinguish between different shades of colors.