Color: #BA8697

#BA8697 Color Information

#BA8697 is a light color. The closest websafe version is #BA8697. A complement of this color would be #87BAA9, perceived brightness is 0.59, and the grayscale version is #A0A0A0.

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

In a RGB color space, #BA8697 is composed of 73% red, 53% green and 59% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 19% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 29.89, x: 0.3891, and y: 0.3321.

Color Code #BA8697

#BA8697rgb(186, 134, 151)
HEX
#BA8697
RGB
rgb(186, 134, 151)
HSL
hsl(340, 27%, 63%)
HSV
hsv(340, 28%, 73%)
CMYK
0%, 28%, 19%, 27%
XYZ
X: 35.02, Y: 29.89, Z: 25.10
Lab
L: 61.56, a: 22.43, b: -0.78
Name

Shades of Color #BA8697

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

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

#BA8697rgb(186, 134, 151)

About #BA8697 Color Code

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

  • HEX: #BA8697
  • RGB: rgb(186, 134, 151)
  • HSL: hsl(340, 27%, 63%)
  • HSV: hsv(340, 28%, 73%)
  • CMYK: 0.00% cyan, 28.00% magenta, 19.00% yellow, 27.00% black
  • XYZ: 35.02, 29.89, 25.10
  • Yxy: 29.89, 0.3891, 0.3321
  • Hunter Lab: 61.56, 22.43, -0.78
  • CIE-Lab: 61.56, 22.43, -0.78

In the XYZ color space, this color is represented as X: 35.02, Y: 29.89, Z: 25.10. The Yxy representation further refines this as Y: 29.89, x: 0.3891, and y: 0.3321.

In the Hunter Lab color space, this color is represented as L: 61.56, a: 22.43, and b: -0.78. Similarly, in the CIE-Lab color space, it is represented as L: 61.56, a: 22.43, and b: -0.78.

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

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

Analogous Colors of #BA8697

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

Split Complementary Colors of #BA8697

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

Tetradic Colors of #BA8697

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

Monochromatic Colors of #BA8697

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

Complementary Color of #BA8697

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

/* Using HEX */
body {
  background-color: #ba8697;
}
/* Using RGB */
body {
  background-color: rgb(186, 134, 151);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 134, 151, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(340, 27%, 63%);
}
/* Text color */
p {
  color: #ba8697;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ba8697;
}
/* Border color */
.box {
  border: 4px solid #ba8697;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ba8697;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ba8697;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BA8697
On Black Background
#BA8697
On White Background
#BA8697

HTML Examples of #BA8697

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

Related Colors of #BA8697

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