Color spaces of #be876f
RGB | 190 | 135 | 111 |
---|---|---|---|
HSL | 0.05 | 0.38 | 0.59 |
HSV | 18° | 42° | 75° |
CMYK | 0.00 | 0.29 | 0.42 0.25 |
XYZ | 32.7684 | 29.4228 | 18.9910 |
Yxy | 29.4228 | 0.4036 | 0.3624 |
Hunter Lab | 54.2428 | 12.9081 | 17.2119 |
CIE-Lab | 61.1530 | 18.0417 | 21.2779 |
#be876f color RGB value is (190,135,111).
#be876f hex color red value is 190, green value is 135 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be876f hue: 0.05 , saturation: 0.38 and the lightness value of be876f is 0.59.
The process color (four color CMYK) of #be876f color hex is 0.00, 0.29, 0.42, 0.25. Web safe color of #be876f is #cc9966. Color #be876f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10000111 | 01101111 |
Octal | 276 | 207 | 157 |
Decimal | 190 | 135 | 111 |
Hex | BE | 87 | 6F |
Shades of #be876f
Tints of #be876f
RGB Percentages of Color #be876f
CMYK Percentages of Color #be876f
Complementary Color
#be876f | #6fa6be |
#be876f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be876f Color Preview on White Background
Lorem ipsum dolor sit amet.
#be876f Color CSS Codes
.mybgcolor {background-color:#be876f; } .myforecolor {color:#be876f; } .mybordercolor {border:3px solid #be876f; }
#be876f Text Font Color
<p style="color:#be876f">Text here</p>
This sample text font color is #be876f
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.
#be876f Background Color
<div style="background-color:#be876f">
Div content here</div>
This div background color is #be876f
#be876f Border Color
<div style="border:3px solid #be876f">
Div here</div>
This div border color is #be876f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,135,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be876f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be876f; -webkit-box-shadow: 1px 1px 3px 2px #be876f; box-shadow: 1px 1px 3px 2px #be876f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,135,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be876f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be876f; -webkit-box-shadow: 1px 1px 3px 2px #be876f; box-shadow: 1px 1px 3px 2px #be876f;">
Div content here</div>
This div box has shadow with color #be876f
Comments
No comments written yet.
Please login to write comment.