Design Nomenclature / Color

HSB

Also called HSV, hue saturation brightness, hue saturation value

RGB remapped to hue, saturation, and brightness, where B 100% is the brightest the display can render that hue — so pure yellow and pure blue both sit at B 100%. The model is a hexcone where HSL is a bicone. Neither is perceptual, and their S channels are not the same quantity.

The HSB hexcone: hue around the axis, saturation outward, brightness vertical, with every pure hue on the flat top face.

In practice

Photoshop's picker is HSB; CSS is HSL. Copying an S value between them silently changes the color — two different measures wearing one letter.

Not to be confused with

How this term connects

HSLOKLChRGBSaturationValueHSB
Related Confused with