HEX: #BEA360
RGB: (190,163,96)
#BEA360 contains mainly red and green colors. Web safe color of #BEA360 is #CC9966 (or #C96).
#BEA360 color RGB value is (190,163,96).
RGB: (190,163,96)
(75%, 64%, 38%)
R 190 of 255 = 75%
G 163 of 255 = 64%
B 96 of 255 = 38%
R + G + B ~ 59%. #BEA360 is middle color (not dark and not light).
R + G + B = 190 + 163 + 96 = 449 (100%)
R 190 of 449 ~ 42.32%
G 163 of 449 ~ 36.3%
B 96 of 449 ~ 21.38'%
#BEA360 color CMYK value is (0,14,49,25).
CMYK: (0,14,49,25) C0M14Y49K25 (0%,14%,49%,25%) (0.00/0.14/0.49/0.25)
Color #BEA360 in popluar color models
BE | A3 | 60 | |
---|---|---|---|
RGB | 190 | 163 | 96 |
HSL | 43° | 41.96% | 56.08% |
HSB/HSV | 43° | 49.47% | 74.51% |
CMYK | 0.00% | 14.21% | 49.47% |
25.49% |
Color #BEA360 in popluar number systems.
HEX | BE | A3 | 60 |
Decimal | 190 | 163 | 96 |
Binary | 10111110 | 10100011 | 1100000 |
Octal | 276 | 243 | 140 |
Shades of #BEA360
Tints of #BEA360
Examples of css and html codes for elements with #BEA360 color. Also use rgb(190,163,96) instead hex code.
.myTextColor { color: #BEA360; }
<p style="color:#BEA360">This sample text font color is #BEA360.</p>
This text font color is #BEA360.
.myBgColor { background-color: #BEA360; }
<div style="background-color:#BEA360">Inner text</div>
This div background color is #BEA360.
.myBorderColor { border: 1px solid #BEA360; }
<div style="border:3px solid #BEA360">Div</div>
This div border color is #BEA360.
.myOpacity80 { color: #BEA360; opacity: 0.8; }
<p style="color:#BEA360;opacity:0.8;">80%</p>
Text with #BEA360 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA360;}
<p style="text-shadow: 3px 3px 1px #BEA360">Text here.</p>
This text has shadow with #BEA360 color.
.textShadow {text-shadow: 3px 3px 1px #BEA360', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA360, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA360 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA360, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA360, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA360 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA360;
-webkit-box-shadow: 1px 1px 3px 2px #BEA360;
box-shadow: 1px 1px 3px 2px #BEA360;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA360; -webkit-box-shadow: 1px 1px 3px 2px #BEA360; box-shadow:1px 1px 3px 2px #BEA360;">
Div content here
</div>
This text has color #BEA360 on black background.
This text has color #BEA360 on white background.
This text has black color on #BEA360 background.
This text has white color on #BEA360 background.
Complementary color for #hex is #415C9F.