Color spaces of #be853e
RGB | 190 | 133 | 62 |
---|---|---|---|
HSL | 0.09 | 0.51 | 0.49 |
HSV | 33° | 67° | 75° |
CMYK | 0.00 | 0.30 | 0.67 0.25 |
XYZ | 30.4922 | 28.0700 | 8.3684 |
Yxy | 28.0700 | 0.4556 | 0.4194 |
Hunter Lab | 52.9811 | 10.0150 | 27.7219 |
CIE-Lab | 59.9519 | 14.9052 | 45.9180 |
#be853e color RGB value is (190,133,62).
#be853e hex color red value is 190, green value is 133 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #be853e hue: 0.09 , saturation: 0.51 and the lightness value of be853e is 0.49.
The process color (four color CMYK) of #be853e color hex is 0.00, 0.30, 0.67, 0.25. Web safe color of #be853e is #cc9933. Color #be853e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10000101 | 00111110 |
Octal | 276 | 205 | 76 |
Decimal | 190 | 133 | 62 |
Hex | BE | 85 | 3E |
Shades of #be853e
Tints of #be853e
RGB Percentages of Color #be853e
CMYK Percentages of Color #be853e
Complementary Color
#be853e | #3e77be |
#be853e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be853e Color Preview on White Background
Lorem ipsum dolor sit amet.
#be853e Color CSS Codes
.mybgcolor {background-color:#be853e; } .myforecolor {color:#be853e; } .mybordercolor {border:3px solid #be853e; }
#be853e Text Font Color
<p style="color:#be853e">Text here</p>
This sample text font color is #be853e
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.
#be853e Background Color
<div style="background-color:#be853e">
Div content here</div>
This div background color is #be853e
#be853e Border Color
<div style="border:3px solid #be853e">
Div here</div>
This div border color is #be853e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,133,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be853e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be853e; -webkit-box-shadow: 1px 1px 3px 2px #be853e; box-shadow: 1px 1px 3px 2px #be853e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,133,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 #be853e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be853e; -webkit-box-shadow: 1px 1px 3px 2px #be853e; box-shadow: 1px 1px 3px 2px #be853e;">
Div content here</div>
This div box has shadow with color #be853e
Comments
No comments written yet.
Please login to write comment.