HEX: #BEA165
RGB: (190,161,101)
#BEA165 contains mainly red and green colors. Web safe color of #BEA165 is #CC9966 (or #C96).
#BEA165 color RGB value is (190,161,101).
RGB: (190,161,101)
(75%, 63%, 40%)
R 190 of 255 = 75%
G 161 of 255 = 63%
B 101 of 255 = 40%
R + G + B ~ 59%. #BEA165 is middle color (not dark and not light).
R + G + B = 190 + 161 + 101 = 452 (100%)
R 190 of 452 ~ 42.04%
G 161 of 452 ~ 35.62%
B 101 of 452 ~ 22.35'%
#BEA165 color CMYK value is (0,15,47,25).
CMYK: (0,15,47,25)
C0M15Y47K25 (0%, 15%, 47%, 25%)
(0.00 / 0.15 / 0.47 / 0.25)
Color #BEA165 in popluar color models
BE | A1 | 65 | |
---|---|---|---|
RGB | 190 | 161 | 101 |
HSL | 40° | 40.64% | 57.06% |
HSB/HSV | 40° | 46.84% | 74.51% |
CMYK | 0.00% | 15.26% | 46.84% |
25.49% |
Color #BEA165 in popluar number systems.
HEX | BE | A1 | 65 |
Decimal | 190 | 161 | 101 |
Binary | 10111110 | 10100001 | 1100101 |
Octal | 276 | 241 | 145 |
Shades of #BEA165
Tints of #BEA165
Examples of css and html codes for elements with #BEA165 color. Also use rgb(190,161,101) instead hex code.
.myTextColor { color: #BEA165; }
<p style="color:#BEA165">This sample text font color is #BEA165.</p>
This text font color is #BEA165.
.myBgColor { background-color: #BEA165; }
<div style="background-color:#BEA165">Inner text</div>
This div background color is #BEA165.
.myBorderColor { border: 1px solid #BEA165; }
<div style="border:3px solid #BEA165">Div</div>
This div border color is #BEA165.
.myOpacity80 { color: #BEA165; opacity: 0.8; }
<p style="color:#BEA165;opacity:0.8;">80%</p>
Text with #BEA165 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA165;}
<p style="text-shadow: 3px 3px 1px #BEA165">Text here.</p>
This text has shadow with #BEA165 color.
.textShadow {text-shadow: 3px 3px 1px #BEA165', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA165, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA165 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA165, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA165, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA165 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA165;
-webkit-box-shadow: 1px 1px 3px 2px #BEA165;
box-shadow: 1px 1px 3px 2px #BEA165;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA165; -webkit-box-shadow: 1px 1px 3px 2px #BEA165; box-shadow:1px 1px 3px 2px #BEA165;">
Div content here
</div>
This text has color #BEA165 on black background.
This text has color #BEA165 on white background.
This text has black color on #BEA165 background.
This text has white color on #BEA165 background.
Complementary color for #hex is #415E9A.