Color spaces of #b1773a
RGB | 177 | 119 | 58 |
---|---|---|---|
HSL | 0.09 | 0.51 | 0.46 |
HSV | 31° | 67° | 69° |
CMYK | 0.00 | 0.33 | 0.67 0.31 |
XYZ | 25.4920 | 22.8463 | 7.0692 |
Yxy | 22.8463 | 0.4601 | 0.4123 |
Hunter Lab | 47.7978 | 11.5532 | 24.6896 |
CIE-Lab | 54.9137 | 16.7848 | 41.8815 |
#b1773a color RGB value is (177,119,58).
#b1773a hex color red value is 177, green value is 119 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b1773a hue: 0.09 , saturation: 0.51 and the lightness value of b1773a is 0.46.
The process color (four color CMYK) of #b1773a color hex is 0.00, 0.33, 0.67, 0.31. Web safe color of #b1773a is #996633. Color #b1773a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01110111 | 00111010 |
Octal | 261 | 167 | 72 |
Decimal | 177 | 119 | 58 |
Hex | B1 | 77 | 3A |
Shades of #b1773a
Tints of #b1773a
RGB Percentages of Color #b1773a
CMYK Percentages of Color #b1773a
Complementary Color
#b1773a | #3a74b1 |
#b1773a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1773a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1773a Color CSS Codes
.mybgcolor {background-color:#b1773a; } .myforecolor {color:#b1773a; } .mybordercolor {border:3px solid #b1773a; }
#b1773a Text Font Color
<p style="color:#b1773a">Text here</p>
This sample text font color is #b1773a
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.
#b1773a Background Color
<div style="background-color:#b1773a">
Div content here</div>
This div background color is #b1773a
#b1773a Border Color
<div style="border:3px solid #b1773a">
Div here</div>
This div border color is #b1773a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,119,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1773a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1773a; -webkit-box-shadow: 1px 1px 3px 2px #b1773a; box-shadow: 1px 1px 3px 2px #b1773a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,119,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1773a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1773a; -webkit-box-shadow: 1px 1px 3px 2px #b1773a; box-shadow: 1px 1px 3px 2px #b1773a;">
Div content here</div>
This div box has shadow with color #b1773a
Comments
No comments written yet.
Please login to write comment.