Packing Paper
#ba9b5d
Packing Paper, represented by the hex value #ba9b5d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ba9b5d | |
|---|---|---|
| RGB | rgb(186, 155, 93) | |
| HSL | hsl(40, 40%, 55%) | |
| CMYK | cmyk(0%, 17%, 50%, 27%) | |
| LAB | lab(66, 6, 37) | |
| OKLCH | oklch(0.7 0.089 84) |
Color harmonies
Tints & shades
Code snippets
color: #ba9b5d;
background-color: #ba9b5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBA9B5D)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.61, blue: 0.36, alpha: 1.0)