COLOR #BE919E

HEX: #BE919E RGB: (190,145,158)

Color info

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

RGB color model

#BE919E color RGB value is (190,145,158).

RGB: (190,145,158) (75%, 57%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 158 of 255 = 62%

190
145
158

R + G + B ~ 65%. #BE919E is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 145 + 158 = 493 (100%)
R 190 of 493 ~ 38.54%
G 145 of 493 ~ 29.41%
B 158 of 493 ~ 32.05'%

%38.54
%29.41
%32.05

CMYK color model

#BE919E color CMYK value is (0,24,17,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 16.84%
  • key color value is 25.49%

CMYK: (0,24,17,25)
C0M24Y17K25 (0%, 24%, 17%, 25%)
(0.00 / 0.24 / 0.17 / 0.25)

CMYK percentages

%0
%23.68
%16.84
%25.49

Codes

Color #BE919E in popluar color models

BE 91 9E
RGB 190 145 158
HSL 343° 25.71% 65.69%
HSB/HSV 343° 23.68% 74.51%
CMYK 0.00% 23.68% 16.84%
25.49%

Color #BE919E in popluar number systems.

HEX BE 91 9E
Decimal 190 145 158
Binary 10111110 10010001 10011110
Octal 276 221 236

Shades and tints

Shades of #BE919E

#BE919E
(190,145,158)
#AD8490
(173,132,144)
#9C7782
(156,119,130)
#8B6A74
(139,106,116)
#7A5D66
(122,93,102)
#695058
(105,80,88)
#58434A
(88,67,74)
#47363C
(71,54,60)
#36292E
(54,41,46)
#251C20
(37,28,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #BE919E

#BE919E
(190,145,158)
#C39BA6
(195,155,166)
#C8A5AE
(200,165,174)
#CDAFB6
(205,175,182)
#D2B9BE
(210,185,190)
#D7C3C6
(215,195,198)
#DCCDCE
(220,205,206)
#E1D7D6
(225,215,214)
#E6E1DE
(230,225,222)
#EBEBE6
(235,235,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE919E color. Also use rgb(190,145,158) instead hex code.

Text Font Color

.myTextColor { color: #BE919E; }

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

This text font color is #BE919E.

Background Color

.myBgColor { background-color: #BE919E; }

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

This div background color is #BE919E.

Border color

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

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

This div border color is #BE919E.

Opacity

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

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

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

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

This text has shadow with #BE919E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE919E.

Preview

Color preview on black background

This text has color #BE919E on black background.


Color preview on white background

This text has color #BE919E on white background.


Black color preview on #BE919E background

This text has black color on #BE919E background.


White color preview on #BE919E background

This text has white color on #BE919E background.


Related colors

Complementary color

Complementary color for #hex is #416E61.


I love getcolorcode.com

Triadic colors

1 #9EBE91 and #919EBE with #BE919E are triadic colors.

2 #9E91BE and #91BE9E with #BE919E are triadic colors.