Color: #BFA19E

#BFA19E Color Information

#BFA19E is a light color. The closest websafe version is #BFA19E. A complement of this color would be #9DBBBE, perceived brightness is 0.67, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 5°,a saturation of 20%, and a lightness of 68%.The HSV representation shows a hue of 5°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 39.21, x: 0.3787, and y: 0.3592.

Color Code #BFA19E

HEX
#BFA19E
RGB
rgb(191, 161, 158)
HSL
hsl(5, 20%, 68%)
HSV
hsv(5, 17%, 75%)
CMYK
0%, 16%, 17%, 25%
XYZ
X: 41.34, Y: 39.21, Z: 28.61
Lab
L: 68.91, a: 11.03, b: 5.90
Name

Shades of Color #BFA19E

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

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

About #BFA19E Color Code

In the HSL color space, this color has a hue angle of 5°, a saturation of 20%, and a lightness of 68%. The HSV representation shows a hue of 5°, a saturation of 17%, and a value of 75%.

  • HEX: #BFA19E
  • RGB: rgb(191, 161, 158)
  • HSL: hsl(5, 20%, 68%)
  • HSV: hsv(5, 17%, 75%)
  • CMYK: 0.00% cyan, 16.00% magenta, 17.00% yellow, 25.00% black
  • XYZ: 41.34, 39.21, 28.61
  • Yxy: 39.21, 0.3787, 0.3592
  • Hunter Lab: 68.91, 11.03, 5.90
  • CIE-Lab: 68.91, 11.03, 5.90

In the XYZ color space, this color is represented as X: 41.34, Y: 39.21, Z: 28.61. The Yxy representation further refines this as Y: 39.21, x: 0.3787, and y: 0.3592.

In the Hunter Lab color space, this color is represented as L: 68.91, a: 11.03, and b: 5.90. Similarly, in the CIE-Lab color space, it is represented as L: 68.91, a: 11.03, and b: 5.90.

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

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

Analogous Colors of #BFA19E

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

Monochromatic Colors of #BFA19E

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

Complementary Color of #BFA19E

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

/* Using HEX */
body {
  background-color: #bfa19e;
}
/* Using RGB */
body {
  background-color: rgb(191, 161, 158);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 161, 158, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(5, 20%, 68%);
}
/* Text color */
p {
  color: #bfa19e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfa19e;
}

HTML Examples of #BFA19E

<!-- Using HEX -->
<div style="background-color: #bfa19e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 161, 158); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 161, 158, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(5, 20%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfa19e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfa19e; width: 100px; height: 100px;"></div>

Related Colors of #BFA19E

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