Color spaces of #b9734b
RGB | 185 | 115 | 75 |
---|---|---|---|
HSL | 0.06 | 0.44 | 0.51 |
HSV | 22° | 59° | 73° |
CMYK | 0.00 | 0.38 | 0.59 0.27 |
XYZ | 27.4083 | 23.0838 | 9.6676 |
Yxy | 23.0838 | 0.4556 | 0.3837 |
Hunter Lab | 48.0456 | 17.7481 | 21.7018 |
CIE-Lab | 55.1586 | 23.6146 | 33.4629 |
#b9734b color RGB value is (185,115,75).
#b9734b hex color red value is 185, green value is 115 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b9734b hue: 0.06 , saturation: 0.44 and the lightness value of b9734b is 0.51.
The process color (four color CMYK) of #b9734b color hex is 0.00, 0.38, 0.59, 0.27. Web safe color of #b9734b is #cc6633. Color #b9734b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01110011 | 01001011 |
Octal | 271 | 163 | 113 |
Decimal | 185 | 115 | 75 |
Hex | B9 | 73 | 4B |
Shades of #b9734b
Tints of #b9734b
RGB Percentages of Color #b9734b
CMYK Percentages of Color #b9734b
Complementary Color
#b9734b | #4b91b9 |
#b9734b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9734b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9734b Color CSS Codes
.mybgcolor {background-color:#b9734b; } .myforecolor {color:#b9734b; } .mybordercolor {border:3px solid #b9734b; }
#b9734b Text Font Color
<p style="color:#b9734b">Text here</p>
This sample text font color is #b9734b
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.
#b9734b Background Color
<div style="background-color:#b9734b">
Div content here</div>
This div background color is #b9734b
#b9734b Border Color
<div style="border:3px solid #b9734b">
Div here</div>
This div border color is #b9734b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,115,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9734b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9734b; -webkit-box-shadow: 1px 1px 3px 2px #b9734b; box-shadow: 1px 1px 3px 2px #b9734b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,115,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9734b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9734b; -webkit-box-shadow: 1px 1px 3px 2px #b9734b; box-shadow: 1px 1px 3px 2px #b9734b;">
Div content here</div>
This div box has shadow with color #b9734b
Comments
No comments written yet.
Please login to write comment.