Color: #B07344
#B07344 Color Information
#B07344 is a light color. The closest websafe version is #B07344. A complement of this color would be #4582B0, perceived brightness is 0.50, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 26°,a saturation of 44%, and a lightness of 48%.The HSV representation shows a hue of 26°, a saturation of 61%, and a value of 69%.
In a RGB color space, #B07344 is composed of 69% red, 45% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 61% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 22.30, x: 0.4788, and y: 0.4050.
Color Code #B07344
Shades of Color #B07344
Shades are created by darkening the original color #B07344 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 #B07344
Tints are created by lightening the original color #B07344 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 #B07344 Color Code
In the HSL color space, this color has a hue angle of 26°, a saturation of 44%, and a lightness of 48%. The HSV representation shows a hue of 26°, a saturation of 61%, and a value of 69%.
- HEX: #B07344
- RGB: rgb(176, 115, 68)
- HSL: hsl(26, 44%, 48%)
- HSV: hsv(26, 61%, 69%)
- CMYK: 0.00% cyan, 35.00% magenta, 61.00% yellow, 31.00% black
- XYZ: 26.36, 22.30, 6.40
- Yxy: 22.30, 0.4788, 0.4050
- Hunter Lab: 54.34, 21.30, 36.00
- CIE-Lab: 54.34, 21.30, 36.00
In the XYZ color space, this color is represented as X: 26.36, Y: 22.30, Z: 6.40. The Yxy representation further refines this as Y: 22.30, x: 0.4788, and y: 0.4050.
In the Hunter Lab color space, this color is represented as L: 54.34, a: 21.30, and b: 36.00. Similarly, in the CIE-Lab color space, it is represented as L: 54.34, a: 21.30, and b: 36.00.
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 #B07344
Triadic colors are three colors evenly spaced around the color wheel, including #B07344. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B07344
Split complementary colors are two colors adjacent to the complementary color of #B07344. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B07344
Monochromatic colors are variations of #B07344, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B07344
The complementary color of #B07344 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 #B07344
/* Using HEX */ body { background-color: #b07344; }
/* Using RGB */ body { background-color: rgb(176, 115, 68); }
/* Using RGB with opacity */ body { background-color: rgba(176, 115, 68, 0.5); }
/* Using HSL */ body { background-color: hsl(26, 44%, 48%); }
/* Text color */ p { color: #b07344; }
/* Box shadow */ div { box-shadow: 4px 4px #b07344; }
/* Border color */ .box { border: 4px solid #b07344; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b07344; }
/* Background with text */ div { background: #b07344; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B07344
<!-- Using HEX --> <div style="background-color: #b07344; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 115, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 115, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(26, 44%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b07344;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b07344; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b07344; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b07344;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b07344; color: #fff; padding: 16px; border-radius: 8px;"> #B07344 </div>
Related Colors of #B07344
These colors are similar to #B07344, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.