Meteor
#bb7431
Meteor, represented by the hex value #bb7431, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bb7431 | |
|---|---|---|
| RGB | rgb(187, 116, 49) | |
| HSL | hsl(29, 58%, 46%) | |
| CMYK | cmyk(0%, 38%, 74%, 27%) | |
| LAB | lab(56, 25, 48) | |
| OKLCH | oklch(0.62 0.12 61) |
Color harmonies
Tints & shades
Code snippets
color: #bb7431;
background-color: #bb7431;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBB7431)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.45, blue: 0.19, alpha: 1.0)