Color spaces of #b83913
RGB | 184 | 57 | 19 |
---|---|---|---|
HSL | 0.04 | 0.81 | 0.40 |
HSV | 14° | 90° | 72° |
CMYK | 0.00 | 0.69 | 0.90 0.28 |
XYZ | 21.3478 | 13.1636 | 2.0318 |
Yxy | 13.1636 | 0.5842 | 0.3602 |
Hunter Lab | 36.2817 | 41.5348 | 22.0769 |
CIE-Lab | 43.0087 | 49.5830 | 48.6910 |
#b83913 color RGB value is (184,57,19).
#b83913 hex color red value is 184, green value is 57 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b83913 hue: 0.04 , saturation: 0.81 and the lightness value of b83913 is 0.40.
The process color (four color CMYK) of #b83913 color hex is 0.00, 0.69, 0.90, 0.28. Web safe color of #b83913 is #cc3300. Color #b83913 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00111001 | 00010011 |
Octal | 270 | 71 | 23 |
Decimal | 184 | 57 | 19 |
Hex | B8 | 39 | 13 |
Shades of #b83913
Tints of #b83913
RGB Percentages of Color #b83913
CMYK Percentages of Color #b83913
Complementary Color
#b83913 | #1392b8 |
#b83913 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b83913 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b83913 Color CSS Codes
.mybgcolor {background-color:#b83913; } .myforecolor {color:#b83913; } .mybordercolor {border:3px solid #b83913; }
#b83913 Text Font Color
<p style="color:#b83913">Text here</p>
This sample text font color is #b83913
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.
#b83913 Background Color
<div style="background-color:#b83913">
Div content here</div>
This div background color is #b83913
#b83913 Border Color
<div style="border:3px solid #b83913">
Div here</div>
This div border color is #b83913
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,57,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b83913; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b83913; -webkit-box-shadow: 1px 1px 3px 2px #b83913; box-shadow: 1px 1px 3px 2px #b83913; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,57,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b83913">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b83913; -webkit-box-shadow: 1px 1px 3px 2px #b83913; box-shadow: 1px 1px 3px 2px #b83913;">
Div content here</div>
This div box has shadow with color #b83913
Comments
No comments written yet.
Please login to write comment.