Color: #B7A19B

#B7A19B Color Information

#B7A19B is a light color. The closest websafe version is #B7A19B. A complement of this color would be #9AB0B6, perceived brightness is 0.65, and the grayscale version is #A9A9A9.

In the HSL color space, this color has a hue angle of 13°,a saturation of 16%, and a lightness of 66%.The HSV representation shows a hue of 13°, a saturation of 15%, and a value of 72%.

In a RGB color space, #B7A19B is composed of 72% red, 63% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 15% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 38.07, x: 0.3732, and y: 0.3637.

Color Code #B7A19B

#B7A19Brgb(183, 161, 155)
HEX
#B7A19B
RGB
rgb(183, 161, 155)
HSL
hsl(13, 16%, 66%)
HSV
hsv(13, 15%, 72%)
CMYK
0%, 12%, 15%, 28%
XYZ
X: 39.06, Y: 38.07, Z: 27.53
Lab
L: 68.07, a: 7.58, b: 6.25
Name

Shades of Color #B7A19B

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

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

#B7A19Brgb(183, 161, 155)

About #B7A19B Color Code

In the HSL color space, this color has a hue angle of 13°, a saturation of 16%, and a lightness of 66%. The HSV representation shows a hue of 13°, a saturation of 15%, and a value of 72%.

  • HEX: #B7A19B
  • RGB: rgb(183, 161, 155)
  • HSL: hsl(13, 16%, 66%)
  • HSV: hsv(13, 15%, 72%)
  • CMYK: 0.00% cyan, 12.00% magenta, 15.00% yellow, 28.00% black
  • XYZ: 39.06, 38.07, 27.53
  • Yxy: 38.07, 0.3732, 0.3637
  • Hunter Lab: 68.07, 7.58, 6.25
  • CIE-Lab: 68.07, 7.58, 6.25

In the XYZ color space, this color is represented as X: 39.06, Y: 38.07, Z: 27.53. The Yxy representation further refines this as Y: 38.07, x: 0.3732, and y: 0.3637.

In the Hunter Lab color space, this color is represented as L: 68.07, a: 7.58, and b: 6.25. Similarly, in the CIE-Lab color space, it is represented as L: 68.07, a: 7.58, and b: 6.25.

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

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

Analogous Colors of #B7A19B

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

Monochromatic Colors of #B7A19B

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

Complementary Color of #B7A19B

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

/* Using HEX */
body {
  background-color: #b7a19b;
}
/* Using RGB */
body {
  background-color: rgb(183, 161, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 161, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(13, 16%, 66%);
}
/* Text color */
p {
  color: #b7a19b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7a19b;
}
/* Border color */
.box {
  border: 4px solid #b7a19b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b7a19b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b7a19b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B7A19B
On Black Background
#B7A19B
On White Background
#B7A19B

HTML Examples of #B7A19B

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

Related Colors of #B7A19B

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