Color: #BD948C

#BD948C Color Information

#BD948C is a light color. The closest websafe version is #BD948C. A complement of this color would be #8EB6BE, perceived brightness is 0.62, and the grayscale version is #A5A5A5.

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

In a RGB color space, #BD948C is composed of 74% red, 58% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 26% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 34.14, x: 0.3982, and y: 0.3640.

Color Code #BD948C

#BD948Crgb(189, 148, 140)
HEX
#BD948C
RGB
rgb(189, 148, 140)
HSL
hsl(10, 27%, 65%)
HSV
hsv(10, 26%, 74%)
CMYK
0%, 22%, 26%, 26%
XYZ
X: 37.35, Y: 34.14, Z: 22.31
Lab
L: 65.08, a: 15.01, b: 10.45
Name

Shades of Color #BD948C

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

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

#BD948Crgb(189, 148, 140)

About #BD948C Color Code

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

  • HEX: #BD948C
  • RGB: rgb(189, 148, 140)
  • HSL: hsl(10, 27%, 65%)
  • HSV: hsv(10, 26%, 74%)
  • CMYK: 0.00% cyan, 22.00% magenta, 26.00% yellow, 26.00% black
  • XYZ: 37.35, 34.14, 22.31
  • Yxy: 34.14, 0.3982, 0.3640
  • Hunter Lab: 65.08, 15.01, 10.45
  • CIE-Lab: 65.08, 15.01, 10.45

In the XYZ color space, this color is represented as X: 37.35, Y: 34.14, Z: 22.31. The Yxy representation further refines this as Y: 34.14, x: 0.3982, and y: 0.3640.

In the Hunter Lab color space, this color is represented as L: 65.08, a: 15.01, and b: 10.45. Similarly, in the CIE-Lab color space, it is represented as L: 65.08, a: 15.01, and b: 10.45.

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

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

Analogous Colors of #BD948C

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

Monochromatic Colors of #BD948C

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

Complementary Color of #BD948C

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

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

HTML Examples of #BD948C

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

Related Colors of #BD948C

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