Color spaces of #baa167
RGB | 186 | 161 | 103 |
---|---|---|---|
HSL | 0.12 | 0.38 | 0.57 |
HSV | 42° | 45° | 73° |
CMYK | 0.00 | 0.13 | 0.45 0.27 |
XYZ | 35.4428 | 36.9081 | 18.0879 |
Yxy | 36.9081 | 0.3919 | 0.4081 |
Hunter Lab | 60.7520 | -2.1790 | 24.8738 |
CIE-Lab | 67.2080 | 1.2320 | 33.5178 |
#baa167 color RGB value is (186,161,103).
#baa167 hex color red value is 186, green value is 161 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #baa167 hue: 0.12 , saturation: 0.38 and the lightness value of baa167 is 0.57.
The process color (four color CMYK) of #baa167 color hex is 0.00, 0.13, 0.45, 0.27. Web safe color of #baa167 is #cc9966. Color #baa167 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100001 | 01100111 |
Octal | 272 | 241 | 147 |
Decimal | 186 | 161 | 103 |
Hex | BA | A1 | 67 |
Shades of #baa167
Tints of #baa167
RGB Percentages of Color #baa167
CMYK Percentages of Color #baa167
Complementary Color
#baa167 | #6780ba |
#baa167 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa167 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa167 Color CSS Codes
.mybgcolor {background-color:#baa167; } .myforecolor {color:#baa167; } .mybordercolor {border:3px solid #baa167; }
#baa167 Text Font Color
<p style="color:#baa167">Text here</p>
This sample text font color is #baa167
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.
#baa167 Background Color
<div style="background-color:#baa167">
Div content here</div>
This div background color is #baa167
#baa167 Border Color
<div style="border:3px solid #baa167">
Div here</div>
This div border color is #baa167
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,161,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa167; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa167; -webkit-box-shadow: 1px 1px 3px 2px #baa167; box-shadow: 1px 1px 3px 2px #baa167; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,161,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa167">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa167; -webkit-box-shadow: 1px 1px 3px 2px #baa167; box-shadow: 1px 1px 3px 2px #baa167;">
Div content here</div>
This div box has shadow with color #baa167
Comments
No comments written yet.
Please login to write comment.