Color: #BDA31C

#BDA31C Color Information

#BDA31C is a light color. The closest websafe version is #BDA31C. A complement of this color would be #1D38BF, perceived brightness is 0.61, and the grayscale version is #6D6D6D.

In the HSL color space, this color has a hue angle of 50°,a saturation of 74%, and a lightness of 43%.The HSV representation shows a hue of 50°, a saturation of 85%, and a value of 74%.

In a RGB color space, #BDA31C is composed of 74% red, 64% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 85% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 37.65, x: 0.4604, and y: 0.4754.

Color Code #BDA31C

#BDA31Crgb(189, 163, 28)
HEX
#BDA31C
RGB
rgb(189, 163, 28)
HSL
hsl(50, 74%, 43%)
HSV
hsv(50, 85%, 74%)
CMYK
0%, 14%, 85%, 26%
XYZ
X: 36.46, Y: 37.65, Z: 5.09
Lab
L: 67.76, a: 0.52, b: 65.37
Name

Shades of Color #BDA31C

Shades are created by darkening the original color #BDA31C 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 #BDA31C

Tints are created by lightening the original color #BDA31C 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.

#BDA31Crgb(189, 163, 28)

About #BDA31C Color Code

In the HSL color space, this color has a hue angle of 50°, a saturation of 74%, and a lightness of 43%. The HSV representation shows a hue of 50°, a saturation of 85%, and a value of 74%.

  • HEX: #BDA31C
  • RGB: rgb(189, 163, 28)
  • HSL: hsl(50, 74%, 43%)
  • HSV: hsv(50, 85%, 74%)
  • CMYK: 0.00% cyan, 14.00% magenta, 85.00% yellow, 26.00% black
  • XYZ: 36.46, 37.65, 5.09
  • Yxy: 37.65, 0.4604, 0.4754
  • Hunter Lab: 67.76, 0.52, 65.37
  • CIE-Lab: 67.76, 0.52, 65.37

In the XYZ color space, this color is represented as X: 36.46, Y: 37.65, Z: 5.09. The Yxy representation further refines this as Y: 37.65, x: 0.4604, and y: 0.4754.

In the Hunter Lab color space, this color is represented as L: 67.76, a: 0.52, and b: 65.37. Similarly, in the CIE-Lab color space, it is represented as L: 67.76, a: 0.52, and b: 65.37.

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 #BDA31C

Triadic colors are three colors evenly spaced around the color wheel, including #BDA31C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BDA31C

Analogous colors are adjacent to #BDA31C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #BDA31C

Monochromatic colors are variations of #BDA31C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BDA31C

The complementary color of #BDA31C 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 #BDA31C

/* Using HEX */
body {
  background-color: #bda31c;
}
/* Using RGB */
body {
  background-color: rgb(189, 163, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 163, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 74%, 43%);
}
/* Text color */
p {
  color: #bda31c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bda31c;
}
/* Border color */
.box {
  border: 4px solid #bda31c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bda31c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bda31c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDA31C
On Black Background
#BDA31C
On White Background
#BDA31C

HTML Examples of #BDA31C

<!-- Using HEX -->
<div style="background-color: #bda31c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(189, 163, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(189, 163, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(50, 74%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bda31c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bda31c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bda31c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bda31c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bda31c; color: #fff; padding: 16px; border-radius: 8px;">
  #BDA31C
</div>
#BDA31C
On Black Background
#BDA31C
On White Background
#BDA31C

Related Colors of #BDA31C

These colors are similar to #BDA31C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.