Color spaces of #bb773e
RGB | 187 | 119 | 62 |
---|---|---|---|
HSL | 0.08 | 0.50 | 0.49 |
HSV | 27° | 67° | 73° |
CMYK | 0.00 | 0.36 | 0.67 0.27 |
XYZ | 27.9598 | 24.1062 | 7.7368 |
Yxy | 24.1062 | 0.4675 | 0.4031 |
Hunter Lab | 49.0981 | 15.7285 | 25.0258 |
CIE-Lab | 56.1940 | 21.3525 | 41.6342 |
#bb773e color RGB value is (187,119,62).
#bb773e hex color red value is 187, green value is 119 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb773e hue: 0.08 , saturation: 0.50 and the lightness value of bb773e is 0.49.
The process color (four color CMYK) of #bb773e color hex is 0.00, 0.36, 0.67, 0.27. Web safe color of #bb773e is #cc6633. Color #bb773e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110111 | 00111110 |
Octal | 273 | 167 | 76 |
Decimal | 187 | 119 | 62 |
Hex | BB | 77 | 3E |
Shades of #bb773e
Tints of #bb773e
RGB Percentages of Color #bb773e
CMYK Percentages of Color #bb773e
Complementary Color
#bb773e | #3e82bb |
#bb773e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb773e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb773e Color CSS Codes
.mybgcolor {background-color:#bb773e; } .myforecolor {color:#bb773e; } .mybordercolor {border:3px solid #bb773e; }
#bb773e Text Font Color
<p style="color:#bb773e">Text here</p>
This sample text font color is #bb773e
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.
#bb773e Background Color
<div style="background-color:#bb773e">
Div content here</div>
This div background color is #bb773e
#bb773e Border Color
<div style="border:3px solid #bb773e">
Div here</div>
This div border color is #bb773e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,119,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb773e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb773e; -webkit-box-shadow: 1px 1px 3px 2px #bb773e; box-shadow: 1px 1px 3px 2px #bb773e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,119,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb773e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb773e; -webkit-box-shadow: 1px 1px 3px 2px #bb773e; box-shadow: 1px 1px 3px 2px #bb773e;">
Div content here</div>
This div box has shadow with color #bb773e
Comments
No comments written yet.
Please login to write comment.