HEX: #BEAC89
RGB: (190,172,137)
#BEAC89 contains red, green and blue colors in about the same proportion. Web safe color of #BEAC89 is #CC9999 (or #C99).
#BEAC89 color RGB value is (190,172,137).
RGB: (190,172,137)
(75%, 67%, 54%)
R 190 of 255 = 75%
G 172 of 255 = 67%
B 137 of 255 = 54%
R + G + B ~ 65%. #BEAC89 is quite light color.
R + G + B = 190 + 172 + 137 = 499 (100%)
R 190 of 499 ~ 38.08%
G 172 of 499 ~ 34.47%
B 137 of 499 ~ 27.45'%
#BEAC89 color CMYK value is (0,9,28,25).
CMYK: (0,9,28,25) C0M9Y28K25 (0%,9%,28%,25%) (0.00/0.09/0.28/0.25)
Color #BEAC89 in popluar color models
BE | AC | 89 | |
---|---|---|---|
RGB | 190 | 172 | 137 |
HSL | 40° | 28.96% | 64.12% |
HSB/HSV | 40° | 27.89% | 74.51% |
CMYK | 0.00% | 9.47% | 27.89% |
25.49% |
Color #BEAC89 in popluar number systems.
HEX | BE | AC | 89 |
Decimal | 190 | 172 | 137 |
Binary | 10111110 | 10101100 | 10001001 |
Octal | 276 | 254 | 211 |
Shades of #BEAC89
Tints of #BEAC89
Examples of css and html codes for elements with #BEAC89 color. Also use rgb(190,172,137) instead hex code.
.myTextColor { color: #BEAC89; }
<p style="color:#BEAC89">This sample text font color is #BEAC89.</p>
This text font color is #BEAC89.
.myBgColor { background-color: #BEAC89; }
<div style="background-color:#BEAC89">Inner text</div>
This div background color is #BEAC89.
.myBorderColor { border: 1px solid #BEAC89; }
<div style="border:3px solid #BEAC89">Div</div>
This div border color is #BEAC89.
.myOpacity80 { color: #BEAC89; opacity: 0.8; }
<p style="color:#BEAC89;opacity:0.8;">80%</p>
Text with #BEAC89 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAC89;}
<p style="text-shadow: 3px 3px 1px #BEAC89">Text here.</p>
This text has shadow with #BEAC89 color.
.textShadow {text-shadow: 3px 3px 1px #BEAC89', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAC89, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAC89 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAC89, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAC89, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAC89 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAC89;
-webkit-box-shadow: 1px 1px 3px 2px #BEAC89;
box-shadow: 1px 1px 3px 2px #BEAC89;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAC89; -webkit-box-shadow: 1px 1px 3px 2px #BEAC89; box-shadow:1px 1px 3px 2px #BEAC89;">
Div content here
</div>
This text has color #BEAC89 on black background.
This text has color #BEAC89 on white background.
This text has black color on #BEAC89 background.
This text has white color on #BEAC89 background.
Complementary color for #hex is #415376.