Color: #BFB38C
#BFB38C Color Information
#BFB38C is a light color. The closest websafe version is #BFB38C. A complement of this color would be #8D98BF, perceived brightness is 0.70, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 46°,a saturation of 28%, and a lightness of 65%.The HSV representation shows a hue of 46°, a saturation of 27%, and a value of 75%.
In a RGB color space, #BFB38C is composed of 75% red, 70% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 27% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 45.50, x: 0.3873, and y: 0.4021.
Color Code #BFB38C
Shades of Color #BFB38C
Shades are created by darkening the original color #BFB38C 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 #BFB38C
Tints are created by lightening the original color #BFB38C 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 #BFB38C Color Code
In the HSL color space, this color has a hue angle of 46°, a saturation of 28%, and a lightness of 65%. The HSV representation shows a hue of 46°, a saturation of 27%, and a value of 75%.
- HEX: #BFB38C
- RGB: rgb(191, 179, 140)
- HSL: hsl(46, 28%, 65%)
- HSV: hsv(46, 27%, 75%)
- CMYK: 0.00% cyan, 6.00% magenta, 27.00% yellow, 25.00% black
- XYZ: 43.83, 45.50, 23.83
- Yxy: 45.50, 0.3873, 0.4021
- Hunter Lab: 73.22, -0.12, 21.63
- CIE-Lab: 73.22, -0.12, 21.63
In the XYZ color space, this color is represented as X: 43.83, Y: 45.50, Z: 23.83. The Yxy representation further refines this as Y: 45.50, x: 0.3873, and y: 0.4021.
In the Hunter Lab color space, this color is represented as L: 73.22, a: -0.12, and b: 21.63. Similarly, in the CIE-Lab color space, it is represented as L: 73.22, a: -0.12, and b: 21.63.
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 #BFB38C
Triadic colors are three colors evenly spaced around the color wheel, including #BFB38C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BFB38C
Monochromatic colors are variations of #BFB38C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFB38C
The complementary color of #BFB38C 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 #BFB38C
/* Using HEX */ body { background-color: #bfb38c; }
/* Using RGB */ body { background-color: rgb(191, 179, 140); }
/* Using RGB with opacity */ body { background-color: rgba(191, 179, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(46, 28%, 65%); }
/* Text color */ p { color: #bfb38c; }
/* Box shadow */ div { box-shadow: 4px 4px #bfb38c; }
/* Border color */ .box { border: 4px solid #bfb38c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bfb38c; }
/* Background with text */ div { background: #bfb38c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BFB38C
<!-- Using HEX --> <div style="background-color: #bfb38c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 179, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 179, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(46, 28%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfb38c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfb38c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bfb38c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bfb38c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bfb38c; color: #fff; padding: 16px; border-radius: 8px;"> #BFB38C </div>
Related Colors of #BFB38C
These colors are similar to #BFB38C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.