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