Color spaces of #b67319
RGB | 182 | 115 | 25 |
---|---|---|---|
HSL | 0.10 | 0.76 | 0.41 |
HSV | 34° | 86° | 71° |
CMYK | 0.00 | 0.37 | 0.86 0.29 |
XYZ | 25.5976 | 22.2767 | 3.8704 |
Yxy | 22.2767 | 0.4947 | 0.4305 |
Hunter Lab | 47.1982 | 14.2113 | 28.1768 |
CIE-Lab | 54.3194 | 19.7910 | 55.4803 |
#b67319 color RGB value is (182,115,25).
#b67319 hex color red value is 182, green value is 115 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b67319 hue: 0.10 , saturation: 0.76 and the lightness value of b67319 is 0.41.
The process color (four color CMYK) of #b67319 color hex is 0.00, 0.37, 0.86, 0.29. Web safe color of #b67319 is #cc6600. Color #b67319 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01110011 | 00011001 |
Octal | 266 | 163 | 31 |
Decimal | 182 | 115 | 25 |
Hex | B6 | 73 | 19 |
Shades of #b67319
Tints of #b67319
RGB Percentages of Color #b67319
CMYK Percentages of Color #b67319
Complementary Color
#b67319 | #195cb6 |
#b67319 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b67319 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b67319 Color CSS Codes
.mybgcolor {background-color:#b67319; } .myforecolor {color:#b67319; } .mybordercolor {border:3px solid #b67319; }
#b67319 Text Font Color
<p style="color:#b67319">Text here</p>
This sample text font color is #b67319
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.
#b67319 Background Color
<div style="background-color:#b67319">
Div content here</div>
This div background color is #b67319
#b67319 Border Color
<div style="border:3px solid #b67319">
Div here</div>
This div border color is #b67319
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,115,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b67319; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b67319; -webkit-box-shadow: 1px 1px 3px 2px #b67319; box-shadow: 1px 1px 3px 2px #b67319; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,115,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b67319">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b67319; -webkit-box-shadow: 1px 1px 3px 2px #b67319; box-shadow: 1px 1px 3px 2px #b67319;">
Div content here</div>
This div box has shadow with color #b67319
Comments
No comments written yet.
Please login to write comment.