HEX: #BE9996
RGB: (190,153,150)
#BE9996 contains red, green and blue colors in about the same proportion. Web safe color of #BE9996 is #CC9999 (or #C99).
#BE9996 color RGB value is (190,153,150).
RGB: (190,153,150)
(75%, 60%, 59%)
R 190 of 255 = 75%
G 153 of 255 = 60%
B 150 of 255 = 59%
R + G + B ~ 65%. #BE9996 is quite light color.
R + G + B = 190 + 153 + 150 = 493 (100%)
R 190 of 493 ~ 38.54%
G 153 of 493 ~ 31.03%
B 150 of 493 ~ 30.43'%
#BE9996 color CMYK value is (0,19,21,25).
CMYK: (0,19,21,25)
C0M19Y21K25 (0%, 19%, 21%, 25%)
(0.00 / 0.19 / 0.21 / 0.25)
Color #BE9996 in popluar color models
BE | 99 | 96 | |
---|---|---|---|
RGB | 190 | 153 | 150 |
HSL | 4° | 23.53% | 66.67% |
HSB/HSV | 4° | 21.05% | 74.51% |
CMYK | 0.00% | 19.47% | 21.05% |
25.49% |
Color #BE9996 in popluar number systems.
HEX | BE | 99 | 96 |
Decimal | 190 | 153 | 150 |
Binary | 10111110 | 10011001 | 10010110 |
Octal | 276 | 231 | 226 |
Shades of #BE9996
Tints of #BE9996
Examples of css and html codes for elements with #BE9996 color. Also use rgb(190,153,150) instead hex code.
.myTextColor { color: #BE9996; }
<p style="color:#BE9996">This sample text font color is #BE9996.</p>
This text font color is #BE9996.
.myBgColor { background-color: #BE9996; }
<div style="background-color:#BE9996">Inner text</div>
This div background color is #BE9996.
.myBorderColor { border: 1px solid #BE9996; }
<div style="border:3px solid #BE9996">Div</div>
This div border color is #BE9996.
.myOpacity80 { color: #BE9996; opacity: 0.8; }
<p style="color:#BE9996;opacity:0.8;">80%</p>
Text with #BE9996 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE9996;}
<p style="text-shadow: 3px 3px 1px #BE9996">Text here.</p>
This text has shadow with #BE9996 color.
.textShadow {text-shadow: 3px 3px 1px #BE9996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE9996, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE9996 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE9996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE9996, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE9996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE9996;
-webkit-box-shadow: 1px 1px 3px 2px #BE9996;
box-shadow: 1px 1px 3px 2px #BE9996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE9996; -webkit-box-shadow: 1px 1px 3px 2px #BE9996; box-shadow:1px 1px 3px 2px #BE9996;">
Div content here
</div>
This text has color #BE9996 on black background.
This text has color #BE9996 on white background.
This text has black color on #BE9996 background.
This text has white color on #BE9996 background.
Complementary color for #hex is #416669.