Color: #B0926F

#B0926F Color Information

#B0926F is a light color. The closest websafe version is #B0926F. A complement of this color would be #6E8DAF, perceived brightness is 0.59, and the grayscale version is #909090.

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

In a RGB color space, #B0926F is composed of 69% red, 57% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 37% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 31.23, x: 0.4125, and y: 0.3991.

Color Code #B0926F

HEX
#B0926F
RGB
rgb(176, 146, 111)
HSL
hsl(32, 29%, 56%)
HSV
hsv(32, 37%, 69%)
CMYK
0%, 17%, 37%, 31%
XYZ
X: 32.28, Y: 31.23, Z: 14.75
Lab
L: 62.70, a: 7.93, b: 23.03
Name

Shades of Color #B0926F

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

Tints are created by lightening the original color #B0926F 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 #B0926F Color Code

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

  • HEX: #B0926F
  • RGB: rgb(176, 146, 111)
  • HSL: hsl(32, 29%, 56%)
  • HSV: hsv(32, 37%, 69%)
  • CMYK: 0.00% cyan, 17.00% magenta, 37.00% yellow, 31.00% black
  • XYZ: 32.28, 31.23, 14.75
  • Yxy: 31.23, 0.4125, 0.3991
  • Hunter Lab: 62.70, 7.93, 23.03
  • CIE-Lab: 62.70, 7.93, 23.03

In the XYZ color space, this color is represented as X: 32.28, Y: 31.23, Z: 14.75. The Yxy representation further refines this as Y: 31.23, x: 0.4125, and y: 0.3991.

In the Hunter Lab color space, this color is represented as L: 62.70, a: 7.93, and b: 23.03. Similarly, in the CIE-Lab color space, it is represented as L: 62.70, a: 7.93, and b: 23.03.

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

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

Analogous Colors of #B0926F

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

Monochromatic Colors of #B0926F

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

Complementary Color of #B0926F

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

/* Using HEX */
body {
  background-color: #b0926f;
}
/* Using RGB */
body {
  background-color: rgb(176, 146, 111);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 146, 111, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 29%, 56%);
}
/* Text color */
p {
  color: #b0926f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b0926f;
}

HTML Examples of #B0926F

<!-- Using HEX -->
<div style="background-color: #b0926f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 146, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 146, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 29%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b0926f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b0926f; width: 100px; height: 100px;"></div>

Related Colors of #B0926F

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