Color spaces of #b85215
RGB | 184 | 82 | 21 |
---|---|---|---|
HSL | 0.06 | 0.80 | 0.40 |
HSV | 22° | 89° | 72° |
CMYK | 0.00 | 0.55 | 0.89 0.28 |
XYZ | 22.9198 | 16.2791 | 2.6436 |
Yxy | 16.2791 | 0.5478 | 0.3891 |
Hunter Lab | 40.3474 | 30.7911 | 24.3584 |
CIE-Lab | 47.3386 | 38.2042 | 51.2915 |
#b85215 color RGB value is (184,82,21).
#b85215 hex color red value is 184, green value is 82 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b85215 hue: 0.06 , saturation: 0.80 and the lightness value of b85215 is 0.40.
The process color (four color CMYK) of #b85215 color hex is 0.00, 0.55, 0.89, 0.28. Web safe color of #b85215 is #cc6600. Color #b85215 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01010010 | 00010101 |
Octal | 270 | 122 | 25 |
Decimal | 184 | 82 | 21 |
Hex | B8 | 52 | 15 |
Shades of #b85215
Tints of #b85215
RGB Percentages of Color #b85215
CMYK Percentages of Color #b85215
Complementary Color
#b85215 | #157bb8 |
#b85215 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b85215 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b85215 Color CSS Codes
.mybgcolor {background-color:#b85215; } .myforecolor {color:#b85215; } .mybordercolor {border:3px solid #b85215; }
#b85215 Text Font Color
<p style="color:#b85215">Text here</p>
This sample text font color is #b85215
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.
#b85215 Background Color
<div style="background-color:#b85215">
Div content here</div>
This div background color is #b85215
#b85215 Border Color
<div style="border:3px solid #b85215">
Div here</div>
This div border color is #b85215
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,82,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b85215; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b85215; -webkit-box-shadow: 1px 1px 3px 2px #b85215; box-shadow: 1px 1px 3px 2px #b85215; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,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 #b85215">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b85215; -webkit-box-shadow: 1px 1px 3px 2px #b85215; box-shadow: 1px 1px 3px 2px #b85215;">
Div content here</div>
This div box has shadow with color #b85215
Comments
No comments written yet.
Please login to write comment.