Pirate Gold
#ba782a
Pirate Gold, represented by the hex value #ba782a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ba782a | |
|---|---|---|
| RGB | rgb(186, 120, 42) | |
| HSL | hsl(33, 63%, 45%) | |
| CMYK | cmyk(0%, 35%, 77%, 27%) | |
| LAB | lab(57, 22, 51) | |
| OKLCH | oklch(0.63 0.122 66) |
Color harmonies
Tints & shades
Code snippets
color: #ba782a;
background-color: #ba782a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBA782A)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.47, blue: 0.16, alpha: 1.0)