Color: #B4A90B

#B4A90B Color Information

#B4A90B is a light color. The closest websafe version is #B4A90B. A complement of this color would be #0B16B1, perceived brightness is 0.61, and the grayscale version is #606060.

In the HSL color space, this color has a hue angle of 56°,a saturation of 88%, and a lightness of 37%.The HSV representation shows a hue of 56°, a saturation of 94%, and a value of 71%.

In a RGB color space, #B4A90B is composed of 71% red, 66% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 94% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 38.62, x: 0.4483, and y: 0.4915.

Color Code #B4A90B

#B4A90Brgb(180, 169, 11)
HEX
#B4A90B
RGB
rgb(180, 169, 11)
HSL
hsl(56, 88%, 37%)
HSV
hsv(56, 94%, 71%)
CMYK
0%, 6%, 94%, 29%
XYZ
X: 35.23, Y: 38.62, Z: 4.73
Lab
L: 68.47, a: -6.67, b: 68.54
Name

Shades of Color #B4A90B

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

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

#B4A90Brgb(180, 169, 11)

About #B4A90B Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 88%, and a lightness of 37%. The HSV representation shows a hue of 56°, a saturation of 94%, and a value of 71%.

  • HEX: #B4A90B
  • RGB: rgb(180, 169, 11)
  • HSL: hsl(56, 88%, 37%)
  • HSV: hsv(56, 94%, 71%)
  • CMYK: 0.00% cyan, 6.00% magenta, 94.00% yellow, 29.00% black
  • XYZ: 35.23, 38.62, 4.73
  • Yxy: 38.62, 0.4483, 0.4915
  • Hunter Lab: 68.47, -6.67, 68.54
  • CIE-Lab: 68.47, -6.67, 68.54

In the XYZ color space, this color is represented as X: 35.23, Y: 38.62, Z: 4.73. The Yxy representation further refines this as Y: 38.62, x: 0.4483, and y: 0.4915.

In the Hunter Lab color space, this color is represented as L: 68.47, a: -6.67, and b: 68.54. Similarly, in the CIE-Lab color space, it is represented as L: 68.47, a: -6.67, and b: 68.54.

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

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

Analogous Colors of #B4A90B

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

Split Complementary Colors of #B4A90B

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

Tetradic Colors of #B4A90B

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

Monochromatic Colors of #B4A90B

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

Complementary Color of #B4A90B

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

/* Using HEX */
body {
  background-color: #b4a90b;
}
/* Using RGB */
body {
  background-color: rgb(180, 169, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 169, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 88%, 37%);
}
/* Text color */
p {
  color: #b4a90b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b4a90b;
}
/* Border color */
.box {
  border: 4px solid #b4a90b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b4a90b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b4a90b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B4A90B
On Black Background
#B4A90B
On White Background
#B4A90B

HTML Examples of #B4A90B

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

Related Colors of #B4A90B

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