Color spaces of #bc582c
RGB | 188 | 88 | 44 |
---|---|---|---|
HSL | 0.05 | 0.62 | 0.45 |
HSV | 18° | 77° | 74° |
CMYK | 0.00 | 0.53 | 0.77 0.26 |
XYZ | 24.6834 | 17.8527 | 4.5278 |
Yxy | 17.8527 | 0.5245 | 0.3793 |
Hunter Lab | 42.2525 | 30.3359 | 23.2232 |
CIE-Lab | 49.3170 | 37.4625 | 43.3252 |
#bc582c color RGB value is (188,88,44).
#bc582c hex color red value is 188, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc582c hue: 0.05 , saturation: 0.62 and the lightness value of bc582c is 0.45.
The process color (four color CMYK) of #bc582c color hex is 0.00, 0.53, 0.77, 0.26. Web safe color of #bc582c is #cc6633. Color #bc582c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01011000 | 00101100 |
Octal | 274 | 130 | 54 |
Decimal | 188 | 88 | 44 |
Hex | BC | 58 | 2C |
Shades of #bc582c
Tints of #bc582c
RGB Percentages of Color #bc582c
CMYK Percentages of Color #bc582c
Complementary Color
#bc582c | #2c90bc |
#bc582c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc582c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc582c Color CSS Codes
.mybgcolor {background-color:#bc582c; } .myforecolor {color:#bc582c; } .mybordercolor {border:3px solid #bc582c; }
#bc582c Text Font Color
<p style="color:#bc582c">Text here</p>
This sample text font color is #bc582c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bc582c Background Color
<div style="background-color:#bc582c">
Div content here</div>
This div background color is #bc582c
#bc582c Border Color
<div style="border:3px solid #bc582c">
Div here</div>
This div border color is #bc582c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,88,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc582c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc582c; -webkit-box-shadow: 1px 1px 3px 2px #bc582c; box-shadow: 1px 1px 3px 2px #bc582c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,88,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc582c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc582c; -webkit-box-shadow: 1px 1px 3px 2px #bc582c; box-shadow: 1px 1px 3px 2px #bc582c;">
Div content here</div>
This div box has shadow with color #bc582c
Comments
No comments written yet.
Please login to write comment.