Color: #B6A864

#B6A864 Color Information

#B6A864 is a light color. The closest websafe version is #B6A864. A complement of this color would be #6371B6, perceived brightness is 0.64, and the grayscale version is #8D8D8D.

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

In a RGB color space, #B6A864 is composed of 71% red, 66% green and 39% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 45% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 39.25, x: 0.4139, and y: 0.4356.

Color Code #B6A864

#B6A864rgb(182, 168, 100)
HEX
#B6A864
RGB
rgb(182, 168, 100)
HSL
hsl(50, 36%, 55%)
HSV
hsv(50, 45%, 71%)
CMYK
0%, 8%, 45%, 29%
XYZ
X: 37.30, Y: 39.25, Z: 13.56
Lab
L: 68.93, a: -1.77, b: 36.90
Name

Shades of Color #B6A864

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

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

#B6A864rgb(182, 168, 100)

About #B6A864 Color Code

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

  • HEX: #B6A864
  • RGB: rgb(182, 168, 100)
  • HSL: hsl(50, 36%, 55%)
  • HSV: hsv(50, 45%, 71%)
  • CMYK: 0.00% cyan, 8.00% magenta, 45.00% yellow, 29.00% black
  • XYZ: 37.30, 39.25, 13.56
  • Yxy: 39.25, 0.4139, 0.4356
  • Hunter Lab: 68.93, -1.77, 36.90
  • CIE-Lab: 68.93, -1.77, 36.90

In the XYZ color space, this color is represented as X: 37.30, Y: 39.25, Z: 13.56. The Yxy representation further refines this as Y: 39.25, x: 0.4139, and y: 0.4356.

In the Hunter Lab color space, this color is represented as L: 68.93, a: -1.77, and b: 36.90. Similarly, in the CIE-Lab color space, it is represented as L: 68.93, a: -1.77, and b: 36.90.

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

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

Analogous Colors of #B6A864

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

Split Complementary Colors of #B6A864

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

Tetradic Colors of #B6A864

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

Monochromatic Colors of #B6A864

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

Complementary Color of #B6A864

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

/* Using HEX */
body {
  background-color: #b6a864;
}
/* Using RGB */
body {
  background-color: rgb(182, 168, 100);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 168, 100, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(50, 36%, 55%);
}
/* Text color */
p {
  color: #b6a864;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b6a864;
}
/* Border color */
.box {
  border: 4px solid #b6a864;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b6a864;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b6a864;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B6A864
On Black Background
#B6A864
On White Background
#B6A864

HTML Examples of #B6A864

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

Related Colors of #B6A864

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