Brass
#b5a642
Looking for the precise values behind Brass (#b5a642)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b5a642 | |
|---|---|---|
| RGB | rgb(181, 166, 66) | |
| HSL | hsl(52, 47%, 48%) | |
| CMYK | cmyk(0%, 8%, 64%, 29%) | |
| LAB | lab(68, -3, 52) | |
| OKLCH | oklch(0.72 0.121 101) |
Color harmonies
Tints & shades
Code snippets
color: #b5a642;
background-color: #b5a642;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB5A642)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.65, blue: 0.26, alpha: 1.0)