Color spaces of #baab73
RGB | 186 | 171 | 115 |
---|---|---|---|
HSL | 0.13 | 0.34 | 0.59 |
HSV | 47° | 38° | 73° |
CMYK | 0.00 | 0.08 | 0.38 0.27 |
XYZ | 37.9071 | 40.8027 | 22.0975 |
Yxy | 40.8027 | 0.3760 | 0.4048 |
Hunter Lab | 63.8770 | -5.8559 | 24.2032 |
CIE-Lab | 70.0375 | -2.8092 | 30.8080 |
#baab73 color RGB value is (186,171,115).
#baab73 hex color red value is 186, green value is 171 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #baab73 hue: 0.13 , saturation: 0.34 and the lightness value of baab73 is 0.59.
The process color (four color CMYK) of #baab73 color hex is 0.00, 0.08, 0.38, 0.27. Web safe color of #baab73 is #cc9966. Color #baab73 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 01110011 |
Octal | 272 | 253 | 163 |
Decimal | 186 | 171 | 115 |
Hex | BA | AB | 73 |
Shades of #baab73
Tints of #baab73
RGB Percentages of Color #baab73
CMYK Percentages of Color #baab73
Complementary Color
#baab73 | #7382ba |
#baab73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baab73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baab73 Color CSS Codes
.mybgcolor {background-color:#baab73; } .myforecolor {color:#baab73; } .mybordercolor {border:3px solid #baab73; }
#baab73 Text Font Color
<p style="color:#baab73">Text here</p>
This sample text font color is #baab73
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.
#baab73 Background Color
<div style="background-color:#baab73">
Div content here</div>
This div background color is #baab73
#baab73 Border Color
<div style="border:3px solid #baab73">
Div here</div>
This div border color is #baab73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baab73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baab73; -webkit-box-shadow: 1px 1px 3px 2px #baab73; box-shadow: 1px 1px 3px 2px #baab73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baab73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baab73; -webkit-box-shadow: 1px 1px 3px 2px #baab73; box-shadow: 1px 1px 3px 2px #baab73;">
Div content here</div>
This div box has shadow with color #baab73
Comments
No comments written yet.
Please login to write comment.