Color: #B48950
#B48950 Color Information
#B48950 is a light color. The closest websafe version is #B48950. A complement of this color would be #507BB4, perceived brightness is 0.56, and the grayscale version is #828282.
In the HSL color space, this color has a hue angle of 34°,a saturation of 40%, and a lightness of 51%.The HSV representation shows a hue of 34°, a saturation of 56%, and a value of 71%.
In a RGB color space, #B48950 is composed of 71% red, 54% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 56% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 28.57, x: 0.4509, and y: 0.4199.
Color Code #B48950
Shades of Color #B48950
Shades are created by darkening the original color #B48950 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 #B48950
Tints are created by lightening the original color #B48950 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 #B48950 Color Code
In the HSL color space, this color has a hue angle of 34°, a saturation of 40%, and a lightness of 51%. The HSV representation shows a hue of 34°, a saturation of 56%, and a value of 71%.
- HEX: #B48950
- RGB: rgb(180, 137, 80)
- HSL: hsl(34, 40%, 51%)
- HSV: hsv(34, 56%, 71%)
- CMYK: 0.00% cyan, 24.00% magenta, 56.00% yellow, 29.00% black
- XYZ: 30.68, 28.57, 8.79
- Yxy: 28.57, 0.4509, 0.4199
- Hunter Lab: 60.40, 12.03, 36.91
- CIE-Lab: 60.40, 12.03, 36.91
In the XYZ color space, this color is represented as X: 30.68, Y: 28.57, Z: 8.79. The Yxy representation further refines this as Y: 28.57, x: 0.4509, and y: 0.4199.
In the Hunter Lab color space, this color is represented as L: 60.40, a: 12.03, and b: 36.91. Similarly, in the CIE-Lab color space, it is represented as L: 60.40, a: 12.03, and b: 36.91.
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 #B48950
Triadic colors are three colors evenly spaced around the color wheel, including #B48950. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B48950
Split complementary colors are two colors adjacent to the complementary color of #B48950. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B48950
Monochromatic colors are variations of #B48950, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B48950
The complementary color of #B48950 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 #B48950
/* Using HEX */ body { background-color: #b48950; }
/* Using RGB */ body { background-color: rgb(180, 137, 80); }
/* Using RGB with opacity */ body { background-color: rgba(180, 137, 80, 0.5); }
/* Using HSL */ body { background-color: hsl(34, 40%, 51%); }
/* Text color */ p { color: #b48950; }
/* Box shadow */ div { box-shadow: 4px 4px #b48950; }
/* Border color */ .box { border: 4px solid #b48950; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b48950; }
/* Background with text */ div { background: #b48950; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B48950
<!-- Using HEX --> <div style="background-color: #b48950; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(180, 137, 80); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(180, 137, 80, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(34, 40%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b48950;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b48950; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b48950; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b48950;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b48950; color: #fff; padding: 16px; border-radius: 8px;"> #B48950 </div>
Related Colors of #B48950
These colors are similar to #B48950, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.