Tiger
#be9c67
Looking for the precise values behind Tiger (#be9c67)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #be9c67 | |
|---|---|---|
| RGB | rgb(190, 156, 103) | |
| HSL | hsl(37, 40%, 57%) | |
| CMYK | cmyk(0%, 18%, 46%, 25%) | |
| LAB | lab(67, 8, 33) | |
| OKLCH | oklch(0.71 0.081 78) |
Color harmonies
Tints & shades
Code snippets
color: #be9c67;
background-color: #be9c67;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFBE9C67)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.61, blue: 0.40, alpha: 1.0)