HSL(16, 52%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,52%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 52%, 47%) | color: hsl(16, 52%, 47%) | |
| HEX | #B65B3A | color: #B65B3A | |
| RGB | rgb(182, 91, 58) | color: rgb(182, 91, 58) | |
| CMYK | cmyk(0%, 50%, 68%, 29%) | — | |
| HSV | hsv(16, 68%, 71%) | — | |
| HWB | hwb(16 23% 29%) | color: hwb(16 23% 29%) | |
| OKLCH | oklch(0.5747 0.1271 40.16) | color: oklch(0.5747 0.1271 40.16) | |
| Lab | lab(49.17 34.22 35.54) | color: lab(49.17 34.22 35.54) | |
| LCH | lch(49.17 49.34 46.08) | color: lch(49.17 49.34 46.08) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#8F8E42 — rgb(143, 142, 66)
Deuteranopia (Green-blind)
#949B44 — rgb(148, 155, 68)
Tritanopia (Blue-blind)
#B1484A — rgb(177, 72, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 52%, 47%);
text
color: hsl(16, 52%, 47%);
border
border: 2px solid hsl(16, 52%, 47%);
gradient light
background: linear-gradient(to right, hsl(16, 52%, 67%), hsl(16, 52%, 47%));
gradient dark
background: linear-gradient(to right, hsl(16, 52%, 47%), hsl(16, 52%, 27%))
hex
background-color: #B65B3A;
tailwind
bg-[hsl(16,52%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 52%, 47%, 0.4);
css variable
--color-primary: hsl(16, 52%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 52%, 47%)?
HEX: #B65B3A | RGB: rgb(182, 91, 58) | CMYK: 0%, 50%, 68%, 29% | HSV: 16°, 68%, 71%. Copy any format from the conversion table above.
What colors go well with #B65B3A?
The complementary color is HSL(196, 52%, 47%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 52%, 47%) in CSS?
As HSL: color: hsl(16, 52%, 47%); — As HEX: color: #B65B3A; — As RGB: color: rgb(182, 91, 58); — Tailwind CSS: bg-[hsl(16,52%,47%)] — CSS variable: --color-primary: hsl(16, 52%, 47%);