Color spaces of #b58315
RGB | 181 | 131 | 21 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.40 |
HSV | 41° | 88° | 71° |
CMYK | 0.00 | 0.28 | 0.88 0.29 |
XYZ | 27.3077 | 26.1105 | 4.3100 |
Yxy | 26.1105 | 0.4730 | 0.4523 |
Hunter Lab | 51.0984 | 5.9706 | 30.7680 |
CIE-Lab | 58.1418 | 10.3511 | 59.6697 |
#b58315 color RGB value is (181,131,21).
#b58315 hex color red value is 181, green value is 131 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b58315 hue: 0.11 , saturation: 0.79 and the lightness value of b58315 is 0.40.
The process color (four color CMYK) of #b58315 color hex is 0.00, 0.28, 0.88, 0.29. Web safe color of #b58315 is #cc9900. Color #b58315 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10000011 | 00010101 |
Octal | 265 | 203 | 25 |
Decimal | 181 | 131 | 21 |
Hex | B5 | 83 | 15 |
Shades of #b58315
Tints of #b58315
RGB Percentages of Color #b58315
CMYK Percentages of Color #b58315
Complementary Color
#b58315 | #1547b5 |
#b58315 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b58315 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b58315 Color CSS Codes
.mybgcolor {background-color:#b58315; } .myforecolor {color:#b58315; } .mybordercolor {border:3px solid #b58315; }
#b58315 Text Font Color
<p style="color:#b58315">Text here</p>
This sample text font color is #b58315
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.
#b58315 Background Color
<div style="background-color:#b58315">
Div content here</div>
This div background color is #b58315
#b58315 Border Color
<div style="border:3px solid #b58315">
Div here</div>
This div border color is #b58315
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,131,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b58315; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b58315; -webkit-box-shadow: 1px 1px 3px 2px #b58315; box-shadow: 1px 1px 3px 2px #b58315; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,131,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b58315">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b58315; -webkit-box-shadow: 1px 1px 3px 2px #b58315; box-shadow: 1px 1px 3px 2px #b58315;">
Div content here</div>
This div box has shadow with color #b58315
Comments
No comments written yet.
Please login to write comment.