Color spaces of #ba828e
RGB | 186 | 130 | 142 |
---|---|---|---|
HSL | 0.96 | 0.29 | 0.62 |
HSV | 347° | 30° | 73° |
CMYK | 0.00 | 0.30 | 0.24 0.27 |
XYZ | 33.1148 | 28.3574 | 29.3194 |
Yxy | 28.3574 | 0.3647 | 0.3123 |
Hunter Lab | 53.2517 | 17.8107 | 4.6322 |
CIE-Lab | 60.2103 | 23.3362 | 2.2468 |
#ba828e color RGB value is (186,130,142).
#ba828e hex color red value is 186, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ba828e hue: 0.96 , saturation: 0.29 and the lightness value of ba828e is 0.62.
The process color (four color CMYK) of #ba828e color hex is 0.00, 0.30, 0.24, 0.27. Web safe color of #ba828e is #cc9999. Color #ba828e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10000010 | 10001110 |
Octal | 272 | 202 | 216 |
Decimal | 186 | 130 | 142 |
Hex | BA | 82 | 8E |
Shades of #ba828e
Tints of #ba828e
RGB Percentages of Color #ba828e
CMYK Percentages of Color #ba828e
Complementary Color
#ba828e | #82baae |
#ba828e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ba828e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ba828e Color CSS Codes
.mybgcolor {background-color:#ba828e; } .myforecolor {color:#ba828e; } .mybordercolor {border:3px solid #ba828e; }
#ba828e Text Font Color
<p style="color:#ba828e">Text here</p>
This sample text font color is #ba828e
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.
#ba828e Background Color
<div style="background-color:#ba828e">
Div content here</div>
This div background color is #ba828e
#ba828e Border Color
<div style="border:3px solid #ba828e">
Div here</div>
This div border color is #ba828e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,130,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ba828e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ba828e; -webkit-box-shadow: 1px 1px 3px 2px #ba828e; box-shadow: 1px 1px 3px 2px #ba828e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,130,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ba828e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ba828e; -webkit-box-shadow: 1px 1px 3px 2px #ba828e; box-shadow: 1px 1px 3px 2px #ba828e;">
Div content here</div>
This div box has shadow with color #ba828e
Comments
No comments written yet.
Please login to write comment.