Color spaces of #ba556e
RGB | 186 | 85 | 110 |
---|---|---|---|
HSL | 0.96 | 0.42 | 0.53 |
HSV | 345° | 54° | 73° |
CMYK | 0.00 | 0.54 | 0.41 0.27 |
XYZ | 26.3127 | 18.0619 | 16.8513 |
Yxy | 18.0619 | 0.4298 | 0.2950 |
Hunter Lab | 42.4993 | 36.1414 | 6.2406 |
CIE-Lab | 49.5711 | 43.2369 | 5.6742 |
#ba556e color RGB value is (186,85,110).
#ba556e hex color red value is 186, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ba556e hue: 0.96 , saturation: 0.42 and the lightness value of ba556e is 0.53.
The process color (four color CMYK) of #ba556e color hex is 0.00, 0.54, 0.41, 0.27. Web safe color of #ba556e is #cc6666. Color #ba556e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 01010101 | 01101110 |
Octal | 272 | 125 | 156 |
Decimal | 186 | 85 | 110 |
Hex | BA | 55 | 6E |
Shades of #ba556e
Tints of #ba556e
RGB Percentages of Color #ba556e
CMYK Percentages of Color #ba556e
Complementary Color
#ba556e | #55baa1 |
#ba556e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba556e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba556e Color CSS Codes
.mybgcolor {background-color:#ba556e; } .myforecolor {color:#ba556e; } .mybordercolor {border:3px solid #ba556e; }
#ba556e Text Font Color
<p style="color:#ba556e">Text here</p>
This sample text font color is #ba556e
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.
#ba556e Background Color
<div style="background-color:#ba556e">
Div content here</div>
This div background color is #ba556e
#ba556e Border Color
<div style="border:3px solid #ba556e">
Div here</div>
This div border color is #ba556e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,85,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba556e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba556e; -webkit-box-shadow: 1px 1px 3px 2px #ba556e; box-shadow: 1px 1px 3px 2px #ba556e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,85,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba556e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba556e; -webkit-box-shadow: 1px 1px 3px 2px #ba556e; box-shadow: 1px 1px 3px 2px #ba556e;">
Div content here</div>
This div box has shadow with color #ba556e
Comments
No comments written yet.
Please login to write comment.