Color #B47944

HEX

#B47944

RGB

(180, 121, 68)

Quick Actions

Color Values

Color Space Values
RGB
R: 180, G: 121, B: 68 (71%, 47%, 27%)
CMYK C: 0%, M: 33%, Y: 62%, K: 29%
HSL H: 28°, S: 45%, L: 49%
HSV H: 28°, S: 62%, V: 71%
CIE-LAB L: 55.89, a: 17.6, b: 37.97
CIE-LCH L: 55.89, C: 41.85, H: 65.13
Hunter-Lab L: 48.79, a: 10.4, b: 21.74
Web Safe
#cc6633
Complementary
#447fb4

#B47944 is a color with RGB values of 180 red, 121 green, and 68 blue (71%, 47%, 27% respectively). In the CMYK color space, it consists of 0% cyan, 33% magenta, 62% yellow, and 29% black. The color has a hue angle of 28°, 45% saturation, and 49% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc6633. The complementary color is #447fb4, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B47944

Explore different variations of #B47944 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B47944. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B47944

Explore different color combinations and harmonies that work well with #B47944.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B47944

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B47944

Text with #B47944

This text has a font color of #B47944.

<span style="color:#B47944;">Text here</span>
.text { color: #B47944; }

#B47944 background color

This paragraph has a background color of #B47944.

<p style="background-color:#B47944;">Content here</p>
.background { background-color: #B47944; }

#B47944 border color

This element has a border color of #B47944.
<div style="border:1px solid #B47944;">Content here</div>
.border { border: 1px solid #B47944; }

#B47944 box shadow

This element has a box shadow using #B47944.
<div style="box-shadow: 0 4px 6px -1px #B4794480">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B4794480; }
Copied to clipboard!