Color spaces of #bc937b
RGB | 188 | 147 | 123 |
---|---|---|---|
HSL | 0.06 | 0.33 | 0.61 |
HSV | 22° | 35° | 74° |
CMYK | 0.00 | 0.22 | 0.35 0.26 |
XYZ | 34.7479 | 32.9889 | 23.2750 |
Yxy | 32.9889 | 0.3818 | 0.3625 |
Hunter Lab | 57.4360 | 7.4769 | 16.1789 |
CIE-Lab | 64.1519 | 12.0373 | 18.6089 |
#bc937b color RGB value is (188,147,123).
#bc937b hex color red value is 188, green value is 147 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bc937b hue: 0.06 , saturation: 0.33 and the lightness value of bc937b is 0.61.
The process color (four color CMYK) of #bc937b color hex is 0.00, 0.22, 0.35, 0.26. Web safe color of #bc937b is #cc9966. Color #bc937b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10010011 | 01111011 |
Octal | 274 | 223 | 173 |
Decimal | 188 | 147 | 123 |
Hex | BC | 93 | 7B |
Shades of #bc937b
Tints of #bc937b
RGB Percentages of Color #bc937b
CMYK Percentages of Color #bc937b
Complementary Color
#bc937b | #7ba4bc |
#bc937b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc937b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc937b Color CSS Codes
.mybgcolor {background-color:#bc937b; } .myforecolor {color:#bc937b; } .mybordercolor {border:3px solid #bc937b; }
#bc937b Text Font Color
<p style="color:#bc937b">Text here</p>
This sample text font color is #bc937b
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.
#bc937b Background Color
<div style="background-color:#bc937b">
Div content here</div>
This div background color is #bc937b
#bc937b Border Color
<div style="border:3px solid #bc937b">
Div here</div>
This div border color is #bc937b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,147,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc937b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc937b; -webkit-box-shadow: 1px 1px 3px 2px #bc937b; box-shadow: 1px 1px 3px 2px #bc937b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,147,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc937b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc937b; -webkit-box-shadow: 1px 1px 3px 2px #bc937b; box-shadow: 1px 1px 3px 2px #bc937b;">
Div content here</div>
This div box has shadow with color #bc937b
Comments
No comments written yet.
Please login to write comment.