HEX: #BEAE7C
RGB: (190,174,124)
#BEAE7C contains mainly red and green colors. Web safe color of #BEAE7C is #CC9966 (or #C96).
#BEAE7C color RGB value is (190,174,124).
RGB: (190,174,124)
(75%, 68%, 49%)
R 190 of 255 = 75%
G 174 of 255 = 68%
B 124 of 255 = 49%
R + G + B ~ 64%. #BEAE7C is quite light color.
R + G + B = 190 + 174 + 124 = 488 (100%)
R 190 of 488 ~ 38.93%
G 174 of 488 ~ 35.66%
B 124 of 488 ~ 25.41'%
#BEAE7C color CMYK value is (0,8,35,25).
CMYK: (0,8,35,25) C0M8Y35K25 (0%,8%,35%,25%) (0.00/0.08/0.35/0.25)
Color #BEAE7C in popluar color models
BE | AE | 7C | |
---|---|---|---|
RGB | 190 | 174 | 124 |
HSL | 45° | 33.67% | 61.57% |
HSB/HSV | 45° | 34.74% | 74.51% |
CMYK | 0.00% | 8.42% | 34.74% |
25.49% |
Color #BEAE7C in popluar number systems.
HEX | BE | AE | 7C |
Decimal | 190 | 174 | 124 |
Binary | 10111110 | 10101110 | 1111100 |
Octal | 276 | 256 | 174 |
Shades of #BEAE7C
Tints of #BEAE7C
Examples of css and html codes for elements with #BEAE7C color. Also use rgb(190,174,124) instead hex code.
.myTextColor { color: #BEAE7C; }
<p style="color:#BEAE7C">This sample text font color is #BEAE7C.</p>
This text font color is #BEAE7C.
.myBgColor { background-color: #BEAE7C; }
<div style="background-color:#BEAE7C">Inner text</div>
This div background color is #BEAE7C.
.myBorderColor { border: 1px solid #BEAE7C; }
<div style="border:3px solid #BEAE7C">Div</div>
This div border color is #BEAE7C.
.myOpacity80 { color: #BEAE7C; opacity: 0.8; }
<p style="color:#BEAE7C;opacity:0.8;">80%</p>
Text with #BEAE7C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAE7C;}
<p style="text-shadow: 3px 3px 1px #BEAE7C">Text here.</p>
This text has shadow with #BEAE7C color.
.textShadow {text-shadow: 3px 3px 1px #BEAE7C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAE7C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAE7C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAE7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAE7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAE7C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAE7C;
-webkit-box-shadow: 1px 1px 3px 2px #BEAE7C;
box-shadow: 1px 1px 3px 2px #BEAE7C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAE7C; -webkit-box-shadow: 1px 1px 3px 2px #BEAE7C; box-shadow:1px 1px 3px 2px #BEAE7C;">
Div content here
</div>
This text has color #BEAE7C on black background.
This text has color #BEAE7C on white background.
This text has black color on #BEAE7C background.
This text has white color on #BEAE7C background.
Complementary color for #hex is #415183.