Color: #B18F68

#B18F68 Color Information

#B18F68 is a light color. The closest websafe version is #B18F68. A complement of this color would be #688AB1, perceived brightness is 0.58, and the grayscale version is #8C8C8C.

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

In a RGB color space, #B18F68 is composed of 69% red, 56% green and 41% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 41% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 30.31, x: 0.4219, and y: 0.4030.

Color Code #B18F68

#B18F68rgb(177, 143, 104)
HEX
#B18F68
RGB
rgb(177, 143, 104)
HSL
hsl(32, 32%, 55%)
HSV
hsv(32, 41%, 69%)
CMYK
0%, 19%, 41%, 31%
XYZ
X: 31.73, Y: 30.31, Z: 13.17
Lab
L: 61.92, a: 9.32, b: 25.88
Name

Shades of Color #B18F68

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

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

#B18F68rgb(177, 143, 104)

About #B18F68 Color Code

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

  • HEX: #B18F68
  • RGB: rgb(177, 143, 104)
  • HSL: hsl(32, 32%, 55%)
  • HSV: hsv(32, 41%, 69%)
  • CMYK: 0.00% cyan, 19.00% magenta, 41.00% yellow, 31.00% black
  • XYZ: 31.73, 30.31, 13.17
  • Yxy: 30.31, 0.4219, 0.4030
  • Hunter Lab: 61.92, 9.32, 25.88
  • CIE-Lab: 61.92, 9.32, 25.88

In the XYZ color space, this color is represented as X: 31.73, Y: 30.31, Z: 13.17. The Yxy representation further refines this as Y: 30.31, x: 0.4219, and y: 0.4030.

In the Hunter Lab color space, this color is represented as L: 61.92, a: 9.32, and b: 25.88. Similarly, in the CIE-Lab color space, it is represented as L: 61.92, a: 9.32, and b: 25.88.

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

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

Analogous Colors of #B18F68

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

Monochromatic Colors of #B18F68

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

Complementary Color of #B18F68

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

/* Using HEX */
body {
  background-color: #b18f68;
}
/* Using RGB */
body {
  background-color: rgb(177, 143, 104);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 143, 104, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 32%, 55%);
}
/* Text color */
p {
  color: #b18f68;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b18f68;
}
/* Border color */
.box {
  border: 4px solid #b18f68;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b18f68;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b18f68;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B18F68
On Black Background
#B18F68
On White Background
#B18F68

HTML Examples of #B18F68

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

Related Colors of #B18F68

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