Bloodhound
#bb5511
Here's everything about the color Bloodhound (#bb5511) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb5511 | |
|---|---|---|
| RGB | rgb(187, 85, 17) | |
| HSL | hsl(24, 83%, 40%) | |
| CMYK | cmyk(0%, 55%, 91%, 27%) | |
| LAB | lab(49, 40, 54) | |
| OKLCH | oklch(0.57 0.15 47) |
Color harmonies
Tints & shades
Code snippets
color: #bb5511;
background-color: #bb5511;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB5511)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.33, blue: 0.07, alpha: 1.0)