Gothic Gold
#bb852f
Gothic Gold is a color with the hex code #bb852f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bb852f | |
|---|---|---|
| RGB | rgb(187, 133, 47) | |
| HSL | hsl(37, 60%, 46%) | |
| CMYK | cmyk(0%, 29%, 75%, 27%) | |
| LAB | lab(60, 16, 52) | |
| OKLCH | oklch(0.66 0.119 75) |
Color harmonies
Tints & shades
Code snippets
color: #bb852f;
background-color: #bb852f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBB852F)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.52, blue: 0.18, alpha: 1.0)