Color spaces of #b19750
RGB | 177 | 151 | 80 |
---|---|---|---|
HSL | 0.12 | 0.38 | 0.50 |
HSV | 44° | 55° | 69° |
CMYK | 0.00 | 0.15 | 0.55 0.31 |
XYZ | 30.6460 | 32.0595 | 12.1623 |
Yxy | 32.0595 | 0.4093 | 0.4282 |
Hunter Lab | 56.6211 | -2.4744 | 26.8992 |
CIE-Lab | 63.3920 | 0.6516 | 40.5631 |
#b19750 color RGB value is (177,151,80).
#b19750 hex color red value is 177, green value is 151 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b19750 hue: 0.12 , saturation: 0.38 and the lightness value of b19750 is 0.50.
The process color (four color CMYK) of #b19750 color hex is 0.00, 0.15, 0.55, 0.31. Web safe color of #b19750 is #999966. Color #b19750 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10010111 | 01010000 |
Octal | 261 | 227 | 120 |
Decimal | 177 | 151 | 80 |
Hex | B1 | 97 | 50 |
Shades of #b19750
Tints of #b19750
RGB Percentages of Color #b19750
CMYK Percentages of Color #b19750
Complementary Color
#b19750 | #506ab1 |
#b19750 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b19750 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b19750 Color CSS Codes
.mybgcolor {background-color:#b19750; } .myforecolor {color:#b19750; } .mybordercolor {border:3px solid #b19750; }
#b19750 Text Font Color
<p style="color:#b19750">Text here</p>
This sample text font color is #b19750
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.
#b19750 Background Color
<div style="background-color:#b19750">
Div content here</div>
This div background color is #b19750
#b19750 Border Color
<div style="border:3px solid #b19750">
Div here</div>
This div border color is #b19750
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,151,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b19750; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b19750; -webkit-box-shadow: 1px 1px 3px 2px #b19750; box-shadow: 1px 1px 3px 2px #b19750; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,151,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b19750">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b19750; -webkit-box-shadow: 1px 1px 3px 2px #b19750; box-shadow: 1px 1px 3px 2px #b19750;">
Div content here</div>
This div box has shadow with color #b19750
Comments
No comments written yet.
Please login to write comment.