Color spaces of #baab77
RGB | 186 | 171 | 119 |
---|---|---|---|
HSL | 0.13 | 0.33 | 0.60 |
HSV | 47° | 36° | 73° |
CMYK | 0.00 | 0.08 | 0.36 0.27 |
XYZ | 38.1424 | 40.8968 | 23.3363 |
Yxy | 40.8968 | 0.3726 | 0.3995 |
Hunter Lab | 63.9506 | -5.4499 | 23.1298 |
CIE-Lab | 70.1036 | -2.3341 | 28.7655 |
#baab77 color RGB value is (186,171,119).
#baab77 hex color red value is 186, green value is 171 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #baab77 hue: 0.13 , saturation: 0.33 and the lightness value of baab77 is 0.60.
The process color (four color CMYK) of #baab77 color hex is 0.00, 0.08, 0.36, 0.27. Web safe color of #baab77 is #cc9966. Color #baab77 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 01110111 |
Octal | 272 | 253 | 167 |
Decimal | 186 | 171 | 119 |
Hex | BA | AB | 77 |
Shades of #baab77
Tints of #baab77
RGB Percentages of Color #baab77
CMYK Percentages of Color #baab77
Complementary Color
#baab77 | #7786ba |
#baab77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baab77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baab77 Color CSS Codes
.mybgcolor {background-color:#baab77; } .myforecolor {color:#baab77; } .mybordercolor {border:3px solid #baab77; }
#baab77 Text Font Color
<p style="color:#baab77">Text here</p>
This sample text font color is #baab77
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.
#baab77 Background Color
<div style="background-color:#baab77">
Div content here</div>
This div background color is #baab77
#baab77 Border Color
<div style="border:3px solid #baab77">
Div here</div>
This div border color is #baab77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baab77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baab77; -webkit-box-shadow: 1px 1px 3px 2px #baab77; box-shadow: 1px 1px 3px 2px #baab77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baab77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baab77; -webkit-box-shadow: 1px 1px 3px 2px #baab77; box-shadow: 1px 1px 3px 2px #baab77;">
Div content here</div>
This div box has shadow with color #baab77
Meow