Color: #B3A75B

#B3A75B Color Information

#B3A75B is a light color. The closest websafe version is #B3A75B. A complement of this color would be #5B67B3, perceived brightness is 0.63, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 52°,a saturation of 37%, and a lightness of 53%.The HSV representation shows a hue of 52°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B3A75B is composed of 70% red, 65% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 49% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 38.37, x: 0.4177, and y: 0.4449.

Color Code #B3A75B

HEX
#B3A75B
RGB
rgb(179, 167, 91)
HSL
hsl(52, 37%, 53%)
HSV
hsv(52, 49%, 70%)
CMYK
0%, 7%, 49%, 30%
XYZ
X: 36.03, Y: 38.37, Z: 11.85
Lab
L: 68.29, a: -3.17, b: 40.59
Name

Shades of Color #B3A75B

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

Tints are created by lightening the original color #B3A75B 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 #B3A75B Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 37%, and a lightness of 53%. The HSV representation shows a hue of 52°, a saturation of 49%, and a value of 70%.

  • HEX: #B3A75B
  • RGB: rgb(179, 167, 91)
  • HSL: hsl(52, 37%, 53%)
  • HSV: hsv(52, 49%, 70%)
  • CMYK: 0.00% cyan, 7.00% magenta, 49.00% yellow, 30.00% black
  • XYZ: 36.03, 38.37, 11.85
  • Yxy: 38.37, 0.4177, 0.4449
  • Hunter Lab: 68.29, -3.17, 40.59
  • CIE-Lab: 68.29, -3.17, 40.59

In the XYZ color space, this color is represented as X: 36.03, Y: 38.37, Z: 11.85. The Yxy representation further refines this as Y: 38.37, x: 0.4177, and y: 0.4449.

In the Hunter Lab color space, this color is represented as L: 68.29, a: -3.17, and b: 40.59. Similarly, in the CIE-Lab color space, it is represented as L: 68.29, a: -3.17, and b: 40.59.

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

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

Analogous Colors of #B3A75B

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

Monochromatic Colors of #B3A75B

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

Complementary Color of #B3A75B

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

/* Using HEX */
body {
  background-color: #b3a75b;
}
/* Using RGB */
body {
  background-color: rgb(179, 167, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 167, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 37%, 53%);
}
/* Text color */
p {
  color: #b3a75b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b3a75b;
}

HTML Examples of #B3A75B

<!-- Using HEX -->
<div style="background-color: #b3a75b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 167, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 167, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(52, 37%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b3a75b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b3a75b; width: 100px; height: 100px;"></div>

Related Colors of #B3A75B

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