Color: #BFA98C

#BFA98C Color Information

#BFA98C is a light color. The closest websafe version is #BFA98C. A complement of this color would be #8DA2BF, perceived brightness is 0.68, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 34°,a saturation of 28%, and a lightness of 65%.The HSV representation shows a hue of 34°, a saturation of 27%, and a value of 75%.

In a RGB color space, #BFA98C is composed of 75% red, 66% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 27% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 41.62, x: 0.3914, and y: 0.3901.

Color Code #BFA98C

#BFA98Crgb(191, 169, 140)
HEX
#BFA98C
RGB
rgb(191, 169, 140)
HSL
hsl(34, 28%, 65%)
HSV
hsv(34, 27%, 75%)
CMYK
0%, 12%, 27%, 25%
XYZ
X: 41.75, Y: 41.62, Z: 23.31
Lab
L: 70.61, a: 4.94, b: 18.11
Name

Shades of Color #BFA98C

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

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

#BFA98Crgb(191, 169, 140)

About #BFA98C Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 28%, and a lightness of 65%. The HSV representation shows a hue of 34°, a saturation of 27%, and a value of 75%.

  • HEX: #BFA98C
  • RGB: rgb(191, 169, 140)
  • HSL: hsl(34, 28%, 65%)
  • HSV: hsv(34, 27%, 75%)
  • CMYK: 0.00% cyan, 12.00% magenta, 27.00% yellow, 25.00% black
  • XYZ: 41.75, 41.62, 23.31
  • Yxy: 41.62, 0.3914, 0.3901
  • Hunter Lab: 70.61, 4.94, 18.11
  • CIE-Lab: 70.61, 4.94, 18.11

In the XYZ color space, this color is represented as X: 41.75, Y: 41.62, Z: 23.31. The Yxy representation further refines this as Y: 41.62, x: 0.3914, and y: 0.3901.

In the Hunter Lab color space, this color is represented as L: 70.61, a: 4.94, and b: 18.11. Similarly, in the CIE-Lab color space, it is represented as L: 70.61, a: 4.94, and b: 18.11.

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

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

Analogous Colors of #BFA98C

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

Monochromatic Colors of #BFA98C

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

Complementary Color of #BFA98C

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

/* Using HEX */
body {
  background-color: #bfa98c;
}
/* Using RGB */
body {
  background-color: rgb(191, 169, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 169, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 28%, 65%);
}
/* Text color */
p {
  color: #bfa98c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfa98c;
}
/* Border color */
.box {
  border: 4px solid #bfa98c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfa98c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfa98c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFA98C
On Black Background
#BFA98C
On White Background
#BFA98C

HTML Examples of #BFA98C

<!-- Using HEX -->
<div style="background-color: #bfa98c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 169, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 169, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(34, 28%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bfa98c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bfa98c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bfa98c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bfa98c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bfa98c; color: #fff; padding: 16px; border-radius: 8px;">
  #BFA98C
</div>
#BFA98C
On Black Background
#BFA98C
On White Background
#BFA98C

Related Colors of #BFA98C

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