Color: #BA542F

#BA542F Color Information

#BA542F is a dark color. The closest websafe version is #BA542F. A complement of this color would be #2F96BC, perceived brightness is 0.43, and the grayscale version is #747474.

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

In a RGB color space, #BA542F is composed of 73% red, 33% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 75% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 17.45, x: 0.5454, and y: 0.3772.

Color Code #BA542F

HEX
#BA542F
RGB
rgb(186, 84, 47)
HSL
hsl(16, 60%, 46%)
HSV
hsv(16, 75%, 73%)
CMYK
0%, 55%, 75%, 27%
XYZ
X: 25.23, Y: 17.45, Z: 3.58
Lab
L: 48.83, a: 40.39, b: 41.53
Name

Shades of Color #BA542F

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

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

In the HSL color space, this color has a hue angle of 16°, a saturation of 60%, and a lightness of 46%. The HSV representation shows a hue of 16°, a saturation of 75%, and a value of 73%.

  • HEX: #BA542F
  • RGB: rgb(186, 84, 47)
  • HSL: hsl(16, 60%, 46%)
  • HSV: hsv(16, 75%, 73%)
  • CMYK: 0.00% cyan, 55.00% magenta, 75.00% yellow, 27.00% black
  • XYZ: 25.23, 17.45, 3.58
  • Yxy: 17.45, 0.5454, 0.3772
  • Hunter Lab: 48.83, 40.39, 41.53
  • CIE-Lab: 48.83, 40.39, 41.53

In the XYZ color space, this color is represented as X: 25.23, Y: 17.45, Z: 3.58. The Yxy representation further refines this as Y: 17.45, x: 0.5454, and y: 0.3772.

In the Hunter Lab color space, this color is represented as L: 48.83, a: 40.39, and b: 41.53. Similarly, in the CIE-Lab color space, it is represented as L: 48.83, a: 40.39, and b: 41.53.

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

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

Analogous Colors of #BA542F

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

Monochromatic Colors of #BA542F

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

Complementary Color of #BA542F

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

/* Using HEX */
body {
  background-color: #ba542f;
}
/* Using RGB */
body {
  background-color: rgb(186, 84, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 84, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(16, 60%, 46%);
}
/* Text color */
p {
  color: #ba542f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ba542f;
}

HTML Examples of #BA542F

<!-- Using HEX -->
<div style="background-color: #ba542f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 84, 47); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 84, 47, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(16, 60%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ba542f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ba542f; width: 100px; height: 100px;"></div>

Related Colors of #BA542F

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