Color: #B2713D

#B2713D Color Information

#B2713D is a dark color. The closest websafe version is #B2713D. A complement of this color would be #3D7EB3, perceived brightness is 0.50, and the grayscale version is #777777.

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

In a RGB color space, #B2713D is composed of 70% red, 44% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 66% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 22.03, x: 0.4894, and y: 0.4077.

Color Code #B2713D

HEX
#B2713D
RGB
rgb(178, 113, 61)
HSL
hsl(27, 49%, 47%)
HSV
hsv(27, 66%, 70%)
CMYK
0%, 37%, 66%, 30%
XYZ
X: 26.44, Y: 22.03, Z: 5.56
Lab
L: 54.06, a: 22.88, b: 39.42
Name

Shades of Color #B2713D

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

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

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

  • HEX: #B2713D
  • RGB: rgb(178, 113, 61)
  • HSL: hsl(27, 49%, 47%)
  • HSV: hsv(27, 66%, 70%)
  • CMYK: 0.00% cyan, 37.00% magenta, 66.00% yellow, 30.00% black
  • XYZ: 26.44, 22.03, 5.56
  • Yxy: 22.03, 0.4894, 0.4077
  • Hunter Lab: 54.06, 22.88, 39.42
  • CIE-Lab: 54.06, 22.88, 39.42

In the XYZ color space, this color is represented as X: 26.44, Y: 22.03, Z: 5.56. The Yxy representation further refines this as Y: 22.03, x: 0.4894, and y: 0.4077.

In the Hunter Lab color space, this color is represented as L: 54.06, a: 22.88, and b: 39.42. Similarly, in the CIE-Lab color space, it is represented as L: 54.06, a: 22.88, and b: 39.42.

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

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

Analogous Colors of #B2713D

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

Monochromatic Colors of #B2713D

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

Complementary Color of #B2713D

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

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

HTML Examples of #B2713D

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

Related Colors of #B2713D

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