Color spaces of #bc634e
RGB | 188 | 99 | 78 |
---|---|---|---|
HSL | 0.03 | 0.45 | 0.52 |
HSV | 11° | 59° | 74° |
CMYK | 0.00 | 0.47 | 0.59 0.26 |
XYZ | 26.5760 | 20.1651 | 9.6993 |
Yxy | 20.1651 | 0.4709 | 0.3573 |
Hunter Lab | 44.9056 | 27.0551 | 18.6277 |
CIE-Lab | 52.0234 | 33.7502 | 27.9600 |
#bc634e color RGB value is (188,99,78).
#bc634e hex color red value is 188, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc634e hue: 0.03 , saturation: 0.45 and the lightness value of bc634e is 0.52.
The process color (four color CMYK) of #bc634e color hex is 0.00, 0.47, 0.59, 0.26. Web safe color of #bc634e is #cc6666. Color #bc634e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01100011 | 01001110 |
Octal | 274 | 143 | 116 |
Decimal | 188 | 99 | 78 |
Hex | BC | 63 | 4E |
Shades of #bc634e
Tints of #bc634e
RGB Percentages of Color #bc634e
CMYK Percentages of Color #bc634e
Complementary Color
#bc634e | #4ea7bc |
#bc634e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc634e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc634e Color CSS Codes
.mybgcolor {background-color:#bc634e; } .myforecolor {color:#bc634e; } .mybordercolor {border:3px solid #bc634e; }
#bc634e Text Font Color
<p style="color:#bc634e">Text here</p>
This sample text font color is #bc634e
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.
#bc634e Background Color
<div style="background-color:#bc634e">
Div content here</div>
This div background color is #bc634e
#bc634e Border Color
<div style="border:3px solid #bc634e">
Div here</div>
This div border color is #bc634e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,99,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc634e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc634e; -webkit-box-shadow: 1px 1px 3px 2px #bc634e; box-shadow: 1px 1px 3px 2px #bc634e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,99,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc634e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc634e; -webkit-box-shadow: 1px 1px 3px 2px #bc634e; box-shadow: 1px 1px 3px 2px #bc634e;">
Div content here</div>
This div box has shadow with color #bc634e
Comments
No comments written yet.
Please login to write comment.