COLOR #BE8894

HEX: #BE8894 RGB: (190,136,148)

Color info

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

RGB color model

#BE8894 color RGB value is (190,136,148).

RGB: (190,136,148) (75%, 53%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 148 of 255 = 58%

190
136
148

R + G + B ~ 62%. #BE8894 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 136 + 148 = 474 (100%)
R 190 of 474 ~ 40.08%
G 136 of 474 ~ 28.69%
B 148 of 474 ~ 31.22'%

%40.08
%28.69
%31.22

CMYK color model

#BE8894 color CMYK value is (0,28,22,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK: (0,28,22,25) C0M28Y22K25 (0%,28%,22%,25%) (0.00/0.28/0.22/0.25) 

CMYK percentages

%0
%28.42
%22.11
%25.49

Codes

Color #BE8894 in popluar color models

BE 88 94
RGB 190 136 148
HSL 347° 29.35% 63.92%
HSB/HSV 347° 28.42% 74.51%
CMYK 0.00% 28.42% 22.11%
25.49%

Color #BE8894 in popluar number systems.

HEX BE 88 94
Decimal 190 136 148
Binary 10111110 10001000 10010100
Octal 276 210 224

Shades and tints

Shades of #BE8894

#BE8894
(190,136,148)
#AD7C87
(173,124,135)
#9C707A
(156,112,122)
#8B646D
(139,100,109)
#7A5860
(122,88,96)
#694C53
(105,76,83)
#584046
(88,64,70)
#473439
(71,52,57)
#36282C
(54,40,44)
#251C1F
(37,28,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BE8894

#BE8894
(190,136,148)
#C3929D
(195,146,157)
#C89CA6
(200,156,166)
#CDA6AF
(205,166,175)
#D2B0B8
(210,176,184)
#D7BAC1
(215,186,193)
#DCC4CA
(220,196,202)
#E1CED3
(225,206,211)
#E6D8DC
(230,216,220)
#EBE2E5
(235,226,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8894 color. Also use rgb(190,136,148) instead hex code.

Text Font Color

.myTextColor { color: #BE8894; }

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

This text font color is #BE8894.

Background Color

.myBgColor { background-color: #BE8894; }

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

This div background color is #BE8894.

Border color

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

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

This div border color is #BE8894.

Opacity

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

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

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

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

This text has shadow with #BE8894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8894.

Preview

Color preview on black background

This text has color #BE8894 on black background.


Color preview on white background

This text has color #BE8894 on white background.


Black color preview on #BE8894 background

This text has black color on #BE8894 background.


White color preview on #BE8894 background

This text has white color on #BE8894 background.


Related colors

Complementary color

Complementary color for #hex is #41776B.


I love getcolorcode.com

Triadic colors

1 #94BE88 and #8894BE with #BE8894 are triadic colors.

2 #9488BE and #88BE94 with #BE8894 are triadic colors.