Hex | bc5721 |
RGB | 188 , 87 , 32 |
RGB % | 61.2, 28.3, 10.4 |
HSL | 20.9, 70.1, 43.3 |
HSV | 20.9, 82.4, 73.7 |
CMYK | 0,137,210.2,67 |
XYZ | 0.244, 0.176, 0.036 |
xyY | 0.536, 0.386, 0.176 |
CIE-LAB | 0.49, 0.376, 0.482 |
CIE-LUV | 0.49, 0.819, 0.391 |
CIE-HCL | 52.074, 0.611, 0.49 |
Binary | 10111100,01010111,00100000 |
#bc5721 HTML/CSS Color Name is Fiery Orange / Pantone 167 C / Orange.
In a RGB color space, #bc5721 color RGB value is (Red:188,Green:87,Blue:32). it is composed of 61.2% red, 28.3% green and 10.4% blue. The process color (four color CMYK) of #bc5721 color hex is 0,137,210.2,67. HSL of color #bc5721 hue: 20.9 , saturation: 70.1 and the lightness value of bc5721 is 43.3. Mainly color is Orange. Reverse color is: #43a8df.
The color codes conversion takes 1.654006 milliseconds.
.bgcolor {background-color:#bc5721; .textcolor {color:#bc5721; } .bordercolor {border:3px solid #bc5721; }
<p style="color:#bc5721">Text here</p>
<p style="background-color:#bc5721;">Content here</p>
<div style="border:1px solid #bc5721;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #bc5721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc5721; -webkit-box-shadow: 1px 1px 3px 2px #bc5721; box-shadow: 1px 1px 3px 2px #bc5721; }
<p style="text-shadow: 4px 4px 2px #bc5721">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc5721; -webkit-box-shadow: 1px 1px 3px 2px #bc5721; box-shadow: 1px 1px 3px 2px #bc5721;">
Content here</div>