Color spaces of #be936a
RGB | 190 | 147 | 106 |
---|---|---|---|
HSL | 0.08 | 0.39 | 0.58 |
HSV | 29° | 44° | 75° |
CMYK | 0.00 | 0.23 | 0.44 0.25 |
XYZ | 34.2704 | 32.8552 | 18.1711 |
Yxy | 32.8552 | 0.4018 | 0.3852 |
Hunter Lab | 57.3195 | 6.4133 | 21.3278 |
CIE-Lab | 64.0435 | 10.8595 | 27.8934 |
#be936a color RGB value is (190,147,106).
#be936a hex color red value is 190, green value is 147 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #be936a hue: 0.08 , saturation: 0.39 and the lightness value of be936a is 0.58.
The process color (four color CMYK) of #be936a color hex is 0.00, 0.23, 0.44, 0.25. Web safe color of #be936a is #cc9966. Color #be936a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010011 | 01101010 |
Octal | 276 | 223 | 152 |
Decimal | 190 | 147 | 106 |
Hex | BE | 93 | 6A |
Shades of #be936a
Tints of #be936a
RGB Percentages of Color #be936a
CMYK Percentages of Color #be936a
Complementary Color
#be936a | #6a95be |
#be936a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be936a Color Preview on White Background
Lorem ipsum dolor sit amet.
#be936a Color CSS Codes
.mybgcolor {background-color:#be936a; } .myforecolor {color:#be936a; } .mybordercolor {border:3px solid #be936a; }
#be936a Text Font Color
<p style="color:#be936a">Text here</p>
This sample text font color is #be936a
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.
#be936a Background Color
<div style="background-color:#be936a">
Div content here</div>
This div background color is #be936a
#be936a Border Color
<div style="border:3px solid #be936a">
Div here</div>
This div border color is #be936a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,147,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be936a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be936a; -webkit-box-shadow: 1px 1px 3px 2px #be936a; box-shadow: 1px 1px 3px 2px #be936a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,147,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be936a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be936a; -webkit-box-shadow: 1px 1px 3px 2px #be936a; box-shadow: 1px 1px 3px 2px #be936a;">
Div content here</div>
This div box has shadow with color #be936a
Comments
No comments written yet.
Please login to write comment.