Color spaces of #b97926
RGB | 185 | 121 | 38 |
---|---|---|---|
HSL | 0.09 | 0.66 | 0.44 |
HSV | 34° | 79° | 73° |
CMYK | 0.00 | 0.35 | 0.79 0.27 |
XYZ | 27.1948 | 24.1290 | 5.0578 |
Yxy | 24.1290 | 0.4823 | 0.4280 |
Hunter Lab | 49.1213 | 12.8599 | 28.2801 |
CIE-Lab | 56.2167 | 18.1935 | 52.6168 |
#b97926 color RGB value is (185,121,38).
#b97926 hex color red value is 185, green value is 121 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b97926 hue: 0.09 , saturation: 0.66 and the lightness value of b97926 is 0.44.
The process color (four color CMYK) of #b97926 color hex is 0.00, 0.35, 0.79, 0.27. Web safe color of #b97926 is #cc6633. Color #b97926 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111001 | 00100110 |
Octal | 271 | 171 | 46 |
Decimal | 185 | 121 | 38 |
Hex | B9 | 79 | 26 |
Shades of #b97926
Tints of #b97926
RGB Percentages of Color #b97926
CMYK Percentages of Color #b97926
Complementary Color
#b97926 | #2666b9 |
#b97926 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b97926 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b97926 Color CSS Codes
.mybgcolor {background-color:#b97926; } .myforecolor {color:#b97926; } .mybordercolor {border:3px solid #b97926; }
#b97926 Text Font Color
<p style="color:#b97926">Text here</p>
This sample text font color is #b97926
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.
#b97926 Background Color
<div style="background-color:#b97926">
Div content here</div>
This div background color is #b97926
#b97926 Border Color
<div style="border:3px solid #b97926">
Div here</div>
This div border color is #b97926
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,121,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b97926; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b97926; -webkit-box-shadow: 1px 1px 3px 2px #b97926; box-shadow: 1px 1px 3px 2px #b97926; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,121,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b97926">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b97926; -webkit-box-shadow: 1px 1px 3px 2px #b97926; box-shadow: 1px 1px 3px 2px #b97926;">
Div content here</div>
This div box has shadow with color #b97926
Comments
No comments written yet.
Please login to write comment.