Skip to content

Instantly share code, notes, and snippets.

@Maqsim
Created February 13, 2018 23:12
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Maqsim/f6201f1ba91c73b719f7678921f36e37 to your computer and use it in GitHub Desktop.
Save Maqsim/f6201f1ba91c73b719f7678921f36e37 to your computer and use it in GitHub Desktop.
HEX to BGR
'#ff2233'.substr(1).match(/.{2}/g).reverse().join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment