Color: #BE912C

#BE912C Color Information

#BE912C is a light color. The closest websafe version is #BE912C. A complement of this color would be #2D58BE, perceived brightness is 0.58, and the grayscale version is #757575.

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

In a RGB color space, #BE912C is composed of 75% red, 57% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 77% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 31.91, x: 0.4756, and y: 0.4501.

Color Code #BE912C

HEX
#BE912C
RGB
rgb(190, 145, 44)
HSL
hsl(42, 62%, 46%)
HSV
hsv(42, 77%, 75%)
CMYK
0%, 24%, 77%, 25%
XYZ
X: 33.72, Y: 31.91, Z: 5.27
Lab
L: 63.27, a: 10.59, b: 56.75
Name

Shades of Color #BE912C

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

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

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

  • HEX: #BE912C
  • RGB: rgb(190, 145, 44)
  • HSL: hsl(42, 62%, 46%)
  • HSV: hsv(42, 77%, 75%)
  • CMYK: 0.00% cyan, 24.00% magenta, 77.00% yellow, 25.00% black
  • XYZ: 33.72, 31.91, 5.27
  • Yxy: 31.91, 0.4756, 0.4501
  • Hunter Lab: 63.27, 10.59, 56.75
  • CIE-Lab: 63.27, 10.59, 56.75

In the XYZ color space, this color is represented as X: 33.72, Y: 31.91, Z: 5.27. The Yxy representation further refines this as Y: 31.91, x: 0.4756, and y: 0.4501.

In the Hunter Lab color space, this color is represented as L: 63.27, a: 10.59, and b: 56.75. Similarly, in the CIE-Lab color space, it is represented as L: 63.27, a: 10.59, and b: 56.75.

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

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

Analogous Colors of #BE912C

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

Monochromatic Colors of #BE912C

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

Complementary Color of #BE912C

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

/* Using HEX */
body {
  background-color: #be912c;
}
/* Using RGB */
body {
  background-color: rgb(190, 145, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 145, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 62%, 46%);
}
/* Text color */
p {
  color: #be912c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be912c;
}

HTML Examples of #BE912C

<!-- Using HEX -->
<div style="background-color: #be912c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 145, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 145, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(42, 62%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #be912c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #be912c; width: 100px; height: 100px;"></div>

Related Colors of #BE912C

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