Color: #BFB94E

#BFB94E Color Information

#BFB94E is a light color. The closest websafe version is #BFB94E. A complement of this color would be #4F54BF, perceived brightness is 0.68, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 57°,a saturation of 47%, and a lightness of 53%.The HSV representation shows a hue of 57°, a saturation of 59%, and a value of 75%.

In a RGB color space, #BFB94E is composed of 75% red, 73% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 59% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 46.83, x: 0.4241, and y: 0.4674.

Color Code #BFB94E

#BFB94Ergb(191, 185, 78)
HEX
#BFB94E
RGB
rgb(191, 185, 78)
HSL
hsl(57, 47%, 53%)
HSV
hsv(57, 59%, 75%)
CMYK
0%, 3%, 59%, 25%
XYZ
X: 42.49, Y: 46.83, Z: 10.88
Lab
L: 74.08, a: -7.80, b: 53.53
Name

Shades of Color #BFB94E

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

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

#BFB94Ergb(191, 185, 78)

About #BFB94E Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 47%, and a lightness of 53%. The HSV representation shows a hue of 57°, a saturation of 59%, and a value of 75%.

  • HEX: #BFB94E
  • RGB: rgb(191, 185, 78)
  • HSL: hsl(57, 47%, 53%)
  • HSV: hsv(57, 59%, 75%)
  • CMYK: 0.00% cyan, 3.00% magenta, 59.00% yellow, 25.00% black
  • XYZ: 42.49, 46.83, 10.88
  • Yxy: 46.83, 0.4241, 0.4674
  • Hunter Lab: 74.08, -7.80, 53.53
  • CIE-Lab: 74.08, -7.80, 53.53

In the XYZ color space, this color is represented as X: 42.49, Y: 46.83, Z: 10.88. The Yxy representation further refines this as Y: 46.83, x: 0.4241, and y: 0.4674.

In the Hunter Lab color space, this color is represented as L: 74.08, a: -7.80, and b: 53.53. Similarly, in the CIE-Lab color space, it is represented as L: 74.08, a: -7.80, and b: 53.53.

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

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

Analogous Colors of #BFB94E

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

Monochromatic Colors of #BFB94E

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

Complementary Color of #BFB94E

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

/* Using HEX */
body {
  background-color: #bfb94e;
}
/* Using RGB */
body {
  background-color: rgb(191, 185, 78);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 185, 78, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 47%, 53%);
}
/* Text color */
p {
  color: #bfb94e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bfb94e;
}
/* Border color */
.box {
  border: 4px solid #bfb94e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bfb94e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bfb94e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BFB94E
On Black Background
#BFB94E
On White Background
#BFB94E

HTML Examples of #BFB94E

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

Related Colors of #BFB94E

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