Nugget
#bc9229
Nugget is a color with the hex code #bc9229. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bc9229 | |
|---|---|---|
| RGB | rgb(188, 146, 41) | |
| HSL | hsl(43, 64%, 45%) | |
| CMYK | cmyk(0%, 22%, 78%, 26%) | |
| LAB | lab(63, 9, 58) | |
| OKLCH | oklch(0.68 0.126 85) |
Color harmonies
Tints & shades
Code snippets
color: #bc9229;
background-color: #bc9229;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBC9229)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.57, blue: 0.16, alpha: 1.0)