Color spaces of #b9961e
RGB | 185 | 150 | 30 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.42 |
HSV | 46° | 84° | 73° |
CMYK | 0.00 | 0.19 | 0.84 0.27 |
XYZ | 31.1483 | 32.2207 | 5.8058 |
Yxy | 32.2207 | 0.4503 | 0.4658 |
Hunter Lab | 56.7633 | -1.3856 | 33.6701 |
CIE-Lab | 63.5249 | 1.9421 | 61.8346 |
#b9961e color RGB value is (185,150,30).
#b9961e hex color red value is 185, green value is 150 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b9961e hue: 0.13 , saturation: 0.72 and the lightness value of b9961e is 0.42.
The process color (four color CMYK) of #b9961e color hex is 0.00, 0.19, 0.84, 0.27. Web safe color of #b9961e is #cc9933. Color #b9961e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10010110 | 00011110 |
Octal | 271 | 226 | 36 |
Decimal | 185 | 150 | 30 |
Hex | B9 | 96 | 1E |
Shades of #b9961e
Tints of #b9961e
RGB Percentages of Color #b9961e
CMYK Percentages of Color #b9961e
Complementary Color
#b9961e | #1e41b9 |
#b9961e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9961e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9961e Color CSS Codes
.mybgcolor {background-color:#b9961e; } .myforecolor {color:#b9961e; } .mybordercolor {border:3px solid #b9961e; }
#b9961e Text Font Color
<p style="color:#b9961e">Text here</p>
This sample text font color is #b9961e
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.
#b9961e Background Color
<div style="background-color:#b9961e">
Div content here</div>
This div background color is #b9961e
#b9961e Border Color
<div style="border:3px solid #b9961e">
Div here</div>
This div border color is #b9961e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,150,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9961e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9961e; -webkit-box-shadow: 1px 1px 3px 2px #b9961e; box-shadow: 1px 1px 3px 2px #b9961e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,150,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9961e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9961e; -webkit-box-shadow: 1px 1px 3px 2px #b9961e; box-shadow: 1px 1px 3px 2px #b9961e;">
Div content here</div>
This div box has shadow with color #b9961e
Comments
No comments written yet.
Please login to write comment.