COLOR #BE899F

HEX: #BE899F
RGB: (190,137,159)

Color info

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

RGB color model

#BE899F color RGB value is (190,137,159).

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

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 159 of 255 = 62%

190
137
159

R + G + B ~ 64%. #BE899F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 137 + 159 = 486 (100%)
R 190 of 486 ~ 39.09%
G 137 of 486 ~ 28.19%
B 159 of 486 ~ 32.72%

%39.09
%28.19
%32.72

CMYK color model

#BE899F color CMYK value is (0,28,16,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(0,28,16,25)
C0M28Y16K25 
(0%,28%,16%,25%)
(0.00/0.28/0.16/0.25)	

CMYK percentages

%0
%27.89
%16.32
%25.49

Codes

Color #BE899F in popluar color models

BE899F
RGB190137159
HSL335°28.96%64.12%
HSB/HSV335°27.89%74.51%
CMYK0.00%27.89%16.32%
25.49%

Color #BE899F in popluar number systems.

HEXBE899F
Decimal190137159
Binary101111101000100110011111
Octal276211237

Shades and tints

Shades of #BE899F

#BE899F
(190,137,159)
#AD7D91
(173,125,145)
#9C7183
(156,113,131)
#8B6575
(139,101,117)
#7A5967
(122,89,103)
#694D59
(105,77,89)
#58414B
(88,65,75)
#47353D
(71,53,61)
#36292F
(54,41,47)
#251D21
(37,29,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE899F

#BE899F
(190,137,159)
#C393A7
(195,147,167)
#C89DAF
(200,157,175)
#CDA7B7
(205,167,183)
#D2B1BF
(210,177,191)
#D7BBC7
(215,187,199)
#DCC5CF
(220,197,207)
#E1CFD7
(225,207,215)
#E6D9DF
(230,217,223)
#EBE3E7
(235,227,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE899F; }

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

This text font color is #BE899F.


Background Color

.myBgColor { background-color: #BE899F; }

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

This div background color is #BE899F.


Border color

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

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

This div border color is #BE899F.


Opacity

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

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

Text with #BE899F 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 #BE899F;}

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

This text has shadow with #BE899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE899F on black background.


Color preview on white background

This text has color #BE899F on white background.



Black color preview on #BE899F background

This text has black color on #BE899F background.


White color preview on #BE899F background

This text has white color on #BE899F background.