Color spaces of #b79aaa
RGB | 183 | 154 | 170 |
---|---|---|---|
HSL | 0.91 | 0.17 | 0.66 |
HSV | 327° | 16° | 72° |
CMYK | 0.00 | 0.16 | 0.07 0.28 |
XYZ | 38.3397 | 36.0808 | 42.9738 |
Yxy | 36.0808 | 0.3266 | 0.3073 |
Hunter Lab | 60.0673 | 8.8151 | -0.3706 |
CIE-Lab | 66.5816 | 13.4815 | -4.3228 |
#b79aaa color RGB value is (183,154,170).
#b79aaa hex color red value is 183, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b79aaa hue: 0.91 , saturation: 0.17 and the lightness value of b79aaa is 0.66.
The process color (four color CMYK) of #b79aaa color hex is 0.00, 0.16, 0.07, 0.28. Web safe color of #b79aaa is #cc9999. Color #b79aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10011010 | 10101010 |
Octal | 267 | 232 | 252 |
Decimal | 183 | 154 | 170 |
Hex | B7 | 9A | AA |
Shades of #b79aaa
Tints of #b79aaa
RGB Percentages of Color #b79aaa
CMYK Percentages of Color #b79aaa
Complementary Color
#b79aaa | #9ab7a7 |
#b79aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b79aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b79aaa Color CSS Codes
.mybgcolor {background-color:#b79aaa; } .myforecolor {color:#b79aaa; } .mybordercolor {border:3px solid #b79aaa; }
#b79aaa Text Font Color
<p style="color:#b79aaa">Text here</p>
This sample text font color is #b79aaa
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.
#b79aaa Background Color
<div style="background-color:#b79aaa">
Div content here</div>
This div background color is #b79aaa
#b79aaa Border Color
<div style="border:3px solid #b79aaa">
Div here</div>
This div border color is #b79aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,154,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b79aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b79aaa; -webkit-box-shadow: 1px 1px 3px 2px #b79aaa; box-shadow: 1px 1px 3px 2px #b79aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,154,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 #b79aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b79aaa; -webkit-box-shadow: 1px 1px 3px 2px #b79aaa; box-shadow: 1px 1px 3px 2px #b79aaa;">
Div content here</div>
This div box has shadow with color #b79aaa
Comments
No comments written yet.
Please login to write comment.