Color spaces of #bc877b
RGB | 188 | 135 | 123 |
---|---|---|---|
HSL | 0.03 | 0.33 | 0.61 |
HSV | 11° | 35° | 74° |
CMYK | 0.00 | 0.28 | 0.35 0.26 |
XYZ | 32.9782 | 29.4494 | 22.6851 |
Yxy | 29.4494 | 0.3875 | 0.3460 |
Hunter Lab | 54.2673 | 13.5065 | 13.2024 |
CIE-Lab | 61.1762 | 18.6882 | 14.4973 |
#bc877b color RGB value is (188,135,123).
#bc877b hex color red value is 188, green value is 135 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bc877b hue: 0.03 , saturation: 0.33 and the lightness value of bc877b is 0.61.
The process color (four color CMYK) of #bc877b color hex is 0.00, 0.28, 0.35, 0.26. Web safe color of #bc877b is #cc9966. Color #bc877b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000111 | 01111011 |
Octal | 274 | 207 | 173 |
Decimal | 188 | 135 | 123 |
Hex | BC | 87 | 7B |
Shades of #bc877b
Tints of #bc877b
RGB Percentages of Color #bc877b
CMYK Percentages of Color #bc877b
Complementary Color
#bc877b | #7bb0bc |
#bc877b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc877b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc877b Color CSS Codes
.mybgcolor {background-color:#bc877b; } .myforecolor {color:#bc877b; } .mybordercolor {border:3px solid #bc877b; }
#bc877b Text Font Color
<p style="color:#bc877b">Text here</p>
This sample text font color is #bc877b
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.
#bc877b Background Color
<div style="background-color:#bc877b">
Div content here</div>
This div background color is #bc877b
#bc877b Border Color
<div style="border:3px solid #bc877b">
Div here</div>
This div border color is #bc877b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,135,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc877b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc877b; -webkit-box-shadow: 1px 1px 3px 2px #bc877b; box-shadow: 1px 1px 3px 2px #bc877b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,135,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 #bc877b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc877b; -webkit-box-shadow: 1px 1px 3px 2px #bc877b; box-shadow: 1px 1px 3px 2px #bc877b;">
Div content here</div>
This div box has shadow with color #bc877b
Comments
No comments written yet.
Please login to write comment.