Color: #BCA08B

#BCA08B Color Information

#BCA08B is a light color. The closest websafe version is #BCA08B. A complement of this color would be #8AA7BC, perceived brightness is 0.65, and the grayscale version is #A4A4A4.

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

In a RGB color space, #BCA08B is composed of 74% red, 63% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 26% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 37.96, x: 0.3929, and y: 0.3809.

Color Code #BCA08B

#BCA08Brgb(188, 160, 139)
HEX
#BCA08B
RGB
rgb(188, 160, 139)
HSL
hsl(26, 27%, 64%)
HSV
hsv(26, 26%, 74%)
CMYK
0%, 15%, 26%, 26%
XYZ
X: 39.16, Y: 37.96, Z: 22.55
Lab
L: 67.99, a: 8.26, b: 15.02
Name

Shades of Color #BCA08B

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

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

#BCA08Brgb(188, 160, 139)

About #BCA08B Color Code

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

  • HEX: #BCA08B
  • RGB: rgb(188, 160, 139)
  • HSL: hsl(26, 27%, 64%)
  • HSV: hsv(26, 26%, 74%)
  • CMYK: 0.00% cyan, 15.00% magenta, 26.00% yellow, 26.00% black
  • XYZ: 39.16, 37.96, 22.55
  • Yxy: 37.96, 0.3929, 0.3809
  • Hunter Lab: 67.99, 8.26, 15.02
  • CIE-Lab: 67.99, 8.26, 15.02

In the XYZ color space, this color is represented as X: 39.16, Y: 37.96, Z: 22.55. The Yxy representation further refines this as Y: 37.96, x: 0.3929, and y: 0.3809.

In the Hunter Lab color space, this color is represented as L: 67.99, a: 8.26, and b: 15.02. Similarly, in the CIE-Lab color space, it is represented as L: 67.99, a: 8.26, and b: 15.02.

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

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

Analogous Colors of #BCA08B

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

Monochromatic Colors of #BCA08B

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

Complementary Color of #BCA08B

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

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

HTML Examples of #BCA08B

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

Related Colors of #BCA08B

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