Color: #BAAA43
#BAAA43 Color Information
#BAAA43 is a light color. The closest websafe version is #BAAA43. A complement of this color would be #4454BB, perceived brightness is 0.64, and the grayscale version is #7F7F7F.
In the HSL color space, this color has a hue angle of 52°,a saturation of 47%, and a lightness of 50%.The HSV representation shows a hue of 52°, a saturation of 64%, and a value of 73%.
In a RGB color space, #BAAA43 is composed of 73% red, 67% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 64% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 40.08, x: 0.4364, and y: 0.4641.
Color Code #BAAA43
Shades of Color #BAAA43
Shades are created by darkening the original color #BAAA43 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 #BAAA43
Tints are created by lightening the original color #BAAA43 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 #BAAA43 Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 47%, and a lightness of 50%. The HSV representation shows a hue of 52°, a saturation of 64%, and a value of 73%.
- HEX: #BAAA43
- RGB: rgb(186, 170, 67)
- HSL: hsl(52, 47%, 50%)
- HSV: hsv(52, 64%, 73%)
- CMYK: 0.00% cyan, 9.00% magenta, 64.00% yellow, 27.00% black
- XYZ: 37.69, 40.08, 8.60
- Yxy: 40.08, 0.4364, 0.4641
- Hunter Lab: 69.53, -3.06, 53.36
- CIE-Lab: 69.53, -3.06, 53.36
In the XYZ color space, this color is represented as X: 37.69, Y: 40.08, Z: 8.60. The Yxy representation further refines this as Y: 40.08, x: 0.4364, and y: 0.4641.
In the Hunter Lab color space, this color is represented as L: 69.53, a: -3.06, and b: 53.36. Similarly, in the CIE-Lab color space, it is represented as L: 69.53, a: -3.06, and b: 53.36.
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 #BAAA43
Triadic colors are three colors evenly spaced around the color wheel, including #BAAA43. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BAAA43
Split complementary colors are two colors adjacent to the complementary color of #BAAA43. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BAAA43
Monochromatic colors are variations of #BAAA43, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BAAA43
The complementary color of #BAAA43 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 #BAAA43
/* Using HEX */ body { background-color: #baaa43; }
/* Using RGB */ body { background-color: rgb(186, 170, 67); }
/* Using RGB with opacity */ body { background-color: rgba(186, 170, 67, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 47%, 50%); }
/* Text color */ p { color: #baaa43; }
/* Box shadow */ div { box-shadow: 4px 4px #baaa43; }
/* Border color */ .box { border: 4px solid #baaa43; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #baaa43; }
/* Background with text */ div { background: #baaa43; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BAAA43
<!-- Using HEX --> <div style="background-color: #baaa43; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 170, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 170, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 47%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #baaa43;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #baaa43; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #baaa43; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #baaa43;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #baaa43; color: #fff; padding: 16px; border-radius: 8px;"> #BAAA43 </div>
Related Colors of #BAAA43
These colors are similar to #BAAA43, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.