Cut the Mustard
#ba7f38
Cut the Mustard, represented by the hex value #ba7f38, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ba7f38 | |
|---|---|---|
| RGB | rgb(186, 127, 56) | |
| HSL | hsl(33, 54%, 47%) | |
| CMYK | cmyk(0%, 32%, 70%, 27%) | |
| LAB | lab(58, 19, 47) | |
| OKLCH | oklch(0.64 0.113 68) |
Color harmonies
Tints & shades
Code snippets
color: #ba7f38;
background-color: #ba7f38;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBA7F38)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.50, blue: 0.22, alpha: 1.0)