Color: #B44616

#B44616 Color Information

#B44616 is a dark color. The closest websafe version is #B44616. A complement of this color would be #1686B6, perceived brightness is 0.38, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 18°,a saturation of 78%, and a lightness of 40%.The HSV representation shows a hue of 18°, a saturation of 88%, and a value of 71%.

In a RGB color space, #B44616 is composed of 71% red, 27% green and 9% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 88% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 14.59, x: 0.5773, and y: 0.3763.

Color Code #B44616

#B44616rgb(180, 70, 22)
HEX
#B44616
RGB
rgb(180, 70, 22)
HSL
hsl(18, 78%, 40%)
HSV
hsv(18, 88%, 71%)
CMYK
0%, 61%, 88%, 29%
XYZ
X: 22.38, Y: 14.59, Z: 1.80
Lab
L: 45.07, a: 44.01, b: 49.38
Name

Shades of Color #B44616

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

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

#B44616rgb(180, 70, 22)

About #B44616 Color Code

In the HSL color space, this color has a hue angle of 18°, a saturation of 78%, and a lightness of 40%. The HSV representation shows a hue of 18°, a saturation of 88%, and a value of 71%.

  • HEX: #B44616
  • RGB: rgb(180, 70, 22)
  • HSL: hsl(18, 78%, 40%)
  • HSV: hsv(18, 88%, 71%)
  • CMYK: 0.00% cyan, 61.00% magenta, 88.00% yellow, 29.00% black
  • XYZ: 22.38, 14.59, 1.80
  • Yxy: 14.59, 0.5773, 0.3763
  • Hunter Lab: 45.07, 44.01, 49.38
  • CIE-Lab: 45.07, 44.01, 49.38

In the XYZ color space, this color is represented as X: 22.38, Y: 14.59, Z: 1.80. The Yxy representation further refines this as Y: 14.59, x: 0.5773, and y: 0.3763.

In the Hunter Lab color space, this color is represented as L: 45.07, a: 44.01, and b: 49.38. Similarly, in the CIE-Lab color space, it is represented as L: 45.07, a: 44.01, and b: 49.38.

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

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

Analogous Colors of #B44616

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

Split Complementary Colors of #B44616

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

Tetradic Colors of #B44616

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

Monochromatic Colors of #B44616

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

Complementary Color of #B44616

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

/* Using HEX */
body {
  background-color: #b44616;
}
/* Using RGB */
body {
  background-color: rgb(180, 70, 22);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 70, 22, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(18, 78%, 40%);
}
/* Text color */
p {
  color: #b44616;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b44616;
}
/* Border color */
.box {
  border: 4px solid #b44616;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b44616;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b44616;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B44616
On Black Background
#B44616
On White Background
#B44616

HTML Examples of #B44616

<!-- Using HEX -->
<div style="background-color: #b44616; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(180, 70, 22); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(180, 70, 22, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(18, 78%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b44616;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b44616; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b44616; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b44616;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b44616; color: #fff; padding: 16px; border-radius: 8px;">
  #B44616
</div>
#B44616
On Black Background
#B44616
On White Background
#B44616

Related Colors of #B44616

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