Converts HSB (Hue, Saturation, Brightness) values to RGB. This is useful when you have picked a color in a design tool that shows HSB and need the RGB values for CSS, code, or another application. You can also use hsv() syntax — HSB and HSV are the same model.
HSB to RGB Converter
Convert HSB/HSV colors to RGB values
How to HSB to RGB
- 1.Enter an HSB value like hsb(204, 78%, 73%) in the input.
- 2.RGB and all other formats appear instantly.
- 3.Use the color picker for visual selection.
- 4.Copy any result with one click.
About This Tool
Frequently Asked Questions
Use the format hsb(hue, saturation%, brightness%). Example: hsb(210, 80%, 70%) is a medium blue. You can also use hsv() — both are accepted.
Pure black — zero brightness. hsb(0, 0%, 100%) is pure white (zero saturation, maximum brightness).
Make sure you are comparing the right color model. Photoshop uses HSB by default, while CSS uses HSL. This tool helps by showing all formats simultaneously.