Color: #BBA14C

#BBA14C Color Information

#BBA14C is a light color. The closest websafe version is #BBA14C. A complement of this color would be #4E67BC, perceived brightness is 0.62, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 46°,a saturation of 45%, and a lightness of 52%.The HSV representation shows a hue of 46°, a saturation of 59%, and a value of 73%.

In a RGB color space, #BBA14C is composed of 73% red, 63% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 59% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 37.04, x: 0.4401, and y: 0.4475.

Color Code #BBA14C

#BBA14Crgb(187, 161, 76)
HEX
#BBA14C
RGB
rgb(187, 161, 76)
HSL
hsl(46, 45%, 52%)
HSV
hsv(46, 59%, 73%)
CMYK
0%, 14%, 59%, 27%
XYZ
X: 36.43, Y: 37.04, Z: 9.31
Lab
L: 67.31, a: 2.36, b: 46.98
Name

Shades of Color #BBA14C

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

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

#BBA14Crgb(187, 161, 76)

About #BBA14C Color Code

In the HSL color space, this color has a hue angle of 46°, a saturation of 45%, and a lightness of 52%. The HSV representation shows a hue of 46°, a saturation of 59%, and a value of 73%.

  • HEX: #BBA14C
  • RGB: rgb(187, 161, 76)
  • HSL: hsl(46, 45%, 52%)
  • HSV: hsv(46, 59%, 73%)
  • CMYK: 0.00% cyan, 14.00% magenta, 59.00% yellow, 27.00% black
  • XYZ: 36.43, 37.04, 9.31
  • Yxy: 37.04, 0.4401, 0.4475
  • Hunter Lab: 67.31, 2.36, 46.98
  • CIE-Lab: 67.31, 2.36, 46.98

In the XYZ color space, this color is represented as X: 36.43, Y: 37.04, Z: 9.31. The Yxy representation further refines this as Y: 37.04, x: 0.4401, and y: 0.4475.

In the Hunter Lab color space, this color is represented as L: 67.31, a: 2.36, and b: 46.98. Similarly, in the CIE-Lab color space, it is represented as L: 67.31, a: 2.36, and b: 46.98.

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

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

Analogous Colors of #BBA14C

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

Monochromatic Colors of #BBA14C

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

Complementary Color of #BBA14C

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

/* Using HEX */
body {
  background-color: #bba14c;
}
/* Using RGB */
body {
  background-color: rgb(187, 161, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 161, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(46, 45%, 52%);
}
/* Text color */
p {
  color: #bba14c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bba14c;
}
/* Border color */
.box {
  border: 4px solid #bba14c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bba14c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bba14c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBA14C
On Black Background
#BBA14C
On White Background
#BBA14C

HTML Examples of #BBA14C

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

Related Colors of #BBA14C

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