Color spaces of #bc9b91
RGB | 188 | 155 | 145 |
---|---|---|---|
HSL | 0.04 | 0.24 | 0.65 |
HSV | 14° | 23° | 74° |
CMYK | 0.00 | 0.18 | 0.23 0.26 |
XYZ | 37.5712 | 36.1784 | 31.7910 |
Yxy | 36.1784 | 0.3560 | 0.3428 |
Hunter Lab | 60.1485 | 6.2385 | 10.7667 |
CIE-Lab | 66.6560 | 10.6758 | 9.8286 |
#bc9b91 color RGB value is (188,155,145).
#bc9b91 hex color red value is 188, green value is 155 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bc9b91 hue: 0.04 , saturation: 0.24 and the lightness value of bc9b91 is 0.65.
The process color (four color CMYK) of #bc9b91 color hex is 0.00, 0.18, 0.23, 0.26. Web safe color of #bc9b91 is #cc9999. Color #bc9b91 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10011011 | 10010001 |
Octal | 274 | 233 | 221 |
Decimal | 188 | 155 | 145 |
Hex | BC | 9B | 91 |
Shades of #bc9b91
Tints of #bc9b91
RGB Percentages of Color #bc9b91
CMYK Percentages of Color #bc9b91
Complementary Color
#bc9b91 | #91b2bc |
#bc9b91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc9b91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc9b91 Color CSS Codes
.mybgcolor {background-color:#bc9b91; } .myforecolor {color:#bc9b91; } .mybordercolor {border:3px solid #bc9b91; }
#bc9b91 Text Font Color
<p style="color:#bc9b91">Text here</p>
This sample text font color is #bc9b91
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.
#bc9b91 Background Color
<div style="background-color:#bc9b91">
Div content here</div>
This div background color is #bc9b91
#bc9b91 Border Color
<div style="border:3px solid #bc9b91">
Div here</div>
This div border color is #bc9b91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,155,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc9b91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc9b91; -webkit-box-shadow: 1px 1px 3px 2px #bc9b91; box-shadow: 1px 1px 3px 2px #bc9b91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,155,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc9b91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc9b91; -webkit-box-shadow: 1px 1px 3px 2px #bc9b91; box-shadow: 1px 1px 3px 2px #bc9b91;">
Div content here</div>
This div box has shadow with color #bc9b91
Comments
No comments written yet.
Please login to write comment.