Color: #BEB28C

#BEB28C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 44.96, x: 0.3868, and y: 0.4011.

Color Code #BEB28C

#BEB28Crgb(190, 178, 140)
HEX
#BEB28C
RGB
rgb(190, 178, 140)
HSL
hsl(46, 28%, 65%)
HSV
hsv(46, 26%, 75%)
CMYK
0%, 6%, 26%, 25%
XYZ
X: 43.35, Y: 44.96, Z: 23.77
Lab
L: 72.87, a: -0.01, b: 21.14
Name

Shades of Color #BEB28C

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

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

#BEB28Crgb(190, 178, 140)

About #BEB28C Color Code

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

  • HEX: #BEB28C
  • RGB: rgb(190, 178, 140)
  • HSL: hsl(46, 28%, 65%)
  • HSV: hsv(46, 26%, 75%)
  • CMYK: 0.00% cyan, 6.00% magenta, 26.00% yellow, 25.00% black
  • XYZ: 43.35, 44.96, 23.77
  • Yxy: 44.96, 0.3868, 0.4011
  • Hunter Lab: 72.87, -0.01, 21.14
  • CIE-Lab: 72.87, -0.01, 21.14

In the XYZ color space, this color is represented as X: 43.35, Y: 44.96, Z: 23.77. The Yxy representation further refines this as Y: 44.96, x: 0.3868, and y: 0.4011.

In the Hunter Lab color space, this color is represented as L: 72.87, a: -0.01, and b: 21.14. Similarly, in the CIE-Lab color space, it is represented as L: 72.87, a: -0.01, and b: 21.14.

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

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

Analogous Colors of #BEB28C

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

Monochromatic Colors of #BEB28C

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

Complementary Color of #BEB28C

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

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

HTML Examples of #BEB28C

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

Related Colors of #BEB28C

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