Color spaces of #be897e
RGB | 190 | 137 | 126 |
---|---|---|---|
HSL | 0.03 | 0.33 | 0.62 |
HSV | 10° | 34° | 75° |
CMYK | 0.00 | 0.28 | 0.34 0.25 |
XYZ | 33.9468 | 30.3448 | 23.8066 |
Yxy | 30.3448 | 0.3853 | 0.3444 |
Hunter Lab | 55.0861 | 13.5999 | 12.9369 |
CIE-Lab | 61.9506 | 18.7569 | 13.9100 |
#be897e color RGB value is (190,137,126).
#be897e hex color red value is 190, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be897e hue: 0.03 , saturation: 0.33 and the lightness value of be897e is 0.62.
The process color (four color CMYK) of #be897e color hex is 0.00, 0.28, 0.34, 0.25. Web safe color of #be897e is #cc9966. Color #be897e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10001001 | 01111110 |
Octal | 276 | 211 | 176 |
Decimal | 190 | 137 | 126 |
Hex | BE | 89 | 7E |
Shades of #be897e
Tints of #be897e
RGB Percentages of Color #be897e
CMYK Percentages of Color #be897e
Complementary Color
#be897e | #7eb3be |
#be897e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be897e Color Preview on White Background
Lorem ipsum dolor sit amet.
#be897e Color CSS Codes
.mybgcolor {background-color:#be897e; } .myforecolor {color:#be897e; } .mybordercolor {border:3px solid #be897e; }
#be897e Text Font Color
<p style="color:#be897e">Text here</p>
This sample text font color is #be897e
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.
#be897e Background Color
<div style="background-color:#be897e">
Div content here</div>
This div background color is #be897e
#be897e Border Color
<div style="border:3px solid #be897e">
Div here</div>
This div border color is #be897e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,137,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be897e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be897e; -webkit-box-shadow: 1px 1px 3px 2px #be897e; box-shadow: 1px 1px 3px 2px #be897e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,137,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be897e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be897e; -webkit-box-shadow: 1px 1px 3px 2px #be897e; box-shadow: 1px 1px 3px 2px #be897e;">
Div content here</div>
This div box has shadow with color #be897e
Comments
No comments written yet.
Please login to write comment.