Skip to content

Instantly share code, notes, and snippets.

@Maqsim
Created February 13, 2018 23:12
Show Gist options
  • 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