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