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