HEX: #BEA0AE
RGB: (190,160,174)
#BEA0AE contains red, green and blue colors in about the same proportion. Web safe color of #BEA0AE is #CC9999 (or #C99).
#BEA0AE color RGB value is (190,160,174).
RGB: (190,160,174)
(75%, 63%, 68%)
R 190 of 255 = 75%
G 160 of 255 = 63%
B 174 of 255 = 68%
R + G + B ~ 69%. #BEA0AE is quite light color.
R + G + B = 190 + 160 + 174 = 524 (100%)
R 190 of 524 ~ 36.26%
G 160 of 524 ~ 30.53%
B 174 of 524 ~ 33.21'%
#BEA0AE color CMYK value is (0,16,8,25).
CMYK: (0,16,8,25)
C0M16Y8K25 (0%, 16%, 8%, 25%)
(0.00 / 0.16 / 0.08 / 0.25)
Color #BEA0AE in popluar color models
BE | A0 | AE | |
---|---|---|---|
RGB | 190 | 160 | 174 |
HSL | 332° | 18.75% | 68.63% |
HSB/HSV | 332° | 15.79% | 74.51% |
CMYK | 0.00% | 15.79% | 8.42% |
25.49% |
Color #BEA0AE in popluar number systems.
HEX | BE | A0 | AE |
Decimal | 190 | 160 | 174 |
Binary | 10111110 | 10100000 | 10101110 |
Octal | 276 | 240 | 256 |
Shades of #BEA0AE
Tints of #BEA0AE
Examples of css and html codes for elements with #BEA0AE color. Also use rgb(190,160,174) instead hex code.
.myTextColor { color: #BEA0AE; }
<p style="color:#BEA0AE">This sample text font color is #BEA0AE.</p>
This text font color is #BEA0AE.
.myBgColor { background-color: #BEA0AE; }
<div style="background-color:#BEA0AE">Inner text</div>
This div background color is #BEA0AE.
.myBorderColor { border: 1px solid #BEA0AE; }
<div style="border:3px solid #BEA0AE">Div</div>
This div border color is #BEA0AE.
.myOpacity80 { color: #BEA0AE; opacity: 0.8; }
<p style="color:#BEA0AE;opacity:0.8;">80%</p>
Text with #BEA0AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA0AE;}
<p style="text-shadow: 3px 3px 1px #BEA0AE">Text here.</p>
This text has shadow with #BEA0AE color.
.textShadow {text-shadow: 3px 3px 1px #BEA0AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA0AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA0AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA0AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA0AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA0AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA0AE;
-webkit-box-shadow: 1px 1px 3px 2px #BEA0AE;
box-shadow: 1px 1px 3px 2px #BEA0AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA0AE; -webkit-box-shadow: 1px 1px 3px 2px #BEA0AE; box-shadow:1px 1px 3px 2px #BEA0AE;">
Div content here
</div>
This text has color #BEA0AE on black background.
This text has color #BEA0AE on white background.
This text has black color on #BEA0AE background.
This text has white color on #BEA0AE background.
Complementary color for #hex is #415F51.