HEX: #BEA3AF
RGB: (190,163,175)
#BEA3AF contains red, green and blue colors in about the same proportion. Web safe color of #BEA3AF is #CC9999 (or #C99).
#BEA3AF color RGB value is (190,163,175).
RGB: (190,163,175)
(75%, 64%, 69%)
R 190 of 255 = 75%
G 163 of 255 = 64%
B 175 of 255 = 69%
R + G + B ~ 69%. #BEA3AF is quite light color.
R + G + B = 190 + 163 + 175 = 528 (100%)
R 190 of 528 ~ 35.98%
G 163 of 528 ~ 30.87%
B 175 of 528 ~ 33.14'%
#BEA3AF color CMYK value is (0,14,8,25).
CMYK: (0,14,8,25)
C0M14Y8K25 (0%, 14%, 8%, 25%)
(0.00 / 0.14 / 0.08 / 0.25)
Color #BEA3AF in popluar color models
BE | A3 | AF | |
---|---|---|---|
RGB | 190 | 163 | 175 |
HSL | 333° | 17.20% | 69.22% |
HSB/HSV | 333° | 14.21% | 74.51% |
CMYK | 0.00% | 14.21% | 7.89% |
25.49% |
Color #BEA3AF in popluar number systems.
HEX | BE | A3 | AF |
Decimal | 190 | 163 | 175 |
Binary | 10111110 | 10100011 | 10101111 |
Octal | 276 | 243 | 257 |
Shades of #BEA3AF
Tints of #BEA3AF
Examples of css and html codes for elements with #BEA3AF color. Also use rgb(190,163,175) instead hex code.
.myTextColor { color: #BEA3AF; }
<p style="color:#BEA3AF">This sample text font color is #BEA3AF.</p>
This text font color is #BEA3AF.
.myBgColor { background-color: #BEA3AF; }
<div style="background-color:#BEA3AF">Inner text</div>
This div background color is #BEA3AF.
.myBorderColor { border: 1px solid #BEA3AF; }
<div style="border:3px solid #BEA3AF">Div</div>
This div border color is #BEA3AF.
.myOpacity80 { color: #BEA3AF; opacity: 0.8; }
<p style="color:#BEA3AF;opacity:0.8;">80%</p>
Text with #BEA3AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA3AF;}
<p style="text-shadow: 3px 3px 1px #BEA3AF">Text here.</p>
This text has shadow with #BEA3AF color.
.textShadow {text-shadow: 3px 3px 1px #BEA3AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA3AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEA3AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA3AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA3AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA3AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA3AF;
-webkit-box-shadow: 1px 1px 3px 2px #BEA3AF;
box-shadow: 1px 1px 3px 2px #BEA3AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA3AF; -webkit-box-shadow: 1px 1px 3px 2px #BEA3AF; box-shadow:1px 1px 3px 2px #BEA3AF;">
Div content here
</div>
This text has color #BEA3AF on black background.
This text has color #BEA3AF on white background.
This text has black color on #BEA3AF background.
This text has white color on #BEA3AF background.
Complementary color for #hex is #415C50.