Color: #BE795C
#BE795C Color Information
#BE795C is a light color. The closest websafe version is #BE795C. A complement of this color would be #5BA0BE, perceived brightness is 0.54, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 18°,a saturation of 43%, and a lightness of 55%.The HSV representation shows a hue of 18°, a saturation of 52%, and a value of 75%.
In a RGB color space, #BE795C is composed of 75% red, 47% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 52% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 25.81, x: 0.4653, and y: 0.3831.
Color Code #BE795C
Shades of Color #BE795C
Shades are created by darkening the original color #BE795C 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 #BE795C
Tints are created by lightening the original color #BE795C 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 #BE795C Color Code
In the HSL color space, this color has a hue angle of 18°, a saturation of 43%, and a lightness of 55%. The HSV representation shows a hue of 18°, a saturation of 52%, and a value of 75%.
- HEX: #BE795C
- RGB: rgb(190, 121, 92)
- HSL: hsl(18, 43%, 55%)
- HSV: hsv(18, 52%, 75%)
- CMYK: 0.00% cyan, 36.00% magenta, 52.00% yellow, 25.00% black
- XYZ: 31.35, 25.81, 10.22
- Yxy: 25.81, 0.4653, 0.3831
- Hunter Lab: 57.86, 25.45, 27.66
- CIE-Lab: 57.86, 25.45, 27.66
In the XYZ color space, this color is represented as X: 31.35, Y: 25.81, Z: 10.22. The Yxy representation further refines this as Y: 25.81, x: 0.4653, and y: 0.3831.
In the Hunter Lab color space, this color is represented as L: 57.86, a: 25.45, and b: 27.66. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 25.45, and b: 27.66.
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 #BE795C
Triadic colors are three colors evenly spaced around the color wheel, including #BE795C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BE795C
Monochromatic colors are variations of #BE795C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BE795C
The complementary color of #BE795C 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 #BE795C
/* Using HEX */ body { background-color: #be795c; }
/* Using RGB */ body { background-color: rgb(190, 121, 92); }
/* Using RGB with opacity */ body { background-color: rgba(190, 121, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(18, 43%, 55%); }
/* Text color */ p { color: #be795c; }
/* Box shadow */ div { box-shadow: 4px 4px #be795c; }
/* Border color */ .box { border: 4px solid #be795c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #be795c; }
/* Background with text */ div { background: #be795c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BE795C
<!-- Using HEX --> <div style="background-color: #be795c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 121, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 121, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(18, 43%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #be795c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #be795c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #be795c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #be795c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #be795c; color: #fff; padding: 16px; border-radius: 8px;"> #BE795C </div>
Related Colors of #BE795C
These colors are similar to #BE795C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.