Color spaces of #b1783c
RGB | 177 | 120 | 60 |
---|---|---|---|
HSL | 0.09 | 0.49 | 0.46 |
HSV | 31° | 66° | 69° |
CMYK | 0.00 | 0.32 | 0.66 0.31 |
XYZ | 25.6635 | 23.1063 | 7.3823 |
Yxy | 23.1063 | 0.4570 | 0.4115 |
Hunter Lab | 48.0690 | 11.1783 | 24.5427 |
CIE-Lab | 55.1817 | 16.3511 | 41.1739 |
#b1783c color RGB value is (177,120,60).
#b1783c hex color red value is 177, green value is 120 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b1783c hue: 0.09 , saturation: 0.49 and the lightness value of b1783c is 0.46.
The process color (four color CMYK) of #b1783c color hex is 0.00, 0.32, 0.66, 0.31. Web safe color of #b1783c is #996633. Color #b1783c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01111000 | 00111100 |
Octal | 261 | 170 | 74 |
Decimal | 177 | 120 | 60 |
Hex | B1 | 78 | 3C |
Shades of #b1783c
Tints of #b1783c
RGB Percentages of Color #b1783c
CMYK Percentages of Color #b1783c
Complementary Color
#b1783c | #3c75b1 |
#b1783c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1783c Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1783c Color CSS Codes
.mybgcolor {background-color:#b1783c; } .myforecolor {color:#b1783c; } .mybordercolor {border:3px solid #b1783c; }
#b1783c Text Font Color
<p style="color:#b1783c">Text here</p>
This sample text font color is #b1783c
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.
#b1783c Background Color
<div style="background-color:#b1783c">
Div content here</div>
This div background color is #b1783c
#b1783c Border Color
<div style="border:3px solid #b1783c">
Div here</div>
This div border color is #b1783c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,120,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1783c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1783c; -webkit-box-shadow: 1px 1px 3px 2px #b1783c; box-shadow: 1px 1px 3px 2px #b1783c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,120,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1783c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1783c; -webkit-box-shadow: 1px 1px 3px 2px #b1783c; box-shadow: 1px 1px 3px 2px #b1783c;">
Div content here</div>
This div box has shadow with color #b1783c
#b1783c Color Palettes
Comments
No comments written yet.
Please login to write comment.