Color spaces of #baa899
RGB | 186 | 168 | 153 |
---|---|---|---|
HSL | 0.08 | 0.19 | 0.66 |
HSV | 27° | 18° | 73° |
CMYK | 0.00 | 0.10 | 0.18 0.27 |
XYZ | 40.0021 | 40.7443 | 35.8931 |
Yxy | 40.7443 | 0.3430 | 0.3493 |
Hunter Lab | 63.8313 | 0.1586 | 11.3424 |
CIE-Lab | 69.9964 | 4.0268 | 10.1103 |
#baa899 color RGB value is (186,168,153).
#baa899 hex color red value is 186, green value is 168 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #baa899 hue: 0.08 , saturation: 0.19 and the lightness value of baa899 is 0.66.
The process color (four color CMYK) of #baa899 color hex is 0.00, 0.10, 0.18, 0.27. Web safe color of #baa899 is #cc9999. Color #baa899 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101000 | 10011001 |
Octal | 272 | 250 | 231 |
Decimal | 186 | 168 | 153 |
Hex | BA | A8 | 99 |
Shades of #baa899
Tints of #baa899
RGB Percentages of Color #baa899
CMYK Percentages of Color #baa899
Complementary Color
#baa899 | #99abba |
#baa899 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa899 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa899 Color CSS Codes
.mybgcolor {background-color:#baa899; } .myforecolor {color:#baa899; } .mybordercolor {border:3px solid #baa899; }
#baa899 Text Font Color
<p style="color:#baa899">Text here</p>
This sample text font color is #baa899
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.
#baa899 Background Color
<div style="background-color:#baa899">
Div content here</div>
This div background color is #baa899
#baa899 Border Color
<div style="border:3px solid #baa899">
Div here</div>
This div border color is #baa899
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,168,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa899; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa899; -webkit-box-shadow: 1px 1px 3px 2px #baa899; box-shadow: 1px 1px 3px 2px #baa899; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,168,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa899">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa899; -webkit-box-shadow: 1px 1px 3px 2px #baa899; box-shadow: 1px 1px 3px 2px #baa899;">
Div content here</div>
This div box has shadow with color #baa899
#baa899 Color Palettes
Comments
No comments written yet.
Please login to write comment.