Color: #BB720C
#BB720C Color Information
#BB720C is a dark color. The closest websafe version is #BB720C. A complement of this color would be #0C55BB, perceived brightness is 0.49, and the grayscale version is #646464.
In the HSL color space, this color has a hue angle of 35°,a saturation of 88%, and a lightness of 39%.The HSV representation shows a hue of 35°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BB720C is composed of 73% red, 45% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 39% magenta, 94% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 23.14, x: 0.5229, and y: 0.4291.
Color Code #BB720C
Shades of Color #BB720C
Shades are created by darkening the original color #BB720C 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 #BB720C
Tints are created by lightening the original color #BB720C 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 #BB720C Color Code
In the HSL color space, this color has a hue angle of 35°, a saturation of 88%, and a lightness of 39%. The HSV representation shows a hue of 35°, a saturation of 94%, and a value of 73%.
- HEX: #BB720C
- RGB: rgb(187, 114, 12)
- HSL: hsl(35, 88%, 39%)
- HSV: hsv(35, 94%, 73%)
- CMYK: 0.00% cyan, 39.00% magenta, 94.00% yellow, 27.00% black
- XYZ: 28.20, 23.14, 2.59
- Yxy: 23.14, 0.5229, 0.4291
- Hunter Lab: 55.22, 24.92, 59.71
- CIE-Lab: 55.22, 24.92, 59.71
In the XYZ color space, this color is represented as X: 28.20, Y: 23.14, Z: 2.59. The Yxy representation further refines this as Y: 23.14, x: 0.5229, and y: 0.4291.
In the Hunter Lab color space, this color is represented as L: 55.22, a: 24.92, and b: 59.71. Similarly, in the CIE-Lab color space, it is represented as L: 55.22, a: 24.92, and b: 59.71.
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 #BB720C
Triadic colors are three colors evenly spaced around the color wheel, including #BB720C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BB720C
Monochromatic colors are variations of #BB720C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BB720C
The complementary color of #BB720C 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 #BB720C
/* Using HEX */ body { background-color: #bb720c; }
/* Using RGB */ body { background-color: rgb(187, 114, 12); }
/* Using RGB with opacity */ body { background-color: rgba(187, 114, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(35, 88%, 39%); }
/* Text color */ p { color: #bb720c; }
/* Box shadow */ div { box-shadow: 4px 4px #bb720c; }
HTML Examples of #BB720C
<!-- Using HEX --> <div style="background-color: #bb720c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 114, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 114, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(35, 88%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bb720c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bb720c; width: 100px; height: 100px;"></div>
Related Colors of #BB720C
These colors are similar to #BB720C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.