Color spaces of #b9846f
RGB | 185 | 132 | 111 |
---|---|---|---|
HSL | 0.05 | 0.35 | 0.58 |
HSV | 17° | 40° | 73° |
CMYK | 0.00 | 0.29 | 0.40 0.27 |
XYZ | 31.1281 | 27.9645 | 18.7960 |
Yxy | 27.9645 | 0.3996 | 0.3590 |
Hunter Lab | 52.8815 | 12.5295 | 15.9432 |
CIE-Lab | 59.8567 | 17.6789 | 19.4267 |
#b9846f color RGB value is (185,132,111).
#b9846f hex color red value is 185, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9846f hue: 0.05 , saturation: 0.35 and the lightness value of b9846f is 0.58.
The process color (four color CMYK) of #b9846f color hex is 0.00, 0.29, 0.40, 0.27. Web safe color of #b9846f is #cc9966. Color #b9846f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000100 | 01101111 |
Octal | 271 | 204 | 157 |
Decimal | 185 | 132 | 111 |
Hex | B9 | 84 | 6F |
Shades of #b9846f
Tints of #b9846f
RGB Percentages of Color #b9846f
CMYK Percentages of Color #b9846f
Complementary Color
#b9846f | #6fa4b9 |
#b9846f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9846f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9846f Color CSS Codes
.mybgcolor {background-color:#b9846f; } .myforecolor {color:#b9846f; } .mybordercolor {border:3px solid #b9846f; }
#b9846f Text Font Color
<p style="color:#b9846f">Text here</p>
This sample text font color is #b9846f
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.
#b9846f Background Color
<div style="background-color:#b9846f">
Div content here</div>
This div background color is #b9846f
#b9846f Border Color
<div style="border:3px solid #b9846f">
Div here</div>
This div border color is #b9846f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,132,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9846f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9846f; -webkit-box-shadow: 1px 1px 3px 2px #b9846f; box-shadow: 1px 1px 3px 2px #b9846f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,132,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9846f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9846f; -webkit-box-shadow: 1px 1px 3px 2px #b9846f; box-shadow: 1px 1px 3px 2px #b9846f;">
Div content here</div>
This div box has shadow with color #b9846f
Comments
No comments written yet.
Please login to write comment.