Color spaces of #b59370
RGB | 181 | 147 | 112 |
---|---|---|---|
HSL | 0.08 | 0.32 | 0.57 |
HSV | 30° | 38° | 71° |
CMYK | 0.00 | 0.19 | 0.38 0.29 |
XYZ | 32.4144 | 31.8610 | 19.7706 |
Yxy | 31.8610 | 0.3857 | 0.3791 |
Hunter Lab | 56.4455 | 3.7256 | 18.7450 |
CIE-Lab | 63.2278 | 7.8312 | 23.3467 |
#b59370 color RGB value is (181,147,112).
#b59370 hex color red value is 181, green value is 147 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b59370 hue: 0.08 , saturation: 0.32 and the lightness value of b59370 is 0.57.
The process color (four color CMYK) of #b59370 color hex is 0.00, 0.19, 0.38, 0.29. Web safe color of #b59370 is #cc9966. Color #b59370 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10010011 | 01110000 |
Octal | 265 | 223 | 160 |
Decimal | 181 | 147 | 112 |
Hex | B5 | 93 | 70 |
Shades of #b59370
Tints of #b59370
RGB Percentages of Color #b59370
CMYK Percentages of Color #b59370
Complementary Color
#b59370 | #7092b5 |
#b59370 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b59370 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b59370 Color CSS Codes
.mybgcolor {background-color:#b59370; } .myforecolor {color:#b59370; } .mybordercolor {border:3px solid #b59370; }
#b59370 Text Font Color
<p style="color:#b59370">Text here</p>
This sample text font color is #b59370
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.
#b59370 Background Color
<div style="background-color:#b59370">
Div content here</div>
This div background color is #b59370
#b59370 Border Color
<div style="border:3px solid #b59370">
Div here</div>
This div border color is #b59370
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,147,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b59370; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b59370; -webkit-box-shadow: 1px 1px 3px 2px #b59370; box-shadow: 1px 1px 3px 2px #b59370; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,147,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b59370">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b59370; -webkit-box-shadow: 1px 1px 3px 2px #b59370; box-shadow: 1px 1px 3px 2px #b59370;">
Div content here</div>
This div box has shadow with color #b59370
Comments
No comments written yet.
Please login to write comment.