Color spaces of #ba927b
RGB | 186 | 146 | 123 |
---|---|---|---|
HSL | 0.06 | 0.31 | 0.61 |
HSV | 22° | 34° | 73° |
CMYK | 0.00 | 0.22 | 0.34 0.27 |
XYZ | 34.1037 | 32.4269 | 23.2005 |
Yxy | 32.4269 | 0.3801 | 0.3614 |
Hunter Lab | 56.9446 | 7.2492 | 15.7052 |
CIE-Lab | 63.6942 | 11.7873 | 17.9474 |
#ba927b color RGB value is (186,146,123).
#ba927b hex color red value is 186, green value is 146 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ba927b hue: 0.06 , saturation: 0.31 and the lightness value of ba927b is 0.61.
The process color (four color CMYK) of #ba927b color hex is 0.00, 0.22, 0.34, 0.27. Web safe color of #ba927b is #cc9966. Color #ba927b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10010010 | 01111011 |
Octal | 272 | 222 | 173 |
Decimal | 186 | 146 | 123 |
Hex | BA | 92 | 7B |
Shades of #ba927b
Tints of #ba927b
RGB Percentages of Color #ba927b
CMYK Percentages of Color #ba927b
Complementary Color
#ba927b | #7ba3ba |
#ba927b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba927b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba927b Color CSS Codes
.mybgcolor {background-color:#ba927b; } .myforecolor {color:#ba927b; } .mybordercolor {border:3px solid #ba927b; }
#ba927b Text Font Color
<p style="color:#ba927b">Text here</p>
This sample text font color is #ba927b
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.
#ba927b Background Color
<div style="background-color:#ba927b">
Div content here</div>
This div background color is #ba927b
#ba927b Border Color
<div style="border:3px solid #ba927b">
Div here</div>
This div border color is #ba927b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,146,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba927b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba927b; -webkit-box-shadow: 1px 1px 3px 2px #ba927b; box-shadow: 1px 1px 3px 2px #ba927b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,146,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba927b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba927b; -webkit-box-shadow: 1px 1px 3px 2px #ba927b; box-shadow: 1px 1px 3px 2px #ba927b;">
Div content here</div>
This div box has shadow with color #ba927b
Comments
No comments written yet.
Please login to write comment.