Color: #BDA13A
#BDA13A Color Information
#BDA13A is a light color. The closest websafe version is #BDA13A. A complement of this color would be #3A56BB, perceived brightness is 0.62, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 47°,a saturation of 53%, and a lightness of 48%.The HSV representation shows a hue of 47°, a saturation of 69%, and a value of 74%.
In a RGB color space, #BDA13A is composed of 74% red, 63% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 69% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 37.13, x: 0.4518, and y: 0.4593.
Color Code #BDA13A
Shades of Color #BDA13A
Shades are created by darkening the original color #BDA13A 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 #BDA13A
Tints are created by lightening the original color #BDA13A 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 #BDA13A Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 53%, and a lightness of 48%. The HSV representation shows a hue of 47°, a saturation of 69%, and a value of 74%.
- HEX: #BDA13A
- RGB: rgb(189, 161, 58)
- HSL: hsl(47, 53%, 48%)
- HSV: hsv(47, 69%, 74%)
- CMYK: 0.00% cyan, 15.00% magenta, 69.00% yellow, 26.00% black
- XYZ: 36.52, 37.13, 7.19
- Yxy: 37.13, 0.4518, 0.4593
- Hunter Lab: 67.37, 2.39, 55.08
- CIE-Lab: 67.37, 2.39, 55.08
In the XYZ color space, this color is represented as X: 36.52, Y: 37.13, Z: 7.19. The Yxy representation further refines this as Y: 37.13, x: 0.4518, and y: 0.4593.
In the Hunter Lab color space, this color is represented as L: 67.37, a: 2.39, and b: 55.08. Similarly, in the CIE-Lab color space, it is represented as L: 67.37, a: 2.39, and b: 55.08.
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 #BDA13A
Triadic colors are three colors evenly spaced around the color wheel, including #BDA13A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BDA13A
Split complementary colors are two colors adjacent to the complementary color of #BDA13A. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BDA13A
Monochromatic colors are variations of #BDA13A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDA13A
The complementary color of #BDA13A 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 #BDA13A
/* Using HEX */ body { background-color: #bda13a; }
/* Using RGB */ body { background-color: rgb(189, 161, 58); }
/* Using RGB with opacity */ body { background-color: rgba(189, 161, 58, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 53%, 48%); }
/* Text color */ p { color: #bda13a; }
/* Box shadow */ div { box-shadow: 4px 4px #bda13a; }
/* Border color */ .box { border: 4px solid #bda13a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bda13a; }
/* Background with text */ div { background: #bda13a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BDA13A
<!-- Using HEX --> <div style="background-color: #bda13a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 161, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 161, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 53%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bda13a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bda13a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bda13a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bda13a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bda13a; color: #fff; padding: 16px; border-radius: 8px;"> #BDA13A </div>
Related Colors of #BDA13A
These colors are similar to #BDA13A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.