Color spaces of #bba086
RGB | 187 | 160 | 134 |
---|---|---|---|
HSL | 0.08 | 0.28 | 0.63 |
HSV | 29° | 28° | 73° |
CMYK | 0.00 | 0.14 | 0.28 0.27 |
XYZ | 37.3674 | 37.4276 | 27.8090 |
Yxy | 37.4276 | 0.3642 | 0.3648 |
Hunter Lab | 61.1781 | 1.9656 | 15.8739 |
CIE-Lab | 67.5966 | 5.9568 | 17.2389 |
#bba086 color RGB value is (187,160,134).
#bba086 hex color red value is 187, green value is 160 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bba086 hue: 0.08 , saturation: 0.28 and the lightness value of bba086 is 0.63.
The process color (four color CMYK) of #bba086 color hex is 0.00, 0.14, 0.28, 0.27. Web safe color of #bba086 is #cc9999. Color #bba086 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100000 | 10000110 |
Octal | 273 | 240 | 206 |
Decimal | 187 | 160 | 134 |
Hex | BB | A0 | 86 |
Shades of #bba086
Tints of #bba086
RGB Percentages of Color #bba086
CMYK Percentages of Color #bba086
Complementary Color
#bba086 | #86a1bb |
#bba086 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba086 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba086 Color CSS Codes
.mybgcolor {background-color:#bba086; } .myforecolor {color:#bba086; } .mybordercolor {border:3px solid #bba086; }
#bba086 Text Font Color
<p style="color:#bba086">Text here</p>
This sample text font color is #bba086
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.
#bba086 Background Color
<div style="background-color:#bba086">
Div content here</div>
This div background color is #bba086
#bba086 Border Color
<div style="border:3px solid #bba086">
Div here</div>
This div border color is #bba086
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,160,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba086; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba086; -webkit-box-shadow: 1px 1px 3px 2px #bba086; box-shadow: 1px 1px 3px 2px #bba086; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,160,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba086">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba086; -webkit-box-shadow: 1px 1px 3px 2px #bba086; box-shadow: 1px 1px 3px 2px #bba086;">
Div content here</div>
This div box has shadow with color #bba086
Comments
No comments written yet.
Please login to write comment.