Color: #B3AA44

#B3AA44 Color Information

#B3AA44 is a light color. The closest websafe version is #B3AA44. A complement of this color would be #434CB1, perceived brightness is 0.63, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 55°,a saturation of 45%, and a lightness of 48%.The HSV representation shows a hue of 55°, a saturation of 62%, and a value of 70%.

In a RGB color space, #B3AA44 is composed of 70% red, 67% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 62% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 39.20, x: 0.4290, and y: 0.4677.

Color Code #B3AA44

#B3AA44rgb(179, 170, 68)
HEX
#B3AA44
RGB
rgb(179, 170, 68)
HSL
hsl(55, 45%, 48%)
HSV
hsv(55, 62%, 70%)
CMYK
0%, 5%, 62%, 30%
XYZ
X: 35.96, Y: 39.20, Z: 8.66
Lab
L: 68.89, a: -6.01, b: 52.03
Name

Shades of Color #B3AA44

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

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

#B3AA44rgb(179, 170, 68)

About #B3AA44 Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 45%, and a lightness of 48%. The HSV representation shows a hue of 55°, a saturation of 62%, and a value of 70%.

  • HEX: #B3AA44
  • RGB: rgb(179, 170, 68)
  • HSL: hsl(55, 45%, 48%)
  • HSV: hsv(55, 62%, 70%)
  • CMYK: 0.00% cyan, 5.00% magenta, 62.00% yellow, 30.00% black
  • XYZ: 35.96, 39.20, 8.66
  • Yxy: 39.20, 0.4290, 0.4677
  • Hunter Lab: 68.89, -6.01, 52.03
  • CIE-Lab: 68.89, -6.01, 52.03

In the XYZ color space, this color is represented as X: 35.96, Y: 39.20, Z: 8.66. The Yxy representation further refines this as Y: 39.20, x: 0.4290, and y: 0.4677.

In the Hunter Lab color space, this color is represented as L: 68.89, a: -6.01, and b: 52.03. Similarly, in the CIE-Lab color space, it is represented as L: 68.89, a: -6.01, and b: 52.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 #B3AA44

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

Analogous Colors of #B3AA44

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

Split Complementary Colors of #B3AA44

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

Tetradic Colors of #B3AA44

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

Monochromatic Colors of #B3AA44

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

Complementary Color of #B3AA44

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

/* Using HEX */
body {
  background-color: #b3aa44;
}
/* Using RGB */
body {
  background-color: rgb(179, 170, 68);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 170, 68, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 45%, 48%);
}
/* Text color */
p {
  color: #b3aa44;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b3aa44;
}
/* Border color */
.box {
  border: 4px solid #b3aa44;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b3aa44;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b3aa44;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B3AA44
On Black Background
#B3AA44
On White Background
#B3AA44

HTML Examples of #B3AA44

<!-- Using HEX -->
<div style="background-color: #b3aa44; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 170, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 170, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(55, 45%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b3aa44;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b3aa44; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b3aa44; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b3aa44;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b3aa44; color: #fff; padding: 16px; border-radius: 8px;">
  #B3AA44
</div>
#B3AA44
On Black Background
#B3AA44
On White Background
#B3AA44

Related Colors of #B3AA44

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