HEX: #BEA83D
RGB: (190,168,61)
#BEA83D contains mainly red and green colors. Web safe color of #BEA83D is #CC9933 (or #C93).
#BEA83D color RGB value is (190,168,61).
RGB: (190,168,61)
(75%, 66%, 24%)
R 190 of 255 = 75%
G 168 of 255 = 66%
B 61 of 255 = 24%
R + G + B ~ 55%. #BEA83D is middle color (not dark and not light).
R + G + B = 190 + 168 + 61 = 419 (100%)
R 190 of 419 ~ 45.35%
G 168 of 419 ~ 40.1%
B 61 of 419 ~ 14.56'%
#BEA83D color CMYK value is (0,12,68,25).
CMYK: (0,12,68,25)
C0M12Y68K25 (0%, 12%, 68%, 25%)
(0.00 / 0.12 / 0.68 / 0.25)
Color #BEA83D in popluar color models
BE | A8 | 3D | |
---|---|---|---|
RGB | 190 | 168 | 61 |
HSL | 50° | 51.39% | 49.22% |
HSB/HSV | 50° | 67.89% | 74.51% |
CMYK | 0.00% | 11.58% | 67.89% |
25.49% |
Color #BEA83D in popluar number systems.
HEX | BE | A8 | 3D |
Decimal | 190 | 168 | 61 |
Binary | 10111110 | 10101000 | 111101 |
Octal | 276 | 250 | 75 |
Shades of #BEA83D
Tints of #BEA83D
Examples of css and html codes for elements with #BEA83D color. Also use rgb(190,168,61) instead hex code.
.myTextColor { color: #BEA83D; }
<p style="color:#BEA83D">This sample text font color is #BEA83D.</p>
This text font color is #BEA83D.
.myBgColor { background-color: #BEA83D; }
<div style="background-color:#BEA83D">Inner text</div>
This div background color is #BEA83D.
.myBorderColor { border: 1px solid #BEA83D; }
<div style="border:3px solid #BEA83D">Div</div>
This div border color is #BEA83D.
.myOpacity80 { color: #BEA83D; opacity: 0.8; }
<p style="color:#BEA83D;opacity:0.8;">80%</p>
Text with #BEA83D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA83D;}
<p style="text-shadow: 3px 3px 1px #BEA83D">Text here.</p>
This text has shadow with #BEA83D color.
.textShadow {text-shadow: 3px 3px 1px #BEA83D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA83D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA83D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA83D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA83D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA83D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA83D;
-webkit-box-shadow: 1px 1px 3px 2px #BEA83D;
box-shadow: 1px 1px 3px 2px #BEA83D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA83D; -webkit-box-shadow: 1px 1px 3px 2px #BEA83D; box-shadow:1px 1px 3px 2px #BEA83D;">
Div content here
</div>
This text has color #BEA83D on black background.
This text has color #BEA83D on white background.
This text has black color on #BEA83D background.
This text has white color on #BEA83D background.
Complementary color for #hex is #4157C2.