Color: #BEA10C

#BEA10C Color Information

#BEA10C is a light color. The closest websafe version is #BEA10C. A complement of this color would be #0C2AC0, perceived brightness is 0.60, and the grayscale version is #656565.

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

In a RGB color space, #BEA10C is composed of 75% red, 63% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 94% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.03, x: 0.4663, and y: 0.4766.

Color Code #BEA10C

#BEA10Crgb(190, 161, 12)
HEX
#BEA10C
RGB
rgb(190, 161, 12)
HSL
hsl(50, 88%, 40%)
HSV
hsv(50, 94%, 75%)
CMYK
0%, 15%, 94%, 25%
XYZ
X: 36.23, Y: 37.03, Z: 4.44
Lab
L: 67.30, a: 1.76, b: 68.11
Name

Shades of Color #BEA10C

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

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

#BEA10Crgb(190, 161, 12)

About #BEA10C Color Code

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

  • HEX: #BEA10C
  • RGB: rgb(190, 161, 12)
  • HSL: hsl(50, 88%, 40%)
  • HSV: hsv(50, 94%, 75%)
  • CMYK: 0.00% cyan, 15.00% magenta, 94.00% yellow, 25.00% black
  • XYZ: 36.23, 37.03, 4.44
  • Yxy: 37.03, 0.4663, 0.4766
  • Hunter Lab: 67.30, 1.76, 68.11
  • CIE-Lab: 67.30, 1.76, 68.11

In the XYZ color space, this color is represented as X: 36.23, Y: 37.03, Z: 4.44. The Yxy representation further refines this as Y: 37.03, x: 0.4663, and y: 0.4766.

In the Hunter Lab color space, this color is represented as L: 67.30, a: 1.76, and b: 68.11. Similarly, in the CIE-Lab color space, it is represented as L: 67.30, a: 1.76, and b: 68.11.

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

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

Analogous Colors of #BEA10C

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

Split Complementary Colors of #BEA10C

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

Tetradic Colors of #BEA10C

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

Monochromatic Colors of #BEA10C

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

Complementary Color of #BEA10C

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

/* Using HEX */
body {
  background-color: #bea10c;
}
/* Using RGB */
body {
  background-color: rgb(190, 161, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 161, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 88%, 40%);
}
/* Text color */
p {
  color: #bea10c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bea10c;
}
/* Border color */
.box {
  border: 4px solid #bea10c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bea10c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bea10c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEA10C
On Black Background
#BEA10C
On White Background
#BEA10C

HTML Examples of #BEA10C

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

Related Colors of #BEA10C

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