Color spaces of #b19634
RGB | 177 | 150 | 52 |
---|---|---|---|
HSL | 0.13 | 0.55 | 0.45 |
HSV | 47° | 71° | 69° |
CMYK | 0.00 | 0.15 | 0.71 0.31 |
XYZ | 29.6576 | 31.4077 | 7.7480 |
Yxy | 31.4077 | 0.4310 | 0.4564 |
Hunter Lab | 56.0426 | -3.6127 | 31.0328 |
CIE-Lab | 62.8503 | -0.7397 | 53.0707 |
#b19634 color RGB value is (177,150,52).
#b19634 hex color red value is 177, green value is 150 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b19634 hue: 0.13 , saturation: 0.55 and the lightness value of b19634 is 0.45.
The process color (four color CMYK) of #b19634 color hex is 0.00, 0.15, 0.71, 0.31. Web safe color of #b19634 is #999933. Color #b19634 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10010110 | 00110100 |
Octal | 261 | 226 | 64 |
Decimal | 177 | 150 | 52 |
Hex | B1 | 96 | 34 |
Shades of #b19634
Tints of #b19634
RGB Percentages of Color #b19634
CMYK Percentages of Color #b19634
Complementary Color
#b19634 | #344fb1 |
#b19634 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b19634 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b19634 Color CSS Codes
.mybgcolor {background-color:#b19634; } .myforecolor {color:#b19634; } .mybordercolor {border:3px solid #b19634; }
#b19634 Text Font Color
<p style="color:#b19634">Text here</p>
This sample text font color is #b19634
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.
#b19634 Background Color
<div style="background-color:#b19634">
Div content here</div>
This div background color is #b19634
#b19634 Border Color
<div style="border:3px solid #b19634">
Div here</div>
This div border color is #b19634
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,150,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b19634; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b19634; -webkit-box-shadow: 1px 1px 3px 2px #b19634; box-shadow: 1px 1px 3px 2px #b19634; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,150,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b19634">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b19634; -webkit-box-shadow: 1px 1px 3px 2px #b19634; box-shadow: 1px 1px 3px 2px #b19634;">
Div content here</div>
This div box has shadow with color #b19634
Comments
No comments written yet.
Please login to write comment.