Color spaces of #bc502e
RGB | 188 | 80 | 46 |
---|---|---|---|
HSL | 0.04 | 0.61 | 0.46 |
HSV | 14° | 76° | 74° |
CMYK | 0.00 | 0.57 | 0.76 0.26 |
XYZ | 24.1008 | 16.6259 | 4.5236 |
Yxy | 16.6259 | 0.5326 | 0.3674 |
Hunter Lab | 40.7749 | 34.1500 | 21.9647 |
CIE-Lab | 47.7852 | 41.5352 | 40.7056 |
#bc502e color RGB value is (188,80,46).
#bc502e hex color red value is 188, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc502e hue: 0.04 , saturation: 0.61 and the lightness value of bc502e is 0.46.
The process color (four color CMYK) of #bc502e color hex is 0.00, 0.57, 0.76, 0.26. Web safe color of #bc502e is #cc6633. Color #bc502e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01010000 | 00101110 |
Octal | 274 | 120 | 56 |
Decimal | 188 | 80 | 46 |
Hex | BC | 50 | 2E |
Shades of #bc502e
Tints of #bc502e
RGB Percentages of Color #bc502e
CMYK Percentages of Color #bc502e
Complementary Color
#bc502e | #2e9abc |
#bc502e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc502e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc502e Color CSS Codes
.mybgcolor {background-color:#bc502e; } .myforecolor {color:#bc502e; } .mybordercolor {border:3px solid #bc502e; }
#bc502e Text Font Color
<p style="color:#bc502e">Text here</p>
This sample text font color is #bc502e
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.
#bc502e Background Color
<div style="background-color:#bc502e">
Div content here</div>
This div background color is #bc502e
#bc502e Border Color
<div style="border:3px solid #bc502e">
Div here</div>
This div border color is #bc502e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,80,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc502e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc502e; -webkit-box-shadow: 1px 1px 3px 2px #bc502e; box-shadow: 1px 1px 3px 2px #bc502e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,80,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc502e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc502e; -webkit-box-shadow: 1px 1px 3px 2px #bc502e; box-shadow: 1px 1px 3px 2px #bc502e;">
Div content here</div>
This div box has shadow with color #bc502e
Comments
No comments written yet.
Please login to write comment.