Color: #BEB10E

#BEB10E Color Information

#BEB10E is a light color. The closest websafe version is #BEB10E. A complement of this color would be #0E1ABE, perceived brightness is 0.64, and the grayscale version is #666666.

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

In a RGB color space, #BEB10E is composed of 75% red, 69% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 93% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 43.00, x: 0.4496, and y: 0.4900.

Color Code #BEB10E

HEX
#BEB10E
RGB
rgb(190, 177, 14)
HSL
hsl(56, 86%, 40%)
HSV
hsv(56, 93%, 75%)
CMYK
0%, 7%, 93%, 25%
XYZ
X: 39.45, Y: 43.00, Z: 5.30
Lab
L: 71.56, a: -6.22, b: 70.86
Name

Shades of Color #BEB10E

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

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

In the HSL color space, this color has a hue angle of 56°, a saturation of 86%, and a lightness of 40%. The HSV representation shows a hue of 56°, a saturation of 93%, and a value of 75%.

  • HEX: #BEB10E
  • RGB: rgb(190, 177, 14)
  • HSL: hsl(56, 86%, 40%)
  • HSV: hsv(56, 93%, 75%)
  • CMYK: 0.00% cyan, 7.00% magenta, 93.00% yellow, 25.00% black
  • XYZ: 39.45, 43.00, 5.30
  • Yxy: 43.00, 0.4496, 0.4900
  • Hunter Lab: 71.56, -6.22, 70.86
  • CIE-Lab: 71.56, -6.22, 70.86

In the XYZ color space, this color is represented as X: 39.45, Y: 43.00, Z: 5.30. The Yxy representation further refines this as Y: 43.00, x: 0.4496, and y: 0.4900.

In the Hunter Lab color space, this color is represented as L: 71.56, a: -6.22, and b: 70.86. Similarly, in the CIE-Lab color space, it is represented as L: 71.56, a: -6.22, and b: 70.86.

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

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

Analogous Colors of #BEB10E

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

Monochromatic Colors of #BEB10E

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

Complementary Color of #BEB10E

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

/* Using HEX */
body {
  background-color: #beb10e;
}
/* Using RGB */
body {
  background-color: rgb(190, 177, 14);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 177, 14, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 86%, 40%);
}
/* Text color */
p {
  color: #beb10e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #beb10e;
}

HTML Examples of #BEB10E

<!-- Using HEX -->
<div style="background-color: #beb10e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 177, 14); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 177, 14, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(56, 86%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #beb10e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #beb10e; width: 100px; height: 100px;"></div>

Related Colors of #BEB10E

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