Color: #BC4F1E
#BC4F1E Color Information
#BC4F1E is a dark color. The closest websafe version is #BC4F1E. A complement of this color would be #1F8BBD, perceived brightness is 0.42, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 19°,a saturation of 72%, and a lightness of 43%.The HSV representation shows a hue of 19°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BC4F1E is composed of 74% red, 31% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 84% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 16.87, x: 0.5661, and y: 0.3800.
Color Code #BC4F1E
Shades of Color #BC4F1E
Shades are created by darkening the original color #BC4F1E 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 #BC4F1E
Tints are created by lightening the original color #BC4F1E 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 #BC4F1E Color Code
In the HSL color space, this color has a hue angle of 19°, a saturation of 72%, and a lightness of 43%. The HSV representation shows a hue of 19°, a saturation of 84%, and a value of 74%.
- HEX: #BC4F1E
- RGB: rgb(188, 79, 30)
- HSL: hsl(19, 72%, 43%)
- HSV: hsv(19, 84%, 74%)
- CMYK: 0.00% cyan, 58.00% magenta, 84.00% yellow, 26.00% black
- XYZ: 25.13, 16.87, 2.39
- Yxy: 16.87, 0.5661, 0.3800
- Hunter Lab: 48.10, 43.07, 49.12
- CIE-Lab: 48.10, 43.07, 49.12
In the XYZ color space, this color is represented as X: 25.13, Y: 16.87, Z: 2.39. The Yxy representation further refines this as Y: 16.87, x: 0.5661, and y: 0.3800.
In the Hunter Lab color space, this color is represented as L: 48.10, a: 43.07, and b: 49.12. Similarly, in the CIE-Lab color space, it is represented as L: 48.10, a: 43.07, and b: 49.12.
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 #BC4F1E
Triadic colors are three colors evenly spaced around the color wheel, including #BC4F1E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BC4F1E
Monochromatic colors are variations of #BC4F1E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BC4F1E
The complementary color of #BC4F1E 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 #BC4F1E
/* Using HEX */ body { background-color: #bc4f1e; }
/* Using RGB */ body { background-color: rgb(188, 79, 30); }
/* Using RGB with opacity */ body { background-color: rgba(188, 79, 30, 0.5); }
/* Using HSL */ body { background-color: hsl(19, 72%, 43%); }
/* Text color */ p { color: #bc4f1e; }
/* Box shadow */ div { box-shadow: 4px 4px #bc4f1e; }
HTML Examples of #BC4F1E
<!-- Using HEX --> <div style="background-color: #bc4f1e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 79, 30); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 79, 30, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(19, 72%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bc4f1e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bc4f1e; width: 100px; height: 100px;"></div>
Related Colors of #BC4F1E
These colors are similar to #BC4F1E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.