COLOR #BE8996

HEX: #BE8996
RGB: (190,137,150)

Color info

#BE8996 contains red, green and blue colors in about the same proportion. Web safe color of #BE8996 is #CC9999 (or #C99).

RGB color model

#BE8996 color RGB value is (190,137,150).

  • red value is 190;
  • green value is 137;
  • blue value is 150.
RGB:
(190,137,150)
(75%,54%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 150 of 255 = 59%

190
137
150

R + G + B ~ 63%. #BE8996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 137 + 150 = 477 (100%)
R 190 of 477 ~ 39.83%
G 137 of 477 ~ 28.72%
B 150 of 477 ~ 31.45%

%39.83
%28.72
%31.45

CMYK color model

#BE8996 color CMYK value is (0,28,21,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,28,21,25)
C0M28Y21K25 
(0%,28%,21%,25%)
(0.00/0.28/0.21/0.25)	

CMYK percentages

%0
%27.89
%21.05
%25.49

Codes

Color #BE8996 in popluar color models

BE8996
RGB190137150
HSL345°28.96%64.12%
HSB/HSV345°27.89%74.51%
CMYK0.00%27.89%21.05%
25.49%

Color #BE8996 in popluar number systems.

HEXBE8996
Decimal190137150
Binary101111101000100110010110
Octal276211226

Shades and tints

Shades of #BE8996

#BE8996
(190,137,150)
#AD7D89
(173,125,137)
#9C717C
(156,113,124)
#8B656F
(139,101,111)
#7A5962
(122,89,98)
#694D55
(105,77,85)
#584148
(88,65,72)
#47353B
(71,53,59)
#36292E
(54,41,46)
#251D21
(37,29,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BE8996

#BE8996
(190,137,150)
#C3939F
(195,147,159)
#C89DA8
(200,157,168)
#CDA7B1
(205,167,177)
#D2B1BA
(210,177,186)
#D7BBC3
(215,187,195)
#DCC5CC
(220,197,204)
#E1CFD5
(225,207,213)
#E6D9DE
(230,217,222)
#EBE3E7
(235,227,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8996 color. Also use rgb(190,137,150) instead hex code.

Text Font Color

.myTextColor { color: #BE8996; }

<p style="color:#BE8996">This sample text font color is #BE8996.</p>

This text font color is #BE8996.


Background Color

.myBgColor { background-color: #BE8996; }

<div style="background-color:#BE8996">Inner text</div>

This div background color is #BE8996.


Border color

.myBorderColor { border: 1px solid #BE8996; }

<div style="border:3px solid #BE8996">Div</div>

This div border color is #BE8996.


Opacity

.myOpacity80 { color: #BE8996; opacity: 0.8; }

<p style="color:#BE8996;opacity:0.8;">80%</p>

Text with #BE8996 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE8996;}

<p style="text-shadow: 3px 3px 1px #BE8996">Text here.</p>

This text has shadow with #BE8996 color.

.textShadow {text-shadow: 3px 3px 1px #BE8996, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE8996, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE8996 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE8996, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE8996, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE8996 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE8996;
  -webkit-box-shadow:	1px 1px 3px 2px #BE8996;
  box-shadow:		1px 1px 3px 2px #BE8996;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE8996;
-webkit-box-shadow: 1px 1px 3px 2px #BE8996;
box-shadow:1px 1px 3px 2px #BE8996;">
Div content here</div>
This div box has shadow with color #BE8996.

Preview

Color preview on black background

This text has color #BE8996 on black background.


Color preview on white background

This text has color #BE8996 on white background.



Black color preview on #BE8996 background

This text has black color on #BE8996 background.


White color preview on #BE8996 background

This text has white color on #BE8996 background.