HSL(16, 50%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,50%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 50%, 48%) | color: hsl(16, 50%, 48%) | |
| HEX | #B85E3D | color: #B85E3D | |
| RGB | rgb(184, 94, 61) | color: rgb(184, 94, 61) | |
| CMYK | cmyk(0%, 49%, 67%, 28%) | — | |
| HSV | hsv(16, 67%, 72%) | — | |
| HWB | hwb(16 24% 28%) | color: hwb(16 24% 28%) | |
| OKLCH | oklch(0.5828 0.1256 40.39) | color: oklch(0.5828 0.1256 40.39) | |
| Lab | lab(50.14 33.62 35.09) | color: lab(50.14 33.62 35.09) | |
| LCH | lch(50.14 48.6 46.23) | color: lch(50.14 48.6 46.23) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#919045 — rgb(145, 144, 69)
Deuteranopia (Green-blind)
#969D47 — rgb(150, 157, 71)
Tritanopia (Blue-blind)
#B44B4D — rgb(180, 75, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 50%, 48%);
text
color: hsl(16, 50%, 48%);
border
border: 2px solid hsl(16, 50%, 48%);
gradient light
background: linear-gradient(to right, hsl(16, 50%, 68%), hsl(16, 50%, 48%));
gradient dark
background: linear-gradient(to right, hsl(16, 50%, 48%), hsl(16, 50%, 28%))
hex
background-color: #B85E3D;
tailwind
bg-[hsl(16,50%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 50%, 48%, 0.4);
css variable
--color-primary: hsl(16, 50%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 50%, 48%)?
HEX: #B85E3D | RGB: rgb(184, 94, 61) | CMYK: 0%, 49%, 67%, 28% | HSV: 16°, 67%, 72%. Copy any format from the conversion table above.
What colors go well with #B85E3D?
The complementary color is HSL(196, 50%, 48%). 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, 50%, 48%) in CSS?
As HSL: color: hsl(16, 50%, 48%); — As HEX: color: #B85E3D; — As RGB: color: rgb(184, 94, 61); — Tailwind CSS: bg-[hsl(16,50%,48%)] — CSS variable: --color-primary: hsl(16, 50%, 48%);