Color: #BCA772

#BCA772 Color Information

#BCA772 is a light color. The closest websafe version is #BCA772. A complement of this color would be #7186BC, perceived brightness is 0.66, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 43°,a saturation of 36%, and a lightness of 59%.The HSV representation shows a hue of 43°, a saturation of 39%, and a value of 74%.

In a RGB color space, #BCA772 is composed of 74% red, 65% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 39% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 39.91, x: 0.4103, and y: 0.4175.

Color Code #BCA772

#BCA772rgb(188, 167, 114)
HEX
#BCA772
RGB
rgb(188, 167, 114)
HSL
hsl(43, 36%, 59%)
HSV
hsv(43, 39%, 74%)
CMYK
0%, 11%, 39%, 26%
XYZ
X: 39.22, Y: 39.91, Z: 16.47
Lab
L: 69.41, a: 2.32, b: 30.37
Name

Shades of Color #BCA772

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

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

#BCA772rgb(188, 167, 114)

About #BCA772 Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 36%, and a lightness of 59%. The HSV representation shows a hue of 43°, a saturation of 39%, and a value of 74%.

  • HEX: #BCA772
  • RGB: rgb(188, 167, 114)
  • HSL: hsl(43, 36%, 59%)
  • HSV: hsv(43, 39%, 74%)
  • CMYK: 0.00% cyan, 11.00% magenta, 39.00% yellow, 26.00% black
  • XYZ: 39.22, 39.91, 16.47
  • Yxy: 39.91, 0.4103, 0.4175
  • Hunter Lab: 69.41, 2.32, 30.37
  • CIE-Lab: 69.41, 2.32, 30.37

In the XYZ color space, this color is represented as X: 39.22, Y: 39.91, Z: 16.47. The Yxy representation further refines this as Y: 39.91, x: 0.4103, and y: 0.4175.

In the Hunter Lab color space, this color is represented as L: 69.41, a: 2.32, and b: 30.37. Similarly, in the CIE-Lab color space, it is represented as L: 69.41, a: 2.32, and b: 30.37.

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

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

Analogous Colors of #BCA772

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

Split Complementary Colors of #BCA772

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

Tetradic Colors of #BCA772

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

Monochromatic Colors of #BCA772

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

Complementary Color of #BCA772

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

/* Using HEX */
body {
  background-color: #bca772;
}
/* Using RGB */
body {
  background-color: rgb(188, 167, 114);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 167, 114, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 36%, 59%);
}
/* Text color */
p {
  color: #bca772;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bca772;
}
/* Border color */
.box {
  border: 4px solid #bca772;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bca772;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bca772;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCA772
On Black Background
#BCA772
On White Background
#BCA772

HTML Examples of #BCA772

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

Related Colors of #BCA772

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