Color: #BEAA1C
#BEAA1C Color Information
#BEAA1C is a light color. The closest websafe version is #BEAA1C. A complement of this color would be #1D2FBF, perceived brightness is 0.63, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 53°,a saturation of 74%, and a lightness of 43%.The HSV representation shows a hue of 53°, a saturation of 85%, and a value of 75%.
In a RGB color space, #BEAA1C is composed of 75% red, 67% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 85% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 40.34, x: 0.4542, and y: 0.4809.
Color Code #BEAA1C
Shades of Color #BEAA1C
Shades are created by darkening the original color #BEAA1C 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 #BEAA1C
Tints are created by lightening the original color #BEAA1C 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 #BEAA1C Color Code
In the HSL color space, this color has a hue angle of 53°, a saturation of 74%, and a lightness of 43%. The HSV representation shows a hue of 53°, a saturation of 85%, and a value of 75%.
- HEX: #BEAA1C
- RGB: rgb(190, 170, 28)
- HSL: hsl(53, 74%, 43%)
- HSV: hsv(53, 85%, 75%)
- CMYK: 0.00% cyan, 11.00% magenta, 85.00% yellow, 25.00% black
- XYZ: 38.10, 40.34, 5.45
- Yxy: 40.34, 0.4542, 0.4809
- Hunter Lab: 69.71, -2.56, 66.94
- CIE-Lab: 69.71, -2.56, 66.94
In the XYZ color space, this color is represented as X: 38.10, Y: 40.34, Z: 5.45. The Yxy representation further refines this as Y: 40.34, x: 0.4542, and y: 0.4809.
In the Hunter Lab color space, this color is represented as L: 69.71, a: -2.56, and b: 66.94. Similarly, in the CIE-Lab color space, it is represented as L: 69.71, a: -2.56, and b: 66.94.
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 #BEAA1C
Triadic colors are three colors evenly spaced around the color wheel, including #BEAA1C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BEAA1C
Split complementary colors are two colors adjacent to the complementary color of #BEAA1C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BEAA1C
Monochromatic colors are variations of #BEAA1C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BEAA1C
The complementary color of #BEAA1C 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 #BEAA1C
/* Using HEX */ body { background-color: #beaa1c; }
/* Using RGB */ body { background-color: rgb(190, 170, 28); }
/* Using RGB with opacity */ body { background-color: rgba(190, 170, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(53, 74%, 43%); }
/* Text color */ p { color: #beaa1c; }
/* Box shadow */ div { box-shadow: 4px 4px #beaa1c; }
/* Border color */ .box { border: 4px solid #beaa1c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #beaa1c; }
/* Background with text */ div { background: #beaa1c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BEAA1C
<!-- Using HEX --> <div style="background-color: #beaa1c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 170, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 170, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(53, 74%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #beaa1c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #beaa1c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #beaa1c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #beaa1c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #beaa1c; color: #fff; padding: 16px; border-radius: 8px;"> #BEAA1C </div>
Related Colors of #BEAA1C
These colors are similar to #BEAA1C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.