HEX: #BEA750
RGB: (190,167,80)
#BEA750 contains mainly red and green colors. Web safe color of #BEA750 is #CC9966 (or #C96).
#BEA750 color RGB value is (190,167,80).
RGB: (190,167,80)
(75%, 65%, 31%)
R 190 of 255 = 75%
G 167 of 255 = 65%
B 80 of 255 = 31%
R + G + B ~ 57%. #BEA750 is middle color (not dark and not light).
R + G + B = 190 + 167 + 80 = 437 (100%)
R 190 of 437 ~ 43.48%
G 167 of 437 ~ 38.22%
B 80 of 437 ~ 18.31'%
#BEA750 color CMYK value is (0,12,58,25).
CMYK: (0,12,58,25) C0M12Y58K25 (0%,12%,58%,25%) (0.00/0.12/0.58/0.25)
Color #BEA750 in popluar color models
BE | A7 | 50 | |
---|---|---|---|
RGB | 190 | 167 | 80 |
HSL | 47° | 45.83% | 52.94% |
HSB/HSV | 47° | 57.89% | 74.51% |
CMYK | 0.00% | 12.11% | 57.89% |
25.49% |
Color #BEA750 in popluar number systems.
HEX | BE | A7 | 50 |
Decimal | 190 | 167 | 80 |
Binary | 10111110 | 10100111 | 1010000 |
Octal | 276 | 247 | 120 |
Shades of #BEA750
Tints of #BEA750
Examples of css and html codes for elements with #BEA750 color. Also use rgb(190,167,80) instead hex code.
.myTextColor { color: #BEA750; }
<p style="color:#BEA750">This sample text font color is #BEA750.</p>
This text font color is #BEA750.
.myBgColor { background-color: #BEA750; }
<div style="background-color:#BEA750">Inner text</div>
This div background color is #BEA750.
.myBorderColor { border: 1px solid #BEA750; }
<div style="border:3px solid #BEA750">Div</div>
This div border color is #BEA750.
.myOpacity80 { color: #BEA750; opacity: 0.8; }
<p style="color:#BEA750;opacity:0.8;">80%</p>
Text with #BEA750 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA750;}
<p style="text-shadow: 3px 3px 1px #BEA750">Text here.</p>
This text has shadow with #BEA750 color.
.textShadow {text-shadow: 3px 3px 1px #BEA750', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA750, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA750 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA750, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA750, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA750 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA750;
-webkit-box-shadow: 1px 1px 3px 2px #BEA750;
box-shadow: 1px 1px 3px 2px #BEA750;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA750; -webkit-box-shadow: 1px 1px 3px 2px #BEA750; box-shadow:1px 1px 3px 2px #BEA750;">
Div content here
</div>
This text has color #BEA750 on black background.
This text has color #BEA750 on white background.
This text has black color on #BEA750 background.
This text has white color on #BEA750 background.
Complementary color for #hex is #4158AF.