Color spaces of #baa559
RGB | 186 | 165 | 89 |
---|---|---|---|
HSL | 0.13 | 0.41 | 0.54 |
HSV | 47° | 52° | 73° |
CMYK | 0.00 | 0.11 | 0.52 0.27 |
XYZ | 35.5080 | 38.0706 | 14.9281 |
Yxy | 38.0706 | 0.4012 | 0.4301 |
Hunter Lab | 61.7014 | -5.2540 | 28.8463 |
CIE-Lab | 68.0726 | -2.2741 | 41.8244 |
#baa559 color RGB value is (186,165,89).
#baa559 hex color red value is 186, green value is 165 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #baa559 hue: 0.13 , saturation: 0.41 and the lightness value of baa559 is 0.54.
The process color (four color CMYK) of #baa559 color hex is 0.00, 0.11, 0.52, 0.27. Web safe color of #baa559 is #cc9966. Color #baa559 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100101 | 01011001 |
Octal | 272 | 245 | 131 |
Decimal | 186 | 165 | 89 |
Hex | BA | A5 | 59 |
Shades of #baa559
Tints of #baa559
RGB Percentages of Color #baa559
CMYK Percentages of Color #baa559
Complementary Color
#baa559 | #596eba |
#baa559 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa559 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa559 Color CSS Codes
.mybgcolor {background-color:#baa559; } .myforecolor {color:#baa559; } .mybordercolor {border:3px solid #baa559; }
#baa559 Text Font Color
<p style="color:#baa559">Text here</p>
This sample text font color is #baa559
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.
#baa559 Background Color
<div style="background-color:#baa559">
Div content here</div>
This div background color is #baa559
#baa559 Border Color
<div style="border:3px solid #baa559">
Div here</div>
This div border color is #baa559
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,165,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa559; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa559; -webkit-box-shadow: 1px 1px 3px 2px #baa559; box-shadow: 1px 1px 3px 2px #baa559; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,165,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa559">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa559; -webkit-box-shadow: 1px 1px 3px 2px #baa559; box-shadow: 1px 1px 3px 2px #baa559;">
Div content here</div>
This div box has shadow with color #baa559
Comments
No comments written yet.
Please login to write comment.