Motherland
#bcb667
Looking for the precise values behind Motherland (#bcb667)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bcb667 | |
|---|---|---|
| RGB | rgb(188, 182, 103) | |
| HSL | hsl(56, 39%, 57%) | |
| CMYK | cmyk(0%, 3%, 45%, 26%) | |
| LAB | lab(73, -6, 41) | |
| OKLCH | oklch(0.76 0.101 105) |
Color harmonies
Tints & shades
Code snippets
color: #bcb667;
background-color: #bcb667;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBCB667)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.71, blue: 0.40, alpha: 1.0)