Colour Palette

  • Thread starter Herrybo79
  • 6 comments
  • 1,811 views
152
Germany
Germany
hey guys,

I use a tool for get the right Colour of a Car, it´s shows RGB/HSB and CMYK.
I am not familar with Colour Codes, but Google say´s HSB is the same as HSV, which is in the Livery Editor Provided.

HSB is from 0-200 and HSV only 0-100.

So, you have any idea, which Code I can use?

Thanks in Advance....
 
I hit this today. You can use HSV, but you must do a very quick bit of maths for the first figure as the muppets at Polophony have decided to use a pecentage for Hue rather than degrees like everyone else! So you just have to turn your proper degree value into a percentage.

So for Hue A just divide by 360 and them multiply by 100, so (A/360) * 100.
 
Back