Color: #BCBB7E

#BCBB7E Color Information

#BCBB7E is a light color. The closest websafe version is #BCBB7E. A complement of this color would be #7F80BD, perceived brightness is 0.71, and the grayscale version is #9D9D9D.

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

In a RGB color space, #BCBB7E is composed of 74% red, 73% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 33% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 48.08, x: 0.3913, and y: 0.4271.

Color Code #BCBB7E

#BCBB7Ergb(188, 187, 126)
HEX
#BCBB7E
RGB
rgb(188, 187, 126)
HSL
hsl(59, 32%, 62%)
HSV
hsv(59, 33%, 74%)
CMYK
0%, 1%, 33%, 26%
XYZ
X: 44.05, Y: 48.08, Z: 20.43
Lab
L: 74.87, a: -6.61, b: 31.10
Name

Shades of Color #BCBB7E

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

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

#BCBB7Ergb(188, 187, 126)

About #BCBB7E Color Code

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

  • HEX: #BCBB7E
  • RGB: rgb(188, 187, 126)
  • HSL: hsl(59, 32%, 62%)
  • HSV: hsv(59, 33%, 74%)
  • CMYK: 0.00% cyan, 100.00% magenta, 33.00% yellow, 26.00% black
  • XYZ: 44.05, 48.08, 20.43
  • Yxy: 48.08, 0.3913, 0.4271
  • Hunter Lab: 74.87, -6.61, 31.10
  • CIE-Lab: 74.87, -6.61, 31.10

In the XYZ color space, this color is represented as X: 44.05, Y: 48.08, Z: 20.43. The Yxy representation further refines this as Y: 48.08, x: 0.3913, and y: 0.4271.

In the Hunter Lab color space, this color is represented as L: 74.87, a: -6.61, and b: 31.10. Similarly, in the CIE-Lab color space, it is represented as L: 74.87, a: -6.61, and b: 31.10.

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

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

Analogous Colors of #BCBB7E

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

Split Complementary Colors of #BCBB7E

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

Tetradic Colors of #BCBB7E

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

Monochromatic Colors of #BCBB7E

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

Complementary Color of #BCBB7E

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

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

HTML Examples of #BCBB7E

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

Related Colors of #BCBB7E

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