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