Ginger Dough
#b06d3b
Ginger Dough, represented by the hex value #b06d3b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b06d3b | |
|---|---|---|
| RGB | rgb(176, 109, 59) | |
| HSL | hsl(26, 50%, 46%) | |
| CMYK | cmyk(0%, 38%, 66%, 31%) | |
| LAB | lab(53, 24, 39) | |
| OKLCH | oklch(0.6 0.108 56) |
Color harmonies
Tints & shades
Code snippets
color: #b06d3b;
background-color: #b06d3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB06D3B)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.43, blue: 0.23, alpha: 1.0)