Color: #B3968F

#B3968F Color Information

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

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

In a RGB color space, #B3968F is composed of 70% red, 59% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 20% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 33.56, x: 0.3836, and y: 0.3644.

Color Code #B3968F

HEX
#B3968F
RGB
rgb(179, 150, 143)
HSL
hsl(12, 19%, 63%)
HSV
hsv(12, 20%, 70%)
CMYK
0%, 16%, 20%, 30%
XYZ
X: 35.33, Y: 33.56, Z: 23.21
Lab
L: 64.61, a: 10.33, b: 7.95
Name

Shades of Color #B3968F

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

Tints are created by lightening the original color #B3968F 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 #B3968F Color Code

In the HSL color space, this color has a hue angle of 12°, a saturation of 19%, and a lightness of 63%. The HSV representation shows a hue of 12°, a saturation of 20%, and a value of 70%.

  • HEX: #B3968F
  • RGB: rgb(179, 150, 143)
  • HSL: hsl(12, 19%, 63%)
  • HSV: hsv(12, 20%, 70%)
  • CMYK: 0.00% cyan, 16.00% magenta, 20.00% yellow, 30.00% black
  • XYZ: 35.33, 33.56, 23.21
  • Yxy: 33.56, 0.3836, 0.3644
  • Hunter Lab: 64.61, 10.33, 7.95
  • CIE-Lab: 64.61, 10.33, 7.95

In the XYZ color space, this color is represented as X: 35.33, Y: 33.56, Z: 23.21. The Yxy representation further refines this as Y: 33.56, x: 0.3836, and y: 0.3644.

In the Hunter Lab color space, this color is represented as L: 64.61, a: 10.33, and b: 7.95. Similarly, in the CIE-Lab color space, it is represented as L: 64.61, a: 10.33, and b: 7.95.

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

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

Analogous Colors of #B3968F

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

Monochromatic Colors of #B3968F

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

Complementary Color of #B3968F

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

/* Using HEX */
body {
  background-color: #b3968f;
}
/* Using RGB */
body {
  background-color: rgb(179, 150, 143);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 150, 143, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(12, 19%, 63%);
}
/* Text color */
p {
  color: #b3968f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b3968f;
}

HTML Examples of #B3968F

<!-- Using HEX -->
<div style="background-color: #b3968f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 150, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 150, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(12, 19%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b3968f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b3968f; width: 100px; height: 100px;"></div>

Related Colors of #B3968F

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