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