Taupe to RGB — Color Code

RGB

rgb(185, 162, 129)

Format Value
HEX #b9a281
RGB rgb(185, 162, 129)
HSL hsl(35.4, 28.6%, 61.6%)
CMYK cmyk(0%, 12.4%, 30.3%, 27.5%)

Related calculators

What is the RGB code for taupe?

The CSS color taupe in RGB format is rgb(185, 162, 129). Use this value directly in CSS, SVG, and most design tools.

How do I use taupe in CSS?

To apply taupe in CSS:

  • Text color: color: rgb(185, 162, 129);
  • Background: background-color: rgb(185, 162, 129);
  • Border: border-color: rgb(185, 162, 129);

What are all the color format values for taupe?

FormatValue
HEX#b9a281
RGBrgb(185, 162, 129)
HSLhsl(35.4, 28.6%, 61.6%)
CMYKcmyk(0%, 12.4%, 30.3%, 27.5%)

How do I convert taupe to RGB?

Select taupe from the color name list in our color converter. The RGB value — rgb(185, 162, 129) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does taupe belong to?

taupe belongs to the orange color family. It is a medium, muted color with HSL values: hue 35.4°, saturation 28.6%, lightness 61.6%.

How do I create lighter and darker shades of taupe?

Lighter variant (lightness 76.6%): #d4c6b2. Darker variant (lightness 46.6%): #997d55. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.