Color: #BEB883

#BEB883 Color Information

#BEB883 is a light color. The closest websafe version is #BEB883. A complement of this color would be #8389BE, perceived brightness is 0.70, and the grayscale version is #A1A1A1.

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

In a RGB color space, #BEB883 is composed of 75% red, 72% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 31% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 47.19, x: 0.3910, and y: 0.4179.

Color Code #BEB883

#BEB883rgb(190, 184, 131)
HEX
#BEB883
RGB
rgb(190, 184, 131)
HSL
hsl(54, 31%, 63%)
HSV
hsv(54, 31%, 75%)
CMYK
0%, 3%, 31%, 25%
XYZ
X: 44.16, Y: 47.19, Z: 21.58
Lab
L: 74.31, a: -3.88, b: 27.81
Name

Shades of Color #BEB883

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

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

#BEB883rgb(190, 184, 131)

About #BEB883 Color Code

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

  • HEX: #BEB883
  • RGB: rgb(190, 184, 131)
  • HSL: hsl(54, 31%, 63%)
  • HSV: hsv(54, 31%, 75%)
  • CMYK: 0.00% cyan, 3.00% magenta, 31.00% yellow, 25.00% black
  • XYZ: 44.16, 47.19, 21.58
  • Yxy: 47.19, 0.3910, 0.4179
  • Hunter Lab: 74.31, -3.88, 27.81
  • CIE-Lab: 74.31, -3.88, 27.81

In the XYZ color space, this color is represented as X: 44.16, Y: 47.19, Z: 21.58. The Yxy representation further refines this as Y: 47.19, x: 0.3910, and y: 0.4179.

In the Hunter Lab color space, this color is represented as L: 74.31, a: -3.88, and b: 27.81. Similarly, in the CIE-Lab color space, it is represented as L: 74.31, a: -3.88, and b: 27.81.

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

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

Analogous Colors of #BEB883

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

Split Complementary Colors of #BEB883

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

Tetradic Colors of #BEB883

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

Monochromatic Colors of #BEB883

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

Complementary Color of #BEB883

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

/* Using HEX */
body {
  background-color: #beb883;
}
/* Using RGB */
body {
  background-color: rgb(190, 184, 131);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 184, 131, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 31%, 63%);
}
/* Text color */
p {
  color: #beb883;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beb883;
}
/* Border color */
.box {
  border: 4px solid #beb883;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #beb883;
}
Text Shadow Preview
/* Background with text */
div {
  background: #beb883;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEB883
On Black Background
#BEB883
On White Background
#BEB883

HTML Examples of #BEB883

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

Related Colors of #BEB883

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