Color: #BEA053

#BEA053 Color Information

#BEA053 is a light color. The closest websafe version is #BEA053. A complement of this color would be #5573BE, perceived brightness is 0.63, and the grayscale version is #898989.

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

In a RGB color space, #BEA053 is composed of 75% red, 63% green and 33% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 56% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.18, x: 0.4394, and y: 0.4389.

Color Code #BEA053

#BEA053rgb(190, 160, 83)
HEX
#BEA053
RGB
rgb(190, 160, 83)
HSL
hsl(43, 45%, 54%)
HSV
hsv(43, 56%, 75%)
CMYK
0%, 16%, 56%, 25%
XYZ
X: 37.23, Y: 37.18, Z: 10.31
Lab
L: 67.41, a: 4.54, b: 43.84
Name

Shades of Color #BEA053

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

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

#BEA053rgb(190, 160, 83)

About #BEA053 Color Code

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

  • HEX: #BEA053
  • RGB: rgb(190, 160, 83)
  • HSL: hsl(43, 45%, 54%)
  • HSV: hsv(43, 56%, 75%)
  • CMYK: 0.00% cyan, 16.00% magenta, 56.00% yellow, 25.00% black
  • XYZ: 37.23, 37.18, 10.31
  • Yxy: 37.18, 0.4394, 0.4389
  • Hunter Lab: 67.41, 4.54, 43.84
  • CIE-Lab: 67.41, 4.54, 43.84

In the XYZ color space, this color is represented as X: 37.23, Y: 37.18, Z: 10.31. The Yxy representation further refines this as Y: 37.18, x: 0.4394, and y: 0.4389.

In the Hunter Lab color space, this color is represented as L: 67.41, a: 4.54, and b: 43.84. Similarly, in the CIE-Lab color space, it is represented as L: 67.41, a: 4.54, and b: 43.84.

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

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

Analogous Colors of #BEA053

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

Split Complementary Colors of #BEA053

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

Tetradic Colors of #BEA053

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

Monochromatic Colors of #BEA053

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

Complementary Color of #BEA053

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

/* Using HEX */
body {
  background-color: #bea053;
}
/* Using RGB */
body {
  background-color: rgb(190, 160, 83);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 160, 83, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 45%, 54%);
}
/* Text color */
p {
  color: #bea053;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bea053;
}
/* Border color */
.box {
  border: 4px solid #bea053;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bea053;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bea053;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEA053
On Black Background
#BEA053
On White Background
#BEA053

HTML Examples of #BEA053

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

Related Colors of #BEA053

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