Color spaces of #b35215
RGB | 179 | 82 | 21 |
---|---|---|---|
HSL | 0.06 | 0.79 | 0.39 |
HSV | 23° | 88° | 70° |
CMYK | 0.00 | 0.54 | 0.88 0.30 |
XYZ | 21.7431 | 15.6724 | 2.5886 |
Yxy | 15.6724 | 0.5435 | 0.3918 |
Hunter Lab | 39.5884 | 28.7578 | 23.8350 |
CIE-Lab | 46.5417 | 36.2191 | 50.3221 |
#b35215 color RGB value is (179,82,21).
#b35215 hex color red value is 179, green value is 82 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b35215 hue: 0.06 , saturation: 0.79 and the lightness value of b35215 is 0.39.
The process color (four color CMYK) of #b35215 color hex is 0.00, 0.54, 0.88, 0.30. Web safe color of #b35215 is #cc6600. Color #b35215 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01010010 | 00010101 |
Octal | 263 | 122 | 25 |
Decimal | 179 | 82 | 21 |
Hex | B3 | 52 | 15 |
Shades of #b35215
Tints of #b35215
RGB Percentages of Color #b35215
CMYK Percentages of Color #b35215
Complementary Color
#b35215 | #1576b3 |
#b35215 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b35215 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b35215 Color CSS Codes
.mybgcolor {background-color:#b35215; } .myforecolor {color:#b35215; } .mybordercolor {border:3px solid #b35215; }
#b35215 Text Font Color
<p style="color:#b35215">Text here</p>
This sample text font color is #b35215
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.
#b35215 Background Color
<div style="background-color:#b35215">
Div content here</div>
This div background color is #b35215
#b35215 Border Color
<div style="border:3px solid #b35215">
Div here</div>
This div border color is #b35215
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,82,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b35215; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b35215; -webkit-box-shadow: 1px 1px 3px 2px #b35215; box-shadow: 1px 1px 3px 2px #b35215; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,82,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 #b35215">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b35215; -webkit-box-shadow: 1px 1px 3px 2px #b35215; box-shadow: 1px 1px 3px 2px #b35215;">
Div content here</div>
This div box has shadow with color #b35215
Comments
No comments written yet.
Please login to write comment.