HEX: #BEB37B
RGB: (190,179,123)
#BEB37B contains mainly red and green colors. Web safe color of #BEB37B is #CC9966 (or #C96).
#BEB37B color RGB value is (190,179,123).
RGB: (190,179,123)
(75%, 70%, 48%)
R 190 of 255 = 75%
G 179 of 255 = 70%
B 123 of 255 = 48%
R + G + B ~ 64%. #BEB37B is quite light color.
R + G + B = 190 + 179 + 123 = 492 (100%)
R 190 of 492 ~ 38.62%
G 179 of 492 ~ 36.38%
B 123 of 492 ~ 25'%
#BEB37B color CMYK value is (0,6,35,25).
CMYK: (0,6,35,25)
C0M6Y35K25 (0%, 6%, 35%, 25%)
(0.00 / 0.06 / 0.35 / 0.25)
Color #BEB37B in popluar color models
BE | B3 | 7B | |
---|---|---|---|
RGB | 190 | 179 | 123 |
HSL | 50° | 34.01% | 61.37% |
HSB/HSV | 50° | 35.26% | 74.51% |
CMYK | 0.00% | 5.79% | 35.26% |
25.49% |
Color #BEB37B in popluar number systems.
HEX | BE | B3 | 7B |
Decimal | 190 | 179 | 123 |
Binary | 10111110 | 10110011 | 1111011 |
Octal | 276 | 263 | 173 |
Shades of #BEB37B
Tints of #BEB37B
Examples of css and html codes for elements with #BEB37B color. Also use rgb(190,179,123) instead hex code.
.myTextColor { color: #BEB37B; }
<p style="color:#BEB37B">This sample text font color is #BEB37B.</p>
This text font color is #BEB37B.
.myBgColor { background-color: #BEB37B; }
<div style="background-color:#BEB37B">Inner text</div>
This div background color is #BEB37B.
.myBorderColor { border: 1px solid #BEB37B; }
<div style="border:3px solid #BEB37B">Div</div>
This div border color is #BEB37B.
.myOpacity80 { color: #BEB37B; opacity: 0.8; }
<p style="color:#BEB37B;opacity:0.8;">80%</p>
Text with #BEB37B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB37B;}
<p style="text-shadow: 3px 3px 1px #BEB37B">Text here.</p>
This text has shadow with #BEB37B color.
.textShadow {text-shadow: 3px 3px 1px #BEB37B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB37B, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEB37B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB37B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB37B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB37B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB37B;
-webkit-box-shadow: 1px 1px 3px 2px #BEB37B;
box-shadow: 1px 1px 3px 2px #BEB37B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB37B; -webkit-box-shadow: 1px 1px 3px 2px #BEB37B; box-shadow:1px 1px 3px 2px #BEB37B;">
Div content here
</div>
This text has color #BEB37B on black background.
This text has color #BEB37B on white background.
This text has black color on #BEB37B background.
This text has white color on #BEB37B background.
Complementary color for #hex is #414C84.