Dwarven Bronze
#bf652e
Looking for the precise values behind Dwarven Bronze (#bf652e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bf652e | |
|---|---|---|
| RGB | rgb(191, 101, 46) | |
| HSL | hsl(23, 61%, 46%) | |
| CMYK | cmyk(0%, 47%, 76%, 25%) | |
| LAB | lab(53, 34, 46) | |
| OKLCH | oklch(0.6 0.134 49) |
Color harmonies
Tints & shades
Code snippets
color: #bf652e;
background-color: #bf652e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFBF652E)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.40, blue: 0.18, alpha: 1.0)