Color spaces of #baa476
RGB | 186 | 164 | 118 |
---|---|---|---|
HSL | 0.11 | 0.33 | 0.60 |
HSV | 41° | 37° | 73° |
CMYK | 0.00 | 0.12 | 0.37 0.27 |
XYZ | 36.7952 | 38.2980 | 22.5925 |
Yxy | 38.2980 | 0.3767 | 0.3921 |
Hunter Lab | 61.8854 | -2.1686 | 21.6748 |
CIE-Lab | 68.2397 | 1.3057 | 26.8373 |
#baa476 color RGB value is (186,164,118).
#baa476 hex color red value is 186, green value is 164 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #baa476 hue: 0.11 , saturation: 0.33 and the lightness value of baa476 is 0.60.
The process color (four color CMYK) of #baa476 color hex is 0.00, 0.12, 0.37, 0.27. Web safe color of #baa476 is #cc9966. Color #baa476 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100100 | 01110110 |
Octal | 272 | 244 | 166 |
Decimal | 186 | 164 | 118 |
Hex | BA | A4 | 76 |
Shades of #baa476
Tints of #baa476
RGB Percentages of Color #baa476
CMYK Percentages of Color #baa476
Complementary Color
#baa476 | #768cba |
#baa476 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa476 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa476 Color CSS Codes
.mybgcolor {background-color:#baa476; } .myforecolor {color:#baa476; } .mybordercolor {border:3px solid #baa476; }
#baa476 Text Font Color
<p style="color:#baa476">Text here</p>
This sample text font color is #baa476
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.
#baa476 Background Color
<div style="background-color:#baa476">
Div content here</div>
This div background color is #baa476
#baa476 Border Color
<div style="border:3px solid #baa476">
Div here</div>
This div border color is #baa476
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,164,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa476; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa476; -webkit-box-shadow: 1px 1px 3px 2px #baa476; box-shadow: 1px 1px 3px 2px #baa476; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,164,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa476">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa476; -webkit-box-shadow: 1px 1px 3px 2px #baa476; box-shadow: 1px 1px 3px 2px #baa476;">
Div content here</div>
This div box has shadow with color #baa476
Comments
No comments written yet.
Please login to write comment.