Color: #BEB84C

#BEB84C Color Information

#BEB84C is a light color. The closest websafe version is #BEB84C. A complement of this color would be #4B51BE, perceived brightness is 0.68, and the grayscale version is #858585.

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

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

In the Yxy color space, this color is represented as Y: 46.26, x: 0.4249, and y: 0.4685.

Color Code #BEB84C

HEX
#BEB84C
RGB
rgb(190, 184, 76)
HSL
hsl(57, 47%, 52%)
HSV
hsv(57, 60%, 75%)
CMYK
0%, 3%, 60%, 25%
XYZ
X: 41.95, Y: 46.26, Z: 10.53
Lab
L: 73.71, a: -7.83, b: 53.98
Name

Shades of Color #BEB84C

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

Tints are created by lightening the original color #BEB84C 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 #BEB84C Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 47%, and a lightness of 52%. The HSV representation shows a hue of 57°, a saturation of 60%, and a value of 75%.

  • HEX: #BEB84C
  • RGB: rgb(190, 184, 76)
  • HSL: hsl(57, 47%, 52%)
  • HSV: hsv(57, 60%, 75%)
  • CMYK: 0.00% cyan, 3.00% magenta, 60.00% yellow, 25.00% black
  • XYZ: 41.95, 46.26, 10.53
  • Yxy: 46.26, 0.4249, 0.4685
  • Hunter Lab: 73.71, -7.83, 53.98
  • CIE-Lab: 73.71, -7.83, 53.98

In the XYZ color space, this color is represented as X: 41.95, Y: 46.26, Z: 10.53. The Yxy representation further refines this as Y: 46.26, x: 0.4249, and y: 0.4685.

In the Hunter Lab color space, this color is represented as L: 73.71, a: -7.83, and b: 53.98. Similarly, in the CIE-Lab color space, it is represented as L: 73.71, a: -7.83, and b: 53.98.

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

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

Analogous Colors of #BEB84C

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

Monochromatic Colors of #BEB84C

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

Complementary Color of #BEB84C

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

/* Using HEX */
body {
  background-color: #beb84c;
}
/* Using RGB */
body {
  background-color: rgb(190, 184, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 184, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 47%, 52%);
}
/* Text color */
p {
  color: #beb84c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beb84c;
}

HTML Examples of #BEB84C

<!-- Using HEX -->
<div style="background-color: #beb84c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 184, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 184, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(57, 47%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #beb84c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #beb84c; width: 100px; height: 100px;"></div>

Related Colors of #BEB84C

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