HSB to RGB to HEX

Embed Size (px)

DESCRIPTION

Relationship of HSB/HSV to RGB to Hex Hue Saturation Brightness/Value describes the color position on the color wheel as well as the saturation and brightness values

Citation preview

HSB to RGB to HEX Relationship of HSB/HSV to RGB to Hex
Hue Saturation Brightness/Value describes the color position on the color wheel as well as the saturation and brightness values Color Degrees HSB Hue = degrees on the color wheel for the pure color
Saturation = the valuesfrom white to pure color Brightness = the valuesfrom black to pure color HSB to RGB to HEX Red HSB - 0 degreesHue, 100 Saturation,100 Brightness RGB - 255, 0, 0 HEX - #FF0000 Green HSB degreesHue, 100 Saturation,100 Brightness RGB - 0, 255, 0 HEX - #00FF00 Blue HSB degreesHue, 100 Saturation,100 Brightness RGB - 0, 0, 255 HEX - #0000FF HSB to RGB to HEX Yellow HSB - 60 degreesHue, 100 Saturation,100 Brightness RGB - 255, 255, 0, HEX - #FFFF00 Cyan HSB degreesHue, 100 Saturation,100 Brightness RGB - 0, 255, 255 HEX - #00FFFF Magenta HSB degreesHue, 100 Saturation,100 Brightness RGB - 255, 0, 255 HEX - #FF00FF HSB to RGB to HEX White HSB - any degree ofHue, 0 Saturation,100 Brightness RGB - 0, 0, 0 HEX - #000000 Grey HSB - any degree ofHue, 0 Saturation,50 Brightness RGB - 128, 128, 128 HEX - #999999 Black HSB - any degree ofHue, 0 Saturation, 0Brightness RGB - 255, 255, 255 HEX - #000000