Color spaces of #b49632
RGB | 180 | 150 | 50 |
---|---|---|---|
HSL | 0.13 | 0.57 | 0.45 |
HSV | 46° | 72° | 71° |
CMYK | 0.00 | 0.17 | 0.72 0.29 |
XYZ | 30.3045 | 31.7463 | 7.5480 |
Yxy | 31.7463 | 0.4354 | 0.4561 |
Hunter Lab | 56.3439 | -2.5957 | 31.4980 |
CIE-Lab | 63.1326 | 0.4914 | 54.2768 |
#b49632 color RGB value is (180,150,50).
#b49632 hex color red value is 180, green value is 150 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b49632 hue: 0.13 , saturation: 0.57 and the lightness value of b49632 is 0.45.
The process color (four color CMYK) of #b49632 color hex is 0.00, 0.17, 0.72, 0.29. Web safe color of #b49632 is #cc9933. Color #b49632 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10010110 | 00110010 |
Octal | 264 | 226 | 62 |
Decimal | 180 | 150 | 50 |
Hex | B4 | 96 | 32 |
Shades of #b49632
Tints of #b49632
RGB Percentages of Color #b49632
CMYK Percentages of Color #b49632
Complementary Color
#b49632 | #3250b4 |
#b49632 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b49632 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b49632 Color CSS Codes
.mybgcolor {background-color:#b49632; } .myforecolor {color:#b49632; } .mybordercolor {border:3px solid #b49632; }
#b49632 Text Font Color
<p style="color:#b49632">Text here</p>
This sample text font color is #b49632
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.
#b49632 Background Color
<div style="background-color:#b49632">
Div content here</div>
This div background color is #b49632
#b49632 Border Color
<div style="border:3px solid #b49632">
Div here</div>
This div border color is #b49632
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,150,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b49632; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b49632; -webkit-box-shadow: 1px 1px 3px 2px #b49632; box-shadow: 1px 1px 3px 2px #b49632; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,150,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b49632">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b49632; -webkit-box-shadow: 1px 1px 3px 2px #b49632; box-shadow: 1px 1px 3px 2px #b49632;">
Div content here</div>
This div box has shadow with color #b49632
Comments
No comments written yet.
Please login to write comment.