Color spaces of #b93307
RGB | 185 | 51 | 7 |
---|---|---|---|
HSL | 0.04 | 0.93 | 0.38 |
HSV | 15° | 96° | 73° |
CMYK | 0.00 | 0.72 | 0.96 0.27 |
XYZ | 21.2298 | 12.6973 | 1.5329 |
Yxy | 12.6973 | 0.5987 | 0.3581 |
Hunter Lab | 35.6333 | 43.9896 | 22.3927 |
CIE-Lab | 42.3036 | 52.0614 | 52.2307 |
#b93307 color RGB value is (185,51,7).
#b93307 hex color red value is 185, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b93307 hue: 0.04 , saturation: 0.93 and the lightness value of b93307 is 0.38.
The process color (four color CMYK) of #b93307 color hex is 0.00, 0.72, 0.96, 0.27. Web safe color of #b93307 is #cc3300. Color #b93307 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00110011 | 00000111 |
Octal | 271 | 63 | 7 |
Decimal | 185 | 51 | 7 |
Hex | B9 | 33 | 7 |
Shades of #b93307
Tints of #b93307
RGB Percentages of Color #b93307
CMYK Percentages of Color #b93307
Complementary Color
#b93307 | #078db9 |
#b93307 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b93307 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b93307 Color CSS Codes
.mybgcolor {background-color:#b93307; } .myforecolor {color:#b93307; } .mybordercolor {border:3px solid #b93307; }
#b93307 Text Font Color
<p style="color:#b93307">Text here</p>
This sample text font color is #b93307
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.
#b93307 Background Color
<div style="background-color:#b93307">
Div content here</div>
This div background color is #b93307
#b93307 Border Color
<div style="border:3px solid #b93307">
Div here</div>
This div border color is #b93307
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,51,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b93307; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b93307; -webkit-box-shadow: 1px 1px 3px 2px #b93307; box-shadow: 1px 1px 3px 2px #b93307; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,51,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b93307">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b93307; -webkit-box-shadow: 1px 1px 3px 2px #b93307; box-shadow: 1px 1px 3px 2px #b93307;">
Div content here</div>
This div box has shadow with color #b93307
Comments
No comments written yet.
Please login to write comment.