Color: #BBA33D

#BBA33D Color Information

#BBA33D is a light color. The closest websafe version is #BBA33D. A complement of this color would be #3D55BD, perceived brightness is 0.62, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 49°,a saturation of 51%, and a lightness of 49%.The HSV representation shows a hue of 49°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BBA33D is composed of 73% red, 64% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 67% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 37.60, x: 0.4465, and y: 0.4607.

Color Code #BBA33D

HEX
#BBA33D
RGB
rgb(187, 163, 61)
HSL
hsl(49, 51%, 49%)
HSV
hsv(49, 67%, 73%)
CMYK
0%, 13%, 67%, 27%
XYZ
X: 36.44, Y: 37.60, Z: 7.58
Lab
L: 67.72, a: 0.63, b: 54.10
Name

Shades of Color #BBA33D

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

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

About #BBA33D Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 51%, and a lightness of 49%. The HSV representation shows a hue of 49°, a saturation of 67%, and a value of 73%.

  • HEX: #BBA33D
  • RGB: rgb(187, 163, 61)
  • HSL: hsl(49, 51%, 49%)
  • HSV: hsv(49, 67%, 73%)
  • CMYK: 0.00% cyan, 13.00% magenta, 67.00% yellow, 27.00% black
  • XYZ: 36.44, 37.60, 7.58
  • Yxy: 37.60, 0.4465, 0.4607
  • Hunter Lab: 67.72, 0.63, 54.10
  • CIE-Lab: 67.72, 0.63, 54.10

In the XYZ color space, this color is represented as X: 36.44, Y: 37.60, Z: 7.58. The Yxy representation further refines this as Y: 37.60, x: 0.4465, and y: 0.4607.

In the Hunter Lab color space, this color is represented as L: 67.72, a: 0.63, and b: 54.10. Similarly, in the CIE-Lab color space, it is represented as L: 67.72, a: 0.63, and b: 54.10.

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

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

Analogous Colors of #BBA33D

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

Monochromatic Colors of #BBA33D

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

Complementary Color of #BBA33D

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

/* Using HEX */
body {
  background-color: #bba33d;
}
/* Using RGB */
body {
  background-color: rgb(187, 163, 61);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 163, 61, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 51%, 49%);
}
/* Text color */
p {
  color: #bba33d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bba33d;
}

HTML Examples of #BBA33D

<!-- Using HEX -->
<div style="background-color: #bba33d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 163, 61); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 163, 61, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(49, 51%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bba33d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bba33d; width: 100px; height: 100px;"></div>

Related Colors of #BBA33D

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