Color spaces of #baa73e
RGB | 186 | 167 | 62 |
---|---|---|---|
HSL | 0.14 | 0.50 | 0.49 |
HSV | 51° | 67° | 73° |
CMYK | 0.00 | 0.10 | 0.67 0.27 |
XYZ | 34.9379 | 38.4243 | 10.1326 |
Yxy | 38.4243 | 0.4184 | 0.4602 |
Hunter Lab | 61.9873 | -7.8700 | 33.6994 |
CIE-Lab | 68.3322 | -5.3305 | 54.7679 |
#baa73e color RGB value is (186,167,62).
#baa73e hex color red value is 186, green value is 167 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baa73e hue: 0.14 , saturation: 0.50 and the lightness value of baa73e is 0.49.
The process color (four color CMYK) of #baa73e color hex is 0.00, 0.10, 0.67, 0.27. Web safe color of #baa73e is #cc9933. Color #baa73e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100111 | 00111110 |
Octal | 272 | 247 | 76 |
Decimal | 186 | 167 | 62 |
Hex | BA | A7 | 3E |
Shades of #baa73e
Tints of #baa73e
RGB Percentages of Color #baa73e
CMYK Percentages of Color #baa73e
Complementary Color
#baa73e | #3e51ba |
#baa73e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa73e Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa73e Color CSS Codes
.mybgcolor {background-color:#baa73e; } .myforecolor {color:#baa73e; } .mybordercolor {border:3px solid #baa73e; }
#baa73e Text Font Color
<p style="color:#baa73e">Text here</p>
This sample text font color is #baa73e
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.
#baa73e Background Color
<div style="background-color:#baa73e">
Div content here</div>
This div background color is #baa73e
#baa73e Border Color
<div style="border:3px solid #baa73e">
Div here</div>
This div border color is #baa73e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,167,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa73e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa73e; -webkit-box-shadow: 1px 1px 3px 2px #baa73e; box-shadow: 1px 1px 3px 2px #baa73e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,167,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa73e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa73e; -webkit-box-shadow: 1px 1px 3px 2px #baa73e; box-shadow: 1px 1px 3px 2px #baa73e;">
Div content here</div>
This div box has shadow with color #baa73e
Comments
No comments written yet.
Please login to write comment.