HEX: #BEB248
RGB: (190,178,72)
#BEB248 contains mainly red and green colors. Web safe color of #BEB248 is #CC9933 (or #C93).
#BEB248 color RGB value is (190,178,72).
RGB: (190,178,72)
(75%, 70%, 28%)
R 190 of 255 = 75%
G 178 of 255 = 70%
B 72 of 255 = 28%
R + G + B ~ 58%. #BEB248 is middle color (not dark and not light).
R + G + B = 190 + 178 + 72 = 440 (100%)
R 190 of 440 ~ 43.18%
G 178 of 440 ~ 40.45%
B 72 of 440 ~ 16.36'%
#BEB248 color CMYK value is (0,6,62,25).
CMYK: (0,6,62,25)
C0M6Y62K25 (0%, 6%, 62%, 25%)
(0.00 / 0.06 / 0.62 / 0.25)
Color #BEB248 in popluar color models
BE | B2 | 48 | |
---|---|---|---|
RGB | 190 | 178 | 72 |
HSL | 54° | 47.58% | 51.37% |
HSB/HSV | 54° | 62.11% | 74.51% |
CMYK | 0.00% | 6.32% | 62.11% |
25.49% |
Color #BEB248 in popluar number systems.
HEX | BE | B2 | 48 |
Decimal | 190 | 178 | 72 |
Binary | 10111110 | 10110010 | 1001000 |
Octal | 276 | 262 | 110 |
Shades of #BEB248
Tints of #BEB248
Examples of css and html codes for elements with #BEB248 color. Also use rgb(190,178,72) instead hex code.
.myTextColor { color: #BEB248; }
<p style="color:#BEB248">This sample text font color is #BEB248.</p>
This text font color is #BEB248.
.myBgColor { background-color: #BEB248; }
<div style="background-color:#BEB248">Inner text</div>
This div background color is #BEB248.
.myBorderColor { border: 1px solid #BEB248; }
<div style="border:3px solid #BEB248">Div</div>
This div border color is #BEB248.
.myOpacity80 { color: #BEB248; opacity: 0.8; }
<p style="color:#BEB248;opacity:0.8;">80%</p>
Text with #BEB248 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB248;}
<p style="text-shadow: 3px 3px 1px #BEB248">Text here.</p>
This text has shadow with #BEB248 color.
.textShadow {text-shadow: 3px 3px 1px #BEB248', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB248, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEB248 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB248, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB248, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB248 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB248;
-webkit-box-shadow: 1px 1px 3px 2px #BEB248;
box-shadow: 1px 1px 3px 2px #BEB248;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB248; -webkit-box-shadow: 1px 1px 3px 2px #BEB248; box-shadow:1px 1px 3px 2px #BEB248;">
Div content here
</div>
This text has color #BEB248 on black background.
This text has color #BEB248 on white background.
This text has black color on #BEB248 background.
This text has white color on #BEB248 background.
Complementary color for #hex is #414DB7.