Color #B27357

HEX

#B27357

RGB

(178, 115, 87)

Quick Actions

Color Values

Color Space Values
RGB
R: 178, G: 115, B: 87 (70%, 45%, 34%)
CMYK C: 0%, M: 35%, Y: 51%, K: 30%
HSL H: 18°, S: 37%, L: 52%
HSV H: 18°, S: 51%, V: 70%
CIE-LAB L: 54.46, a: 21.74, b: 25.7
CIE-LCH L: 54.46, C: 33.66, H: 49.77
Hunter-Lab L: 47.34, a: 14.05, b: 15.45
Web Safe
#996666
Complementary
#5796b2

#B27357 is a color with RGB values of 178 red, 115 green, and 87 blue (70%, 45%, 34% respectively). In the CMYK color space, it consists of 0% cyan, 35% magenta, 51% yellow, and 30% black. The color has a hue angle of 18°, 37% saturation, and 52% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #996666. The complementary color is #5796b2, 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 #B27357

Explore different variations of #B27357 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 #B27357. 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 #B27357

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B27357

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 #B27357

Text with #B27357

This text has a font color of #B27357.

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

#B27357 background color

This paragraph has a background color of #B27357.

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

#B27357 border color

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

#B27357 box shadow

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