Color: #BFB505

#BFB505 Color Information

#BFB505 is a light color. The closest websafe version is #BFB505. A complement of this color would be #050EBD, perceived brightness is 0.64, and the grayscale version is #626262.

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

In a RGB color space, #BFB505 is composed of 75% red, 71% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 97% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 44.73, x: 0.4474, and y: 0.4938.

Color Code #BFB505

#BFB505rgb(191, 181, 5)
HEX
#BFB505
RGB
rgb(191, 181, 5)
HSL
hsl(57, 95%, 38%)
HSV
hsv(57, 97%, 75%)
CMYK
0%, 5%, 97%, 25%
XYZ
X: 40.53, Y: 44.73, Z: 5.32
Lab
L: 72.71, a: -7.82, b: 72.75
Name

Shades of Color #BFB505

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

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

#BFB505rgb(191, 181, 5)

About #BFB505 Color Code

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

  • HEX: #BFB505
  • RGB: rgb(191, 181, 5)
  • HSL: hsl(57, 95%, 38%)
  • HSV: hsv(57, 97%, 75%)
  • CMYK: 0.00% cyan, 5.00% magenta, 97.00% yellow, 25.00% black
  • XYZ: 40.53, 44.73, 5.32
  • Yxy: 44.73, 0.4474, 0.4938
  • Hunter Lab: 72.71, -7.82, 72.75
  • CIE-Lab: 72.71, -7.82, 72.75

In the XYZ color space, this color is represented as X: 40.53, Y: 44.73, Z: 5.32. The Yxy representation further refines this as Y: 44.73, x: 0.4474, and y: 0.4938.

In the Hunter Lab color space, this color is represented as L: 72.71, a: -7.82, and b: 72.75. Similarly, in the CIE-Lab color space, it is represented as L: 72.71, a: -7.82, and b: 72.75.

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

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

Analogous Colors of #BFB505

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

Split Complementary Colors of #BFB505

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

Tetradic Colors of #BFB505

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

Monochromatic Colors of #BFB505

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

Complementary Color of #BFB505

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

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

HTML Examples of #BFB505

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

Related Colors of #BFB505

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