Color: #B49B72

#B49B72 Color Information

#B49B72 is a light color. The closest websafe version is #B49B72. A complement of this color would be #738CB5, perceived brightness is 0.62, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 37°,a saturation of 31%, and a lightness of 58%.The HSV representation shows a hue of 37°, a saturation of 37%, and a value of 71%.

In a RGB color space, #B49B72 is composed of 71% red, 61% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 37% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 34.67, x: 0.4088, and y: 0.4058.

Color Code #B49B72

#B49B72rgb(180, 155, 114)
HEX
#B49B72
RGB
rgb(180, 155, 114)
HSL
hsl(37, 31%, 58%)
HSV
hsv(37, 37%, 71%)
CMYK
0%, 14%, 37%, 29%
XYZ
X: 34.93, Y: 34.67, Z: 15.84
Lab
L: 65.49, a: 5.18, b: 25.15
Name

Shades of Color #B49B72

Shades are created by darkening the original color #B49B72 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B49B72

Tints are created by lightening the original color #B49B72 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B49B72rgb(180, 155, 114)

About #B49B72 Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 31%, and a lightness of 58%. The HSV representation shows a hue of 37°, a saturation of 37%, and a value of 71%.

  • HEX: #B49B72
  • RGB: rgb(180, 155, 114)
  • HSL: hsl(37, 31%, 58%)
  • HSV: hsv(37, 37%, 71%)
  • CMYK: 0.00% cyan, 14.00% magenta, 37.00% yellow, 29.00% black
  • XYZ: 34.93, 34.67, 15.84
  • Yxy: 34.67, 0.4088, 0.4058
  • Hunter Lab: 65.49, 5.18, 25.15
  • CIE-Lab: 65.49, 5.18, 25.15

In the XYZ color space, this color is represented as X: 34.93, Y: 34.67, Z: 15.84. The Yxy representation further refines this as Y: 34.67, x: 0.4088, and y: 0.4058.

In the Hunter Lab color space, this color is represented as L: 65.49, a: 5.18, and b: 25.15. Similarly, in the CIE-Lab color space, it is represented as L: 65.49, a: 5.18, and b: 25.15.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B49B72

Triadic colors are three colors evenly spaced around the color wheel, including #B49B72. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B49B72

Analogous colors are adjacent to #B49B72 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #B49B72

Split complementary colors are two colors adjacent to the complementary color of #B49B72. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B49B72

Tetradic colors form a rectangle on the color wheel, including #B49B72. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B49B72

Monochromatic colors are variations of #B49B72, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B49B72

The complementary color of #B49B72 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B49B72

/* Using HEX */
body {
  background-color: #b49b72;
}
/* Using RGB */
body {
  background-color: rgb(180, 155, 114);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 155, 114, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 31%, 58%);
}
/* Text color */
p {
  color: #b49b72;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b49b72;
}
/* Border color */
.box {
  border: 4px solid #b49b72;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b49b72;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b49b72;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B49B72
On Black Background
#B49B72
On White Background
#B49B72

HTML Examples of #B49B72

<!-- Using HEX -->
<div style="background-color: #b49b72; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(180, 155, 114); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(180, 155, 114, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 31%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b49b72;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b49b72; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b49b72; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b49b72;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b49b72; color: #fff; padding: 16px; border-radius: 8px;">
  #B49B72
</div>
#B49B72
On Black Background
#B49B72
On White Background
#B49B72

Related Colors of #B49B72

These colors are similar to #B49B72, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.