Color spaces of #bca166
RGB | 188 | 161 | 102 |
---|---|---|---|
HSL | 0.11 | 0.39 | 0.57 |
HSV | 41° | 46° | 74° |
CMYK | 0.00 | 0.14 | 0.46 0.26 |
XYZ | 35.8822 | 37.1404 | 17.8480 |
Yxy | 37.1404 | 0.3949 | 0.4087 |
Hunter Lab | 60.9429 | -1.5522 | 25.2961 |
CIE-Lab | 67.3822 | 1.9623 | 34.3064 |
#bca166 color RGB value is (188,161,102).
#bca166 hex color red value is 188, green value is 161 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bca166 hue: 0.11 , saturation: 0.39 and the lightness value of bca166 is 0.57.
The process color (four color CMYK) of #bca166 color hex is 0.00, 0.14, 0.46, 0.26. Web safe color of #bca166 is #cc9966. Color #bca166 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10100001 | 01100110 |
Octal | 274 | 241 | 146 |
Decimal | 188 | 161 | 102 |
Hex | BC | A1 | 66 |
Shades of #bca166
Tints of #bca166
RGB Percentages of Color #bca166
CMYK Percentages of Color #bca166
Complementary Color
#bca166 | #6681bc |
#bca166 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bca166 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bca166 Color CSS Codes
.mybgcolor {background-color:#bca166; } .myforecolor {color:#bca166; } .mybordercolor {border:3px solid #bca166; }
#bca166 Text Font Color
<p style="color:#bca166">Text here</p>
This sample text font color is #bca166
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.
#bca166 Background Color
<div style="background-color:#bca166">
Div content here</div>
This div background color is #bca166
#bca166 Border Color
<div style="border:3px solid #bca166">
Div here</div>
This div border color is #bca166
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,161,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bca166; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bca166; -webkit-box-shadow: 1px 1px 3px 2px #bca166; box-shadow: 1px 1px 3px 2px #bca166; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,161,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bca166">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bca166; -webkit-box-shadow: 1px 1px 3px 2px #bca166; box-shadow: 1px 1px 3px 2px #bca166;">
Div content here</div>
This div box has shadow with color #bca166
Comments
No comments written yet.
Please login to write comment.