Color spaces of #be9583
RGB | 190 | 149 | 131 |
---|---|---|---|
HSL | 0.05 | 0.31 | 0.63 |
HSV | 18° | 31° | 75° |
CMYK | 0.00 | 0.22 | 0.31 0.25 |
XYZ | 36.0794 | 34.0807 | 26.1494 |
Yxy | 34.0807 | 0.3746 | 0.3539 |
Hunter Lab | 58.3787 | 8.1545 | 14.3075 |
CIE-Lab | 65.0266 | 12.7767 | 15.3840 |
#be9583 color RGB value is (190,149,131).
#be9583 hex color red value is 190, green value is 149 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #be9583 hue: 0.05 , saturation: 0.31 and the lightness value of be9583 is 0.63.
The process color (four color CMYK) of #be9583 color hex is 0.00, 0.22, 0.31, 0.25. Web safe color of #be9583 is #cc9999. Color #be9583 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010101 | 10000011 |
Octal | 276 | 225 | 203 |
Decimal | 190 | 149 | 131 |
Hex | BE | 95 | 83 |
Shades of #be9583
Tints of #be9583
RGB Percentages of Color #be9583
CMYK Percentages of Color #be9583
Complementary Color
#be9583 | #83acbe |
#be9583 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be9583 Color Preview on White Background
Lorem ipsum dolor sit amet.
#be9583 Color CSS Codes
.mybgcolor {background-color:#be9583; } .myforecolor {color:#be9583; } .mybordercolor {border:3px solid #be9583; }
#be9583 Text Font Color
<p style="color:#be9583">Text here</p>
This sample text font color is #be9583
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.
#be9583 Background Color
<div style="background-color:#be9583">
Div content here</div>
This div background color is #be9583
#be9583 Border Color
<div style="border:3px solid #be9583">
Div here</div>
This div border color is #be9583
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,149,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be9583; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be9583; -webkit-box-shadow: 1px 1px 3px 2px #be9583; box-shadow: 1px 1px 3px 2px #be9583; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,149,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be9583">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be9583; -webkit-box-shadow: 1px 1px 3px 2px #be9583; box-shadow: 1px 1px 3px 2px #be9583;">
Div content here</div>
This div box has shadow with color #be9583
Comments
No comments written yet.
Please login to write comment.