Color spaces of #b6baac
RGB | 182 | 186 | 172 |
---|---|---|---|
HSL | 0.21 | 0.09 | 0.70 |
HSV | 77° | 8° | 73° |
CMYK | 0.02 | 0.00 | 0.08 0.27 |
XYZ | 44.2967 | 48.0415 | 45.9680 |
Yxy | 48.0415 | 0.3203 | 0.3474 |
Hunter Lab | 69.3120 | -7.2181 | 9.1970 |
CIE-Lab | 74.8511 | -3.9425 | 6.6039 |
#b6baac color RGB value is (182,186,172).
#b6baac hex color red value is 182, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6baac hue: 0.21 , saturation: 0.09 and the lightness value of b6baac is 0.70.
The process color (four color CMYK) of #b6baac color hex is 0.02, 0.00, 0.08, 0.27. Web safe color of #b6baac is #cccc99. Color #b6baac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10111010 | 10101100 |
Octal | 266 | 272 | 254 |
Decimal | 182 | 186 | 172 |
Hex | B6 | BA | AC |
Shades of #b6baac
Tints of #b6baac
RGB Percentages of Color #b6baac
CMYK Percentages of Color #b6baac
Complementary Color
#b6baac | #b0acba |
#b6baac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6baac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6baac Color CSS Codes
.mybgcolor {background-color:#b6baac; } .myforecolor {color:#b6baac; } .mybordercolor {border:3px solid #b6baac; }
#b6baac Text Font Color
<p style="color:#b6baac">Text here</p>
This sample text font color is #b6baac
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.
#b6baac Background Color
<div style="background-color:#b6baac">
Div content here</div>
This div background color is #b6baac
#b6baac Border Color
<div style="border:3px solid #b6baac">
Div here</div>
This div border color is #b6baac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,186,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6baac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6baac; -webkit-box-shadow: 1px 1px 3px 2px #b6baac; box-shadow: 1px 1px 3px 2px #b6baac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,186,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6baac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6baac; -webkit-box-shadow: 1px 1px 3px 2px #b6baac; box-shadow: 1px 1px 3px 2px #b6baac;">
Div content here</div>
This div box has shadow with color #b6baac
Comments
No comments written yet.
Please login to write comment.