Color: #B99150

#B99150 Color Information

#B99150 is a light color. The closest websafe version is #B99150. A complement of this color would be #5078B9, perceived brightness is 0.59, and the grayscale version is #848484.

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

In a RGB color space, #B99150 is composed of 73% red, 57% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 57% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 31.58, x: 0.4491, and y: 0.4271.

Color Code #B99150

#B99150rgb(185, 145, 80)
HEX
#B99150
RGB
rgb(185, 145, 80)
HSL
hsl(37, 43%, 52%)
HSV
hsv(37, 57%, 73%)
CMYK
0%, 22%, 57%, 27%
XYZ
X: 33.21, Y: 31.58, Z: 9.15
Lab
L: 62.99, a: 9.98, b: 40.10
Name

Shades of Color #B99150

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

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

#B99150rgb(185, 145, 80)

About #B99150 Color Code

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

  • HEX: #B99150
  • RGB: rgb(185, 145, 80)
  • HSL: hsl(37, 43%, 52%)
  • HSV: hsv(37, 57%, 73%)
  • CMYK: 0.00% cyan, 22.00% magenta, 57.00% yellow, 27.00% black
  • XYZ: 33.21, 31.58, 9.15
  • Yxy: 31.58, 0.4491, 0.4271
  • Hunter Lab: 62.99, 9.98, 40.10
  • CIE-Lab: 62.99, 9.98, 40.10

In the XYZ color space, this color is represented as X: 33.21, Y: 31.58, Z: 9.15. The Yxy representation further refines this as Y: 31.58, x: 0.4491, and y: 0.4271.

In the Hunter Lab color space, this color is represented as L: 62.99, a: 9.98, and b: 40.10. Similarly, in the CIE-Lab color space, it is represented as L: 62.99, a: 9.98, and b: 40.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 #B99150

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

Analogous Colors of #B99150

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

Split Complementary Colors of #B99150

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

Tetradic Colors of #B99150

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

Monochromatic Colors of #B99150

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

Complementary Color of #B99150

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

/* Using HEX */
body {
  background-color: #b99150;
}
/* Using RGB */
body {
  background-color: rgb(185, 145, 80);
}
/* Using RGB with opacity */
body {
  background-color: rgba(185, 145, 80, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 43%, 52%);
}
/* Text color */
p {
  color: #b99150;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b99150;
}
/* Border color */
.box {
  border: 4px solid #b99150;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b99150;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b99150;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B99150
On Black Background
#B99150
On White Background
#B99150

HTML Examples of #B99150

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

Related Colors of #B99150

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