HEX: #BEAC8D
RGB: (190,172,141)
#BEAC8D contains red, green and blue colors in about the same proportion. Web safe color of #BEAC8D is #CC9999 (or #C99).
#BEAC8D color RGB value is (190,172,141).
RGB: (190,172,141)
(75%, 67%, 55%)
R 190 of 255 = 75%
G 172 of 255 = 67%
B 141 of 255 = 55%
R + G + B ~ 66%. #BEAC8D is quite light color.
R + G + B = 190 + 172 + 141 = 503 (100%)
R 190 of 503 ~ 37.77%
G 172 of 503 ~ 34.19%
B 141 of 503 ~ 28.03'%
#BEAC8D color CMYK value is (0,9,26,25).
CMYK: (0,9,26,25) C0M9Y26K25 (0%,9%,26%,25%) (0.00/0.09/0.26/0.25)
Color #BEAC8D in popluar color models
BE | AC | 8D | |
---|---|---|---|
RGB | 190 | 172 | 141 |
HSL | 38° | 27.37% | 64.90% |
HSB/HSV | 38° | 25.79% | 74.51% |
CMYK | 0.00% | 9.47% | 25.79% |
25.49% |
Color #BEAC8D in popluar number systems.
HEX | BE | AC | 8D |
Decimal | 190 | 172 | 141 |
Binary | 10111110 | 10101100 | 10001101 |
Octal | 276 | 254 | 215 |
Shades of #BEAC8D
Tints of #BEAC8D
Examples of css and html codes for elements with #BEAC8D color. Also use rgb(190,172,141) instead hex code.
.myTextColor { color: #BEAC8D; }
<p style="color:#BEAC8D">This sample text font color is #BEAC8D.</p>
This text font color is #BEAC8D.
.myBgColor { background-color: #BEAC8D; }
<div style="background-color:#BEAC8D">Inner text</div>
This div background color is #BEAC8D.
.myBorderColor { border: 1px solid #BEAC8D; }
<div style="border:3px solid #BEAC8D">Div</div>
This div border color is #BEAC8D.
.myOpacity80 { color: #BEAC8D; opacity: 0.8; }
<p style="color:#BEAC8D;opacity:0.8;">80%</p>
Text with #BEAC8D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAC8D;}
<p style="text-shadow: 3px 3px 1px #BEAC8D">Text here.</p>
This text has shadow with #BEAC8D color.
.textShadow {text-shadow: 3px 3px 1px #BEAC8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAC8D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAC8D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAC8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAC8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAC8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAC8D;
-webkit-box-shadow: 1px 1px 3px 2px #BEAC8D;
box-shadow: 1px 1px 3px 2px #BEAC8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAC8D; -webkit-box-shadow: 1px 1px 3px 2px #BEAC8D; box-shadow:1px 1px 3px 2px #BEAC8D;">
Div content here
</div>
This text has color #BEAC8D on black background.
This text has color #BEAC8D on white background.
This text has black color on #BEAC8D background.
This text has white color on #BEAC8D background.
Complementary color for #hex is #415372.