Color spaces of #b36312
RGB | 179 | 99 | 18 |
---|---|---|---|
HSL | 0.08 | 0.82 | 0.39 |
HSV | 30° | 90° | 70° |
CMYK | 0.00 | 0.45 | 0.90 0.30 |
XYZ | 23.1614 | 18.5511 | 2.9322 |
Yxy | 18.5511 | 0.5188 | 0.4155 |
Hunter Lab | 43.0710 | 20.6140 | 26.1133 |
CIE-Lab | 50.1578 | 27.1419 | 54.1172 |
#b36312 color RGB value is (179,99,18).
#b36312 hex color red value is 179, green value is 99 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b36312 hue: 0.08 , saturation: 0.82 and the lightness value of b36312 is 0.39.
The process color (four color CMYK) of #b36312 color hex is 0.00, 0.45, 0.90, 0.30. Web safe color of #b36312 is #cc6600. Color #b36312 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01100011 | 00010010 |
Octal | 263 | 143 | 22 |
Decimal | 179 | 99 | 18 |
Hex | B3 | 63 | 12 |
Shades of #b36312
Tints of #b36312
RGB Percentages of Color #b36312
CMYK Percentages of Color #b36312
Complementary Color
#b36312 | #1262b3 |
#b36312 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36312 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36312 Color CSS Codes
.mybgcolor {background-color:#b36312; } .myforecolor {color:#b36312; } .mybordercolor {border:3px solid #b36312; }
#b36312 Text Font Color
<p style="color:#b36312">Text here</p>
This sample text font color is #b36312
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.
#b36312 Background Color
<div style="background-color:#b36312">
Div content here</div>
This div background color is #b36312
#b36312 Border Color
<div style="border:3px solid #b36312">
Div here</div>
This div border color is #b36312
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,99,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36312; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36312; -webkit-box-shadow: 1px 1px 3px 2px #b36312; box-shadow: 1px 1px 3px 2px #b36312; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,99,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36312">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36312; -webkit-box-shadow: 1px 1px 3px 2px #b36312; box-shadow: 1px 1px 3px 2px #b36312;">
Div content here</div>
This div box has shadow with color #b36312
Comments
No comments written yet.
Please login to write comment.