Pirate’s Hook
#b08f42
Looking for the precise values behind Pirate’s Hook (#b08f42)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b08f42 | |
|---|---|---|
| RGB | rgb(176, 143, 66) | |
| HSL | hsl(42, 45%, 47%) | |
| CMYK | cmyk(0%, 19%, 63%, 31%) | |
| LAB | lab(61, 6, 45) | |
| OKLCH | oklch(0.67 0.103 86) |
Color harmonies
Tints & shades
Code snippets
color: #b08f42;
background-color: #b08f42;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFB08F42)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.56, blue: 0.26, alpha: 1.0)