Color: #BE5444
#BE5444 Color Information
#BE5444 is a dark color. The closest websafe version is #BE5444. A complement of this color would be #46AEBE, perceived brightness is 0.45, and the grayscale version is #818181.
In the HSL color space, this color has a hue angle of 8°,a saturation of 48%, and a lightness of 51%.The HSV representation shows a hue of 8°, a saturation of 64%, and a value of 75%.
In a RGB color space, #BE5444 is composed of 75% red, 33% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 64% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 18.16, x: 0.5280, and y: 0.3591.
Color Code #BE5444
Shades of Color #BE5444
Shades are created by darkening the original color #BE5444 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 #BE5444
Tints are created by lightening the original color #BE5444 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 #BE5444 Color Code
In the HSL color space, this color has a hue angle of 8°, a saturation of 48%, and a lightness of 51%. The HSV representation shows a hue of 8°, a saturation of 64%, and a value of 75%.
- HEX: #BE5444
- RGB: rgb(190, 84, 68)
- HSL: hsl(8, 48%, 51%)
- HSV: hsv(8, 64%, 75%)
- CMYK: 0.00% cyan, 56.00% magenta, 64.00% yellow, 25.00% black
- XYZ: 26.70, 18.16, 5.71
- Yxy: 18.16, 0.5280, 0.3591
- Hunter Lab: 49.69, 42.72, 31.17
- CIE-Lab: 49.69, 42.72, 31.17
In the XYZ color space, this color is represented as X: 26.70, Y: 18.16, Z: 5.71. The Yxy representation further refines this as Y: 18.16, x: 0.5280, and y: 0.3591.
In the Hunter Lab color space, this color is represented as L: 49.69, a: 42.72, and b: 31.17. Similarly, in the CIE-Lab color space, it is represented as L: 49.69, a: 42.72, and b: 31.17.
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 #BE5444
Triadic colors are three colors evenly spaced around the color wheel, including #BE5444. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BE5444
Split complementary colors are two colors adjacent to the complementary color of #BE5444. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BE5444
Monochromatic colors are variations of #BE5444, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BE5444
The complementary color of #BE5444 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 #BE5444
/* Using HEX */ body { background-color: #be5444; }
/* Using RGB */ body { background-color: rgb(190, 84, 68); }
/* Using RGB with opacity */ body { background-color: rgba(190, 84, 68, 0.5); }
/* Using HSL */ body { background-color: hsl(8, 48%, 51%); }
/* Text color */ p { color: #be5444; }
/* Box shadow */ div { box-shadow: 4px 4px #be5444; }
/* Border color */ .box { border: 4px solid #be5444; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #be5444; }
/* Background with text */ div { background: #be5444; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BE5444
<!-- Using HEX --> <div style="background-color: #be5444; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 84, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 84, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(8, 48%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #be5444;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #be5444; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #be5444; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #be5444;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #be5444; color: #fff; padding: 16px; border-radius: 8px;"> #BE5444 </div>
Related Colors of #BE5444
These colors are similar to #BE5444, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.