Color: #B2946C

#B2946C Color Information

#B2946C is a light color. The closest websafe version is #B2946C. A complement of this color would be #6C8AB2, perceived brightness is 0.60, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 34°,a saturation of 31%, and a lightness of 56%.The HSV representation shows a hue of 34°, a saturation of 39%, and a value of 70%.

In a RGB color space, #B2946C is composed of 70% red, 58% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 39% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 32.04, x: 0.4161, and y: 0.4045.

Color Code #B2946C

#B2946Crgb(178, 148, 108)
HEX
#B2946C
RGB
rgb(178, 148, 108)
HSL
hsl(34, 31%, 56%)
HSV
hsv(34, 39%, 70%)
CMYK
0%, 17%, 39%, 30%
XYZ
X: 32.96, Y: 32.04, Z: 14.21
Lab
L: 63.38, a: 7.46, b: 25.60
Name

Shades of Color #B2946C

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

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

#B2946Crgb(178, 148, 108)

About #B2946C Color Code

In the HSL color space, this color has a hue angle of 34°, a saturation of 31%, and a lightness of 56%. The HSV representation shows a hue of 34°, a saturation of 39%, and a value of 70%.

  • HEX: #B2946C
  • RGB: rgb(178, 148, 108)
  • HSL: hsl(34, 31%, 56%)
  • HSV: hsv(34, 39%, 70%)
  • CMYK: 0.00% cyan, 17.00% magenta, 39.00% yellow, 30.00% black
  • XYZ: 32.96, 32.04, 14.21
  • Yxy: 32.04, 0.4161, 0.4045
  • Hunter Lab: 63.38, 7.46, 25.60
  • CIE-Lab: 63.38, 7.46, 25.60

In the XYZ color space, this color is represented as X: 32.96, Y: 32.04, Z: 14.21. The Yxy representation further refines this as Y: 32.04, x: 0.4161, and y: 0.4045.

In the Hunter Lab color space, this color is represented as L: 63.38, a: 7.46, and b: 25.60. Similarly, in the CIE-Lab color space, it is represented as L: 63.38, a: 7.46, and b: 25.60.

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

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

Analogous Colors of #B2946C

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

Split Complementary Colors of #B2946C

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

Tetradic Colors of #B2946C

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

Monochromatic Colors of #B2946C

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

Complementary Color of #B2946C

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

/* Using HEX */
body {
  background-color: #b2946c;
}
/* Using RGB */
body {
  background-color: rgb(178, 148, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 148, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(34, 31%, 56%);
}
/* Text color */
p {
  color: #b2946c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2946c;
}
/* Border color */
.box {
  border: 4px solid #b2946c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b2946c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b2946c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B2946C
On Black Background
#B2946C
On White Background
#B2946C

HTML Examples of #B2946C

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

Related Colors of #B2946C

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