Color spaces of #b19eaa
RGB | 177 | 158 | 170 |
---|---|---|---|
HSL | 0.89 | 0.11 | 0.66 |
HSV | 322° | 11° | 69° |
CMYK | 0.00 | 0.11 | 0.04 0.31 |
XYZ | 37.6140 | 36.7031 | 43.1321 |
Yxy | 36.7031 | 0.3203 | 0.3125 |
Hunter Lab | 60.5831 | 4.8043 | 0.1967 |
CIE-Lab | 67.0537 | 9.1010 | -3.6888 |
#b19eaa color RGB value is (177,158,170).
#b19eaa hex color red value is 177, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b19eaa hue: 0.89 , saturation: 0.11 and the lightness value of b19eaa is 0.66.
The process color (four color CMYK) of #b19eaa color hex is 0.00, 0.11, 0.04, 0.31. Web safe color of #b19eaa is #999999. Color #b19eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10011110 | 10101010 |
Octal | 261 | 236 | 252 |
Decimal | 177 | 158 | 170 |
Hex | B1 | 9E | AA |
Shades of #b19eaa
Tints of #b19eaa
RGB Percentages of Color #b19eaa
CMYK Percentages of Color #b19eaa
Complementary Color
#b19eaa | #9eb1a5 |
#b19eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b19eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b19eaa Color CSS Codes
.mybgcolor {background-color:#b19eaa; } .myforecolor {color:#b19eaa; } .mybordercolor {border:3px solid #b19eaa; }
#b19eaa Text Font Color
<p style="color:#b19eaa">Text here</p>
This sample text font color is #b19eaa
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.
#b19eaa Background Color
<div style="background-color:#b19eaa">
Div content here</div>
This div background color is #b19eaa
#b19eaa Border Color
<div style="border:3px solid #b19eaa">
Div here</div>
This div border color is #b19eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,158,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b19eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b19eaa; -webkit-box-shadow: 1px 1px 3px 2px #b19eaa; box-shadow: 1px 1px 3px 2px #b19eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,158,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b19eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b19eaa; -webkit-box-shadow: 1px 1px 3px 2px #b19eaa; box-shadow: 1px 1px 3px 2px #b19eaa;">
Div content here</div>
This div box has shadow with color #b19eaa
Comments
No comments written yet.
Please login to write comment.