Color: #BEAB8E

#BEAB8E Color Information

#BEAB8E is a light color. The closest websafe version is #BEAB8E. A complement of this color would be #8EA1BE, perceived brightness is 0.68, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 36°,a saturation of 27%, and a lightness of 65%.The HSV representation shows a hue of 36°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BEAB8E is composed of 75% red, 67% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 25% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 42.29, x: 0.3879, and y: 0.3905.

Color Code #BEAB8E

HEX
#BEAB8E
RGB
rgb(190, 171, 142)
HSL
hsl(36, 27%, 65%)
HSV
hsv(36, 25%, 75%)
CMYK
0%, 10%, 25%, 25%
XYZ
X: 42.01, Y: 42.29, Z: 23.99
Lab
L: 71.07, a: 3.73, b: 17.63
Name

Shades of Color #BEAB8E

Shades are created by darkening the original color #BEAB8E 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 #BEAB8E

Tints are created by lightening the original color #BEAB8E 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.

About #BEAB8E Color Code

In the HSL color space, this color has a hue angle of 36°, a saturation of 27%, and a lightness of 65%. The HSV representation shows a hue of 36°, a saturation of 25%, and a value of 75%.

  • HEX: #BEAB8E
  • RGB: rgb(190, 171, 142)
  • HSL: hsl(36, 27%, 65%)
  • HSV: hsv(36, 25%, 75%)
  • CMYK: 0.00% cyan, 10.00% magenta, 25.00% yellow, 25.00% black
  • XYZ: 42.01, 42.29, 23.99
  • Yxy: 42.29, 0.3879, 0.3905
  • Hunter Lab: 71.07, 3.73, 17.63
  • CIE-Lab: 71.07, 3.73, 17.63

In the XYZ color space, this color is represented as X: 42.01, Y: 42.29, Z: 23.99. The Yxy representation further refines this as Y: 42.29, x: 0.3879, and y: 0.3905.

In the Hunter Lab color space, this color is represented as L: 71.07, a: 3.73, and b: 17.63. Similarly, in the CIE-Lab color space, it is represented as L: 71.07, a: 3.73, and b: 17.63.

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

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

Analogous Colors of #BEAB8E

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

Monochromatic Colors of #BEAB8E

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

Complementary Color of #BEAB8E

The complementary color of #BEAB8E 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 #BEAB8E

/* Using HEX */
body {
  background-color: #beab8e;
}
/* Using RGB */
body {
  background-color: rgb(190, 171, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 171, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(36, 27%, 65%);
}
/* Text color */
p {
  color: #beab8e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beab8e;
}

HTML Examples of #BEAB8E

<!-- Using HEX -->
<div style="background-color: #beab8e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 171, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 171, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(36, 27%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #beab8e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #beab8e; width: 100px; height: 100px;"></div>

Related Colors of #BEAB8E

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