HEX: #BE8979
RGB: (190,137,121)
#BE8979 contains mainly red and green colors. Web safe color of #BE8979 is #CC9966 (or #C96).
#BE8979 color RGB value is (190,137,121).
RGB: (190,137,121)
(75%, 54%, 47%)
R 190 of 255 = 75%
G 137 of 255 = 54%
B 121 of 255 = 47%
R + G + B ~ 59%. #BE8979 is middle color (not dark and not light).
R + G + B = 190 + 137 + 121 = 448 (100%)
R 190 of 448 ~ 42.41%
G 137 of 448 ~ 30.58%
B 121 of 448 ~ 27.01'%
#BE8979 color CMYK value is (0,28,36,25).
CMYK: (0,28,36,25)
C0M28Y36K25 (0%, 28%, 36%, 25%)
(0.00 / 0.28 / 0.36 / 0.25)
Color #BE8979 in popluar color models
BE | 89 | 79 | |
---|---|---|---|
RGB | 190 | 137 | 121 |
HSL | 14° | 34.67% | 60.98% |
HSB/HSV | 14° | 36.32% | 74.51% |
CMYK | 0.00% | 27.89% | 36.32% |
25.49% |
Color #BE8979 in popluar number systems.
HEX | BE | 89 | 79 |
Decimal | 190 | 137 | 121 |
Binary | 10111110 | 10001001 | 1111001 |
Octal | 276 | 211 | 171 |
Shades of #BE8979
Tints of #BE8979
Examples of css and html codes for elements with #BE8979 color. Also use rgb(190,137,121) instead hex code.
.myTextColor { color: #BE8979; }
<p style="color:#BE8979">This sample text font color is #BE8979.</p>
This text font color is #BE8979.
.myBgColor { background-color: #BE8979; }
<div style="background-color:#BE8979">Inner text</div>
This div background color is #BE8979.
.myBorderColor { border: 1px solid #BE8979; }
<div style="border:3px solid #BE8979">Div</div>
This div border color is #BE8979.
.myOpacity80 { color: #BE8979; opacity: 0.8; }
<p style="color:#BE8979;opacity:0.8;">80%</p>
Text with #BE8979 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE8979;}
<p style="text-shadow: 3px 3px 1px #BE8979">Text here.</p>
This text has shadow with #BE8979 color.
.textShadow {text-shadow: 3px 3px 1px #BE8979', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE8979, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE8979 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE8979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE8979, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE8979 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE8979;
-webkit-box-shadow: 1px 1px 3px 2px #BE8979;
box-shadow: 1px 1px 3px 2px #BE8979;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE8979; -webkit-box-shadow: 1px 1px 3px 2px #BE8979; box-shadow:1px 1px 3px 2px #BE8979;">
Div content here
</div>
This text has color #BE8979 on black background.
This text has color #BE8979 on white background.
This text has black color on #BE8979 background.
This text has white color on #BE8979 background.
Complementary color for #hex is #417686.