Color spaces of #b49faa
RGB | 180 | 159 | 170 |
---|---|---|---|
HSL | 0.91 | 0.12 | 0.66 |
HSV | 329° | 12° | 71° |
CMYK | 0.00 | 0.12 | 0.06 0.29 |
XYZ | 38.4762 | 37.4019 | 43.2216 |
Yxy | 37.4019 | 0.3231 | 0.3140 |
Hunter Lab | 61.1571 | 5.2761 | 0.9079 |
CIE-Lab | 67.5775 | 9.6270 | -2.8872 |
#b49faa color RGB value is (180,159,170).
#b49faa hex color red value is 180, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b49faa hue: 0.91 , saturation: 0.12 and the lightness value of b49faa is 0.66.
The process color (four color CMYK) of #b49faa color hex is 0.00, 0.12, 0.06, 0.29. Web safe color of #b49faa is #cc9999. Color #b49faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10011111 | 10101010 |
Octal | 264 | 237 | 252 |
Decimal | 180 | 159 | 170 |
Hex | B4 | 9F | AA |
Shades of #b49faa
Tints of #b49faa
RGB Percentages of Color #b49faa
CMYK Percentages of Color #b49faa
Complementary Color
#b49faa | #9fb4a9 |
#b49faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b49faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b49faa Color CSS Codes
.mybgcolor {background-color:#b49faa; } .myforecolor {color:#b49faa; } .mybordercolor {border:3px solid #b49faa; }
#b49faa Text Font Color
<p style="color:#b49faa">Text here</p>
This sample text font color is #b49faa
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.
#b49faa Background Color
<div style="background-color:#b49faa">
Div content here</div>
This div background color is #b49faa
#b49faa Border Color
<div style="border:3px solid #b49faa">
Div here</div>
This div border color is #b49faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,159,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b49faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b49faa; -webkit-box-shadow: 1px 1px 3px 2px #b49faa; box-shadow: 1px 1px 3px 2px #b49faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,159,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 #b49faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b49faa; -webkit-box-shadow: 1px 1px 3px 2px #b49faa; box-shadow: 1px 1px 3px 2px #b49faa;">
Div content here</div>
This div box has shadow with color #b49faa
Comments
No comments written yet.
Please login to write comment.