Color: #BEB66C
#BEB66C Color Information
#BEB66C is a light color. The closest websafe version is #BEB66C. A complement of this color would be #6A72BE, perceived brightness is 0.69, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 54°,a saturation of 39%, and a lightness of 58%.The HSV representation shows a hue of 54°, a saturation of 43%, and a value of 75%.
In a RGB color space, #BEB66C is composed of 75% red, 71% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 43% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 45.90, x: 0.4078, and y: 0.4393.
Color Code #BEB66C
Shades of Color #BEB66C
Shades are created by darkening the original color #BEB66C 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 #BEB66C
Tints are created by lightening the original color #BEB66C 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 #BEB66C Color Code
In the HSL color space, this color has a hue angle of 54°, a saturation of 39%, and a lightness of 58%. The HSV representation shows a hue of 54°, a saturation of 43%, and a value of 75%.
- HEX: #BEB66C
- RGB: rgb(190, 182, 108)
- HSL: hsl(54, 39%, 58%)
- HSV: hsv(54, 43%, 75%)
- CMYK: 0.00% cyan, 4.00% magenta, 43.00% yellow, 25.00% black
- XYZ: 42.61, 45.90, 15.97
- Yxy: 45.90, 0.4078, 0.4393
- Hunter Lab: 73.48, -4.84, 38.59
- CIE-Lab: 73.48, -4.84, 38.59
In the XYZ color space, this color is represented as X: 42.61, Y: 45.90, Z: 15.97. The Yxy representation further refines this as Y: 45.90, x: 0.4078, and y: 0.4393.
In the Hunter Lab color space, this color is represented as L: 73.48, a: -4.84, and b: 38.59. Similarly, in the CIE-Lab color space, it is represented as L: 73.48, a: -4.84, and b: 38.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 #BEB66C
Triadic colors are three colors evenly spaced around the color wheel, including #BEB66C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BEB66C
Monochromatic colors are variations of #BEB66C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BEB66C
The complementary color of #BEB66C 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 #BEB66C
/* Using HEX */ body { background-color: #beb66c; }
/* Using RGB */ body { background-color: rgb(190, 182, 108); }
/* Using RGB with opacity */ body { background-color: rgba(190, 182, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(54, 39%, 58%); }
/* Text color */ p { color: #beb66c; }
/* Box shadow */ div { box-shadow: 4px 4px #beb66c; }
/* Border color */ .box { border: 4px solid #beb66c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #beb66c; }
/* Background with text */ div { background: #beb66c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BEB66C
<!-- Using HEX --> <div style="background-color: #beb66c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 182, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 182, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(54, 39%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #beb66c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #beb66c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #beb66c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #beb66c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #beb66c; color: #fff; padding: 16px; border-radius: 8px;"> #BEB66C </div>
Related Colors of #BEB66C
These colors are similar to #BEB66C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.