Ginger
#b06500
Ginger is a color with the hex code #b06500. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b06500 | |
|---|---|---|
| RGB | rgb(176, 101, 0) | |
| HSL | hsl(34, 100%, 35%) | |
| CMYK | cmyk(0%, 43%, 100%, 31%) | |
| LAB | lab(51, 27, 58) | |
| OKLCH | oklch(0.58 0.133 62) |
Color harmonies
Tints & shades
Code snippets
color: #b06500;
background-color: #b06500;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB06500)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.40, blue: 0.00, alpha: 1.0)