Color spaces of #b1806e
RGB | 177 | 128 | 110 |
---|---|---|---|
HSL | 0.04 | 0.30 | 0.56 |
HSV | 16° | 38° | 69° |
CMYK | 0.00 | 0.28 | 0.38 0.31 |
XYZ | 28.6651 | 25.9112 | 18.2424 |
Yxy | 25.9112 | 0.3937 | 0.3558 |
Hunter Lab | 50.9030 | 11.4386 | 14.3841 |
CIE-Lab | 57.9527 | 16.5448 | 17.2482 |
#b1806e color RGB value is (177,128,110).
#b1806e hex color red value is 177, green value is 128 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b1806e hue: 0.04 , saturation: 0.30 and the lightness value of b1806e is 0.56.
The process color (four color CMYK) of #b1806e color hex is 0.00, 0.28, 0.38, 0.31. Web safe color of #b1806e is #999966. Color #b1806e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000000 | 01101110 |
Octal | 261 | 200 | 156 |
Decimal | 177 | 128 | 110 |
Hex | B1 | 80 | 6E |
Shades of #b1806e
Tints of #b1806e
RGB Percentages of Color #b1806e
CMYK Percentages of Color #b1806e
Complementary Color
#b1806e | #6e9fb1 |
#b1806e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1806e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1806e Color CSS Codes
.mybgcolor {background-color:#b1806e; } .myforecolor {color:#b1806e; } .mybordercolor {border:3px solid #b1806e; }
#b1806e Text Font Color
<p style="color:#b1806e">Text here</p>
This sample text font color is #b1806e
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.
#b1806e Background Color
<div style="background-color:#b1806e">
Div content here</div>
This div background color is #b1806e
#b1806e Border Color
<div style="border:3px solid #b1806e">
Div here</div>
This div border color is #b1806e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,128,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1806e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1806e; -webkit-box-shadow: 1px 1px 3px 2px #b1806e; box-shadow: 1px 1px 3px 2px #b1806e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,128,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1806e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1806e; -webkit-box-shadow: 1px 1px 3px 2px #b1806e; box-shadow: 1px 1px 3px 2px #b1806e;">
Div content here</div>
This div box has shadow with color #b1806e
Comments
No comments written yet.
Please login to write comment.