Color: #B7968F
#B7968F Color Information
#B7968F is a light color. The closest websafe version is #B7968F. A complement of this color would be #8FB0B7, perceived brightness is 0.62, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 11°,a saturation of 22%, and a lightness of 64%.The HSV representation shows a hue of 11°, a saturation of 22%, and a value of 72%.
In a RGB color space, #B7968F is composed of 72% red, 59% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 22% yellow and 28% black.
In the Yxy color space, this color is represented as Y: 34.07, x: 0.3879, and y: 0.3639.
Color Code #B7968F
Shades of Color #B7968F
Shades are created by darkening the original color #B7968F 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 #B7968F
Tints are created by lightening the original color #B7968F 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 #B7968F Color Code
In the HSL color space, this color has a hue angle of 11°, a saturation of 22%, and a lightness of 64%. The HSV representation shows a hue of 11°, a saturation of 22%, and a value of 72%.
- HEX: #B7968F
- RGB: rgb(183, 150, 143)
- HSL: hsl(11, 22%, 64%)
- HSV: hsv(11, 22%, 72%)
- CMYK: 0.00% cyan, 18.00% magenta, 22.00% yellow, 28.00% black
- XYZ: 36.32, 34.07, 23.24
- Yxy: 34.07, 0.3879, 0.3639
- Hunter Lab: 65.01, 11.91, 8.59
- CIE-Lab: 65.01, 11.91, 8.59
In the XYZ color space, this color is represented as X: 36.32, Y: 34.07, Z: 23.24. The Yxy representation further refines this as Y: 34.07, x: 0.3879, and y: 0.3639.
In the Hunter Lab color space, this color is represented as L: 65.01, a: 11.91, and b: 8.59. Similarly, in the CIE-Lab color space, it is represented as L: 65.01, a: 11.91, and b: 8.59.
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 #B7968F
Triadic colors are three colors evenly spaced around the color wheel, including #B7968F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B7968F
Monochromatic colors are variations of #B7968F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B7968F
The complementary color of #B7968F 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 #B7968F
/* Using HEX */ body { background-color: #b7968f; }
/* Using RGB */ body { background-color: rgb(183, 150, 143); }
/* Using RGB with opacity */ body { background-color: rgba(183, 150, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(11, 22%, 64%); }
/* Text color */ p { color: #b7968f; }
/* Box shadow */ div { box-shadow: 4px 4px #b7968f; }
/* Border color */ .box { border: 4px solid #b7968f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b7968f; }
/* Background with text */ div { background: #b7968f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B7968F
<!-- Using HEX --> <div style="background-color: #b7968f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 150, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 150, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(11, 22%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b7968f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b7968f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b7968f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b7968f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b7968f; color: #fff; padding: 16px; border-radius: 8px;"> #B7968F </div>
Related Colors of #B7968F
These colors are similar to #B7968F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.