Color: #BD9503

#BD9503 Color Information

#BD9503 is a light color. The closest websafe version is #BD9503. A complement of this color would be #032CBF, perceived brightness is 0.57, and the grayscale version is #606060.

In the HSL color space, this color has a hue angle of 47°,a saturation of 97%, and a lightness of 38%.The HSV representation shows a hue of 47°, a saturation of 98%, and a value of 74%.

In a RGB color space, #BD9503 is composed of 74% red, 58% green and 1% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 98% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 32.87, x: 0.4802, and y: 0.4673.

Color Code #BD9503

#BD9503rgb(189, 149, 3)
HEX
#BD9503
RGB
rgb(189, 149, 3)
HSL
hsl(47, 97%, 38%)
HSV
hsv(47, 98%, 74%)
CMYK
0%, 21%, 98%, 26%
XYZ
X: 33.78, Y: 32.87, Z: 3.69
Lab
L: 64.06, a: 7.39, b: 67.03
Name

Shades of Color #BD9503

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

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

#BD9503rgb(189, 149, 3)

About #BD9503 Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 97%, and a lightness of 38%. The HSV representation shows a hue of 47°, a saturation of 98%, and a value of 74%.

  • HEX: #BD9503
  • RGB: rgb(189, 149, 3)
  • HSL: hsl(47, 97%, 38%)
  • HSV: hsv(47, 98%, 74%)
  • CMYK: 0.00% cyan, 21.00% magenta, 98.00% yellow, 26.00% black
  • XYZ: 33.78, 32.87, 3.69
  • Yxy: 32.87, 0.4802, 0.4673
  • Hunter Lab: 64.06, 7.39, 67.03
  • CIE-Lab: 64.06, 7.39, 67.03

In the XYZ color space, this color is represented as X: 33.78, Y: 32.87, Z: 3.69. The Yxy representation further refines this as Y: 32.87, x: 0.4802, and y: 0.4673.

In the Hunter Lab color space, this color is represented as L: 64.06, a: 7.39, and b: 67.03. Similarly, in the CIE-Lab color space, it is represented as L: 64.06, a: 7.39, and b: 67.03.

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

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

Analogous Colors of #BD9503

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

Split Complementary Colors of #BD9503

Split complementary colors are two colors adjacent to the complementary color of #BD9503. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BD9503

Tetradic colors form a rectangle on the color wheel, including #BD9503. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BD9503

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

Complementary Color of #BD9503

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

/* Using HEX */
body {
  background-color: #bd9503;
}
/* Using RGB */
body {
  background-color: rgb(189, 149, 3);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 149, 3, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 97%, 38%);
}
/* Text color */
p {
  color: #bd9503;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bd9503;
}
/* Border color */
.box {
  border: 4px solid #bd9503;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bd9503;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bd9503;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BD9503
On Black Background
#BD9503
On White Background
#BD9503

HTML Examples of #BD9503

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

Related Colors of #BD9503

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