Color: #B1A74A

#B1A74A Color Information

#B1A74A is a light color. The closest websafe version is #B1A74A. A complement of this color would be #4A54B0, perceived brightness is 0.63, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 54°,a saturation of 41%, and a lightness of 49%.The HSV representation shows a hue of 54°, a saturation of 58%, and a value of 69%.

In a RGB color space, #B1A74A is composed of 69% red, 65% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 58% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 37.90, x: 0.4262, and y: 0.4611.

Color Code #B1A74A

#B1A74Argb(177, 167, 74)
HEX
#B1A74A
RGB
rgb(177, 167, 74)
HSL
hsl(54, 41%, 49%)
HSV
hsv(54, 58%, 69%)
CMYK
0%, 6%, 58%, 31%
XYZ
X: 35.03, Y: 37.90, Z: 9.26
Lab
L: 67.95, a: -5.06, b: 48.28
Name

Shades of Color #B1A74A

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

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

#B1A74Argb(177, 167, 74)

About #B1A74A Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 41%, and a lightness of 49%. The HSV representation shows a hue of 54°, a saturation of 58%, and a value of 69%.

  • HEX: #B1A74A
  • RGB: rgb(177, 167, 74)
  • HSL: hsl(54, 41%, 49%)
  • HSV: hsv(54, 58%, 69%)
  • CMYK: 0.00% cyan, 6.00% magenta, 58.00% yellow, 31.00% black
  • XYZ: 35.03, 37.90, 9.26
  • Yxy: 37.90, 0.4262, 0.4611
  • Hunter Lab: 67.95, -5.06, 48.28
  • CIE-Lab: 67.95, -5.06, 48.28

In the XYZ color space, this color is represented as X: 35.03, Y: 37.90, Z: 9.26. The Yxy representation further refines this as Y: 37.90, x: 0.4262, and y: 0.4611.

In the Hunter Lab color space, this color is represented as L: 67.95, a: -5.06, and b: 48.28. Similarly, in the CIE-Lab color space, it is represented as L: 67.95, a: -5.06, and b: 48.28.

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

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

Analogous Colors of #B1A74A

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

Split Complementary Colors of #B1A74A

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

Tetradic Colors of #B1A74A

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

Monochromatic Colors of #B1A74A

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

Complementary Color of #B1A74A

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

/* Using HEX */
body {
  background-color: #b1a74a;
}
/* Using RGB */
body {
  background-color: rgb(177, 167, 74);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 167, 74, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 41%, 49%);
}
/* Text color */
p {
  color: #b1a74a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b1a74a;
}
/* Border color */
.box {
  border: 4px solid #b1a74a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b1a74a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b1a74a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B1A74A
On Black Background
#B1A74A
On White Background
#B1A74A

HTML Examples of #B1A74A

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

Related Colors of #B1A74A

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