Color spaces of #baaa77
RGB | 186 | 170 | 119 |
---|---|---|---|
HSL | 0.13 | 0.33 | 0.60 |
HSV | 46° | 36° | 73° |
CMYK | 0.00 | 0.09 | 0.36 0.27 |
XYZ | 37.9542 | 40.5205 | 23.2736 |
Yxy | 40.5205 | 0.3730 | 0.3982 |
Hunter Lab | 63.6557 | -4.9683 | 22.8816 |
CIE-Lab | 69.8387 | -1.7998 | 28.4161 |
#baaa77 color RGB value is (186,170,119).
#baaa77 hex color red value is 186, green value is 170 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #baaa77 hue: 0.13 , saturation: 0.33 and the lightness value of baaa77 is 0.60.
The process color (four color CMYK) of #baaa77 color hex is 0.00, 0.09, 0.36, 0.27. Web safe color of #baaa77 is #cc9966. Color #baaa77 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101010 | 01110111 |
Octal | 272 | 252 | 167 |
Decimal | 186 | 170 | 119 |
Hex | BA | AA | 77 |
Shades of #baaa77
Tints of #baaa77
RGB Percentages of Color #baaa77
CMYK Percentages of Color #baaa77
Complementary Color
#baaa77 | #7787ba |
#baaa77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baaa77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baaa77 Color CSS Codes
.mybgcolor {background-color:#baaa77; } .myforecolor {color:#baaa77; } .mybordercolor {border:3px solid #baaa77; }
#baaa77 Text Font Color
<p style="color:#baaa77">Text here</p>
This sample text font color is #baaa77
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.
#baaa77 Background Color
<div style="background-color:#baaa77">
Div content here</div>
This div background color is #baaa77
#baaa77 Border Color
<div style="border:3px solid #baaa77">
Div here</div>
This div border color is #baaa77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,170,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baaa77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baaa77; -webkit-box-shadow: 1px 1px 3px 2px #baaa77; box-shadow: 1px 1px 3px 2px #baaa77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,170,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 #baaa77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baaa77; -webkit-box-shadow: 1px 1px 3px 2px #baaa77; box-shadow: 1px 1px 3px 2px #baaa77;">
Div content here</div>
This div box has shadow with color #baaa77
Comments
No comments written yet.
Please login to write comment.