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