Color: #BE521F

#BE521F Color Information

#BE521F is a dark color. The closest websafe version is #BE521F. A complement of this color would be #1F8BBD, perceived brightness is 0.43, and the grayscale version is #6E6E6E.

In the HSL color space, this color has a hue angle of 19°,a saturation of 72%, and a lightness of 43%.The HSV representation shows a hue of 19°, a saturation of 84%, and a value of 75%.

In a RGB color space, #BE521F is composed of 75% red, 32% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 84% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 17.59, x: 0.5629, and y: 0.3823.

Color Code #BE521F

#BE521Frgb(190, 82, 31)
HEX
#BE521F
RGB
rgb(190, 82, 31)
HSL
hsl(19, 72%, 43%)
HSV
hsv(19, 84%, 75%)
CMYK
0%, 57%, 84%, 25%
XYZ
X: 25.90, Y: 17.59, Z: 2.52
Lab
L: 48.99, a: 42.46, b: 49.58
Name

Shades of Color #BE521F

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

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

#BE521Frgb(190, 82, 31)

About #BE521F Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 72%, and a lightness of 43%. The HSV representation shows a hue of 19°, a saturation of 84%, and a value of 75%.

  • HEX: #BE521F
  • RGB: rgb(190, 82, 31)
  • HSL: hsl(19, 72%, 43%)
  • HSV: hsv(19, 84%, 75%)
  • CMYK: 0.00% cyan, 57.00% magenta, 84.00% yellow, 25.00% black
  • XYZ: 25.90, 17.59, 2.52
  • Yxy: 17.59, 0.5629, 0.3823
  • Hunter Lab: 48.99, 42.46, 49.58
  • CIE-Lab: 48.99, 42.46, 49.58

In the XYZ color space, this color is represented as X: 25.90, Y: 17.59, Z: 2.52. The Yxy representation further refines this as Y: 17.59, x: 0.5629, and y: 0.3823.

In the Hunter Lab color space, this color is represented as L: 48.99, a: 42.46, and b: 49.58. Similarly, in the CIE-Lab color space, it is represented as L: 48.99, a: 42.46, and b: 49.58.

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

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

Analogous Colors of #BE521F

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

Split Complementary Colors of #BE521F

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

Tetradic Colors of #BE521F

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

Monochromatic Colors of #BE521F

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

Complementary Color of #BE521F

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

/* Using HEX */
body {
  background-color: #be521f;
}
/* Using RGB */
body {
  background-color: rgb(190, 82, 31);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 82, 31, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 72%, 43%);
}
/* Text color */
p {
  color: #be521f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be521f;
}
/* Border color */
.box {
  border: 4px solid #be521f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be521f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be521f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE521F
On Black Background
#BE521F
On White Background
#BE521F

HTML Examples of #BE521F

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

Related Colors of #BE521F

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