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