Color spaces of #ba858b
RGB | 186 | 133 | 139 |
---|---|---|---|
HSL | 0.98 | 0.28 | 0.63 |
HSV | 353° | 28° | 73° |
CMYK | 0.00 | 0.28 | 0.25 0.27 |
XYZ | 33.2974 | 29.0782 | 28.2838 |
Yxy | 29.0782 | 0.3673 | 0.3207 |
Hunter Lab | 53.9242 | 15.8538 | 6.6487 |
CIE-Lab | 60.8506 | 21.2217 | 4.8897 |
#ba858b color RGB value is (186,133,139).
#ba858b hex color red value is 186, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ba858b hue: 0.98 , saturation: 0.28 and the lightness value of ba858b is 0.63.
The process color (four color CMYK) of #ba858b color hex is 0.00, 0.28, 0.25, 0.27. Web safe color of #ba858b is #cc9999. Color #ba858b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10000101 | 10001011 |
Octal | 272 | 205 | 213 |
Decimal | 186 | 133 | 139 |
Hex | BA | 85 | 8B |
Shades of #ba858b
Tints of #ba858b
RGB Percentages of Color #ba858b
CMYK Percentages of Color #ba858b
Complementary Color
#ba858b | #85bab4 |
#ba858b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba858b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba858b Color CSS Codes
.mybgcolor {background-color:#ba858b; } .myforecolor {color:#ba858b; } .mybordercolor {border:3px solid #ba858b; }
#ba858b Text Font Color
<p style="color:#ba858b">Text here</p>
This sample text font color is #ba858b
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.
#ba858b Background Color
<div style="background-color:#ba858b">
Div content here</div>
This div background color is #ba858b
#ba858b Border Color
<div style="border:3px solid #ba858b">
Div here</div>
This div border color is #ba858b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,133,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba858b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba858b; -webkit-box-shadow: 1px 1px 3px 2px #ba858b; box-shadow: 1px 1px 3px 2px #ba858b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,133,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba858b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba858b; -webkit-box-shadow: 1px 1px 3px 2px #ba858b; box-shadow: 1px 1px 3px 2px #ba858b;">
Div content here</div>
This div box has shadow with color #ba858b
Comments
No comments written yet.
Please login to write comment.