Color: #BCA28A

#BCA28A Color Information

#BCA28A is a light color. The closest websafe version is #BCA28A. A complement of this color would be #8AA4BC, perceived brightness is 0.66, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 29°,a saturation of 27%, and a lightness of 64%.The HSV representation shows a hue of 29°, a saturation of 27%, and a value of 74%.

In a RGB color space, #BCA28A is composed of 74% red, 64% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 27% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 38.63, x: 0.3930, and y: 0.3845.

Color Code #BCA28A

#BCA28Argb(188, 162, 138)
HEX
#BCA28A
RGB
rgb(188, 162, 138)
HSL
hsl(29, 27%, 64%)
HSV
hsv(29, 27%, 74%)
CMYK
0%, 14%, 27%, 26%
XYZ
X: 39.48, Y: 38.63, Z: 22.36
Lab
L: 68.48, a: 7.13, b: 16.24
Name

Shades of Color #BCA28A

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

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

#BCA28Argb(188, 162, 138)

About #BCA28A Color Code

In the HSL color space, this color has a hue angle of 29°, a saturation of 27%, and a lightness of 64%. The HSV representation shows a hue of 29°, a saturation of 27%, and a value of 74%.

  • HEX: #BCA28A
  • RGB: rgb(188, 162, 138)
  • HSL: hsl(29, 27%, 64%)
  • HSV: hsv(29, 27%, 74%)
  • CMYK: 0.00% cyan, 14.00% magenta, 27.00% yellow, 26.00% black
  • XYZ: 39.48, 38.63, 22.36
  • Yxy: 38.63, 0.3930, 0.3845
  • Hunter Lab: 68.48, 7.13, 16.24
  • CIE-Lab: 68.48, 7.13, 16.24

In the XYZ color space, this color is represented as X: 39.48, Y: 38.63, Z: 22.36. The Yxy representation further refines this as Y: 38.63, x: 0.3930, and y: 0.3845.

In the Hunter Lab color space, this color is represented as L: 68.48, a: 7.13, and b: 16.24. Similarly, in the CIE-Lab color space, it is represented as L: 68.48, a: 7.13, and b: 16.24.

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

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

Analogous Colors of #BCA28A

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

Monochromatic Colors of #BCA28A

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

Complementary Color of #BCA28A

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

/* Using HEX */
body {
  background-color: #bca28a;
}
/* Using RGB */
body {
  background-color: rgb(188, 162, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 162, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(29, 27%, 64%);
}
/* Text color */
p {
  color: #bca28a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bca28a;
}
/* Border color */
.box {
  border: 4px solid #bca28a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bca28a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bca28a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCA28A
On Black Background
#BCA28A
On White Background
#BCA28A

HTML Examples of #BCA28A

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

Related Colors of #BCA28A

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