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