Peanut Butter
#be893f
Peanut Butter, represented by the hex value #be893f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #be893f | |
|---|---|---|
| RGB | rgb(190, 137, 63) | |
| HSL | hsl(35, 50%, 50%) | |
| CMYK | cmyk(0%, 28%, 67%, 25%) | |
| LAB | lab(61, 15, 47) | |
| OKLCH | oklch(0.67 0.111 73) |
Color harmonies
Tints & shades
Code snippets
color: #be893f;
background-color: #be893f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBE893F)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.54, blue: 0.25, alpha: 1.0)