Color spaces of #bc635e
RGB | 188 | 99 | 94 |
---|---|---|---|
HSL | 0.01 | 0.41 | 0.55 |
HSV | 3° | 50° | 74° |
CMYK | 0.00 | 0.47 | 0.50 0.26 |
XYZ | 27.2213 | 20.4232 | 13.0970 |
Yxy | 20.4232 | 0.4481 | 0.3362 |
Hunter Lab | 45.1920 | 28.4329 | 14.4517 |
CIE-Lab | 52.3124 | 35.1297 | 19.0534 |
#bc635e color RGB value is (188,99,94).
#bc635e hex color red value is 188, green value is 99 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc635e hue: 0.01 , saturation: 0.41 and the lightness value of bc635e is 0.55.
The process color (four color CMYK) of #bc635e color hex is 0.00, 0.47, 0.50, 0.26. Web safe color of #bc635e is #cc6666. Color #bc635e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100011 | 01011110 |
Octal | 274 | 143 | 136 |
Decimal | 188 | 99 | 94 |
Hex | BC | 63 | 5E |
Shades of #bc635e
Tints of #bc635e
RGB Percentages of Color #bc635e
CMYK Percentages of Color #bc635e
Complementary Color
#bc635e | #5eb7bc |
#bc635e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc635e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc635e Color CSS Codes
.mybgcolor {background-color:#bc635e; } .myforecolor {color:#bc635e; } .mybordercolor {border:3px solid #bc635e; }
#bc635e Text Font Color
<p style="color:#bc635e">Text here</p>
This sample text font color is #bc635e
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.
#bc635e Background Color
<div style="background-color:#bc635e">
Div content here</div>
This div background color is #bc635e
#bc635e Border Color
<div style="border:3px solid #bc635e">
Div here</div>
This div border color is #bc635e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,99,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc635e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc635e; -webkit-box-shadow: 1px 1px 3px 2px #bc635e; box-shadow: 1px 1px 3px 2px #bc635e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,99,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc635e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc635e; -webkit-box-shadow: 1px 1px 3px 2px #bc635e; box-shadow: 1px 1px 3px 2px #bc635e;">
Div content here</div>
This div box has shadow with color #bc635e
Comments
No comments written yet.
Please login to write comment.