Talk:HWB color model

Latest comment: 7 years ago by 178.221.95.166 in topic Convert from RGB

Convert from RGB edit

max = max(RGB)

min = min(RGB)

H = H(RGB)

W = (1-S)*V = (1- delta/max)* max = max - delta = max - ( max - min ) = min

B = 1-V = 1 - max — Preceding unsigned comment added by 178.221.95.166 (talk) 15:00, 5 February 2017 (UTC)Reply