HEX: #BE7887
RGB: (190,120,135)
#BE7887 contains mainly red and blue colors. Web safe color of #BE7887 is #CC6699 (or #C69).
#BE7887 color RGB value is (190,120,135).
RGB: (190,120,135)
(75%, 47%, 53%)
R 190 of 255 = 75%
G 120 of 255 = 47%
B 135 of 255 = 53%
R + G + B ~ 58%. #BE7887 is middle color (not dark and not light).
R + G + B = 190 + 120 + 135 = 445 (100%)
R 190 of 445 ~ 42.7%
G 120 of 445 ~ 26.97%
B 135 of 445 ~ 30.34'%
#BE7887 color CMYK value is (0,37,29,25).
CMYK: (0,37,29,25)
C0M37Y29K25 (0%, 37%, 29%, 25%)
(0.00 / 0.37 / 0.29 / 0.25)
Color #BE7887 in popluar color models
BE | 78 | 87 | |
---|---|---|---|
RGB | 190 | 120 | 135 |
HSL | 347° | 35.00% | 60.78% |
HSB/HSV | 347° | 36.84% | 74.51% |
CMYK | 0.00% | 36.84% | 28.95% |
25.49% |
Color #BE7887 in popluar number systems.
HEX | BE | 78 | 87 |
Decimal | 190 | 120 | 135 |
Binary | 10111110 | 1111000 | 10000111 |
Octal | 276 | 170 | 207 |
Shades of #BE7887
Tints of #BE7887
Examples of css and html codes for elements with #BE7887 color. Also use rgb(190,120,135) instead hex code.
.myTextColor { color: #BE7887; }
<p style="color:#BE7887">This sample text font color is #BE7887.</p>
This text font color is #BE7887.
.myBgColor { background-color: #BE7887; }
<div style="background-color:#BE7887">Inner text</div>
This div background color is #BE7887.
.myBorderColor { border: 1px solid #BE7887; }
<div style="border:3px solid #BE7887">Div</div>
This div border color is #BE7887.
.myOpacity80 { color: #BE7887; opacity: 0.8; }
<p style="color:#BE7887;opacity:0.8;">80%</p>
Text with #BE7887 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE7887;}
<p style="text-shadow: 3px 3px 1px #BE7887">Text here.</p>
This text has shadow with #BE7887 color.
.textShadow {text-shadow: 3px 3px 1px #BE7887', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE7887, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE7887 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE7887, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE7887, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE7887 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE7887;
-webkit-box-shadow: 1px 1px 3px 2px #BE7887;
box-shadow: 1px 1px 3px 2px #BE7887;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE7887; -webkit-box-shadow: 1px 1px 3px 2px #BE7887; box-shadow:1px 1px 3px 2px #BE7887;">
Div content here
</div>
This text has color #BE7887 on black background.
This text has color #BE7887 on white background.
This text has black color on #BE7887 background.
This text has white color on #BE7887 background.
Complementary color for #hex is #418778.