HSL(29, 55%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,55%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 55%, 45%) | color: hsl(29, 55%, 45%) | |
| HEX | #B27134 | color: #B27134 | |
| RGB | rgb(178, 113, 52) | color: rgb(178, 113, 52) | |
| CMYK | cmyk(0%, 37%, 71%, 30%) | — | |
| HSV | hsv(29, 71%, 70%) | — | |
| HWB | hwb(29 20% 30%) | color: hwb(29 20% 30%) | |
| OKLCH | oklch(0.6068 0.1119 61.04) | color: oklch(0.6068 0.1119 61.04) | |
| Lab | lab(53.52 20.22 43.37) | color: lab(53.52 20.22 43.37) | |
| LCH | lch(53.52 47.85 65) | color: lch(53.52 47.85 65) |
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)
#969543 — rgb(150, 149, 67)
Deuteranopia (Green-blind)
#9A9F46 — rgb(154, 159, 70)
Tritanopia (Blue-blind)
#AF4E51 — rgb(175, 78, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 55%, 45%);
text
color: hsl(29, 55%, 45%);
border
border: 2px solid hsl(29, 55%, 45%);
gradient light
background: linear-gradient(to right, hsl(29, 55%, 65%), hsl(29, 55%, 45%));
gradient dark
background: linear-gradient(to right, hsl(29, 55%, 45%), hsl(29, 55%, 25%))
hex
background-color: #B27134;
tailwind
bg-[hsl(29,55%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 55%, 45%, 0.4);
css variable
--color-primary: hsl(29, 55%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 55%, 45%)?
HEX: #B27134 | RGB: rgb(178, 113, 52) | CMYK: 0%, 37%, 71%, 30% | HSV: 29°, 71%, 70%. Copy any format from the conversion table above.
What colors go well with #B27134?
The complementary color is HSL(209, 55%, 45%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 55%, 45%) in CSS?
As HSL: color: hsl(29, 55%, 45%); — As HEX: color: #B27134; — As RGB: color: rgb(178, 113, 52); — Tailwind CSS: bg-[hsl(29,55%,45%)] — CSS variable: --color-primary: hsl(29, 55%, 45%);