Color: #BEA28C

#BEA28C Color Information

#BEA28C is a light color. The closest websafe version is #BEA28C. A complement of this color would be #8DA9BF, perceived brightness is 0.66, and the grayscale version is #A5A5A5.

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

In a RGB color space, #BEA28C is composed of 75% red, 64% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 26% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 38.95, x: 0.3932, and y: 0.3818.

Color Code #BEA28C

#BEA28Crgb(190, 162, 140)
HEX
#BEA28C
RGB
rgb(190, 162, 140)
HSL
hsl(26, 28%, 65%)
HSV
hsv(26, 26%, 75%)
CMYK
0%, 15%, 26%, 25%
XYZ
X: 40.12, Y: 38.95, Z: 22.96
Lab
L: 68.71, a: 8.13, b: 15.50
Name

Shades of Color #BEA28C

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

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

#BEA28Crgb(190, 162, 140)

About #BEA28C Color Code

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

  • HEX: #BEA28C
  • RGB: rgb(190, 162, 140)
  • HSL: hsl(26, 28%, 65%)
  • HSV: hsv(26, 26%, 75%)
  • CMYK: 0.00% cyan, 15.00% magenta, 26.00% yellow, 25.00% black
  • XYZ: 40.12, 38.95, 22.96
  • Yxy: 38.95, 0.3932, 0.3818
  • Hunter Lab: 68.71, 8.13, 15.50
  • CIE-Lab: 68.71, 8.13, 15.50

In the XYZ color space, this color is represented as X: 40.12, Y: 38.95, Z: 22.96. The Yxy representation further refines this as Y: 38.95, x: 0.3932, and y: 0.3818.

In the Hunter Lab color space, this color is represented as L: 68.71, a: 8.13, and b: 15.50. Similarly, in the CIE-Lab color space, it is represented as L: 68.71, a: 8.13, and b: 15.50.

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

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

Analogous Colors of #BEA28C

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

Monochromatic Colors of #BEA28C

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

Complementary Color of #BEA28C

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

/* Using HEX */
body {
  background-color: #bea28c;
}
/* Using RGB */
body {
  background-color: rgb(190, 162, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 162, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(26, 28%, 65%);
}
/* Text color */
p {
  color: #bea28c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bea28c;
}
/* Border color */
.box {
  border: 4px solid #bea28c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bea28c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bea28c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEA28C
On Black Background
#BEA28C
On White Background
#BEA28C

HTML Examples of #BEA28C

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

Related Colors of #BEA28C

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