Color spaces of #b1936d
RGB | 177 | 147 | 109 |
---|---|---|---|
HSL | 0.09 | 0.30 | 0.56 |
HSV | 34° | 38° | 69° |
CMYK | 0.00 | 0.17 | 0.38 0.31 |
XYZ | 31.3255 | 31.3187 | 18.8621 |
Yxy | 31.3187 | 0.3843 | 0.3842 |
Hunter Lab | 55.9631 | 1.9804 | 19.1908 |
CIE-Lab | 62.7758 | 5.8235 | 24.3292 |
#b1936d color RGB value is (177,147,109).
#b1936d hex color red value is 177, green value is 147 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b1936d hue: 0.09 , saturation: 0.30 and the lightness value of b1936d is 0.56.
The process color (four color CMYK) of #b1936d color hex is 0.00, 0.17, 0.38, 0.31. Web safe color of #b1936d is #999966. Color #b1936d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10010011 | 01101101 |
Octal | 261 | 223 | 155 |
Decimal | 177 | 147 | 109 |
Hex | B1 | 93 | 6D |
Shades of #b1936d
Tints of #b1936d
RGB Percentages of Color #b1936d
CMYK Percentages of Color #b1936d
Complementary Color
#b1936d | #6d8bb1 |
#b1936d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1936d Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1936d Color CSS Codes
.mybgcolor {background-color:#b1936d; } .myforecolor {color:#b1936d; } .mybordercolor {border:3px solid #b1936d; }
#b1936d Text Font Color
<p style="color:#b1936d">Text here</p>
This sample text font color is #b1936d
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.
#b1936d Background Color
<div style="background-color:#b1936d">
Div content here</div>
This div background color is #b1936d
#b1936d Border Color
<div style="border:3px solid #b1936d">
Div here</div>
This div border color is #b1936d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,147,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1936d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1936d; -webkit-box-shadow: 1px 1px 3px 2px #b1936d; box-shadow: 1px 1px 3px 2px #b1936d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,147,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1936d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1936d; -webkit-box-shadow: 1px 1px 3px 2px #b1936d; box-shadow: 1px 1px 3px 2px #b1936d;">
Div content here</div>
This div box has shadow with color #b1936d
#b1936d Color Palettes
Comments
No comments written yet.
Please login to write comment.