COLOR #BE94A0

HEX: #BE94A0 RGB: (190,148,160)

Color info

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

RGB color model

#BE94A0 color RGB value is (190,148,160).

RGB: (190,148,160) (75%, 58%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 160 of 255 = 63%

190
148
160

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

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 160 = 498 (100%)
R 190 of 498 ~ 38.15%
G 148 of 498 ~ 29.72%
B 160 of 498 ~ 32.13'%

%38.15
%29.72
%32.13

CMYK color model

#BE94A0 color CMYK value is (0,22,16,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 15.79%
  • key color value is 25.49%

CMYK: (0,22,16,25)
C0M22Y16K25 (0%, 22%, 16%, 25%)
(0.00 / 0.22 / 0.16 / 0.25)

CMYK percentages

%0
%22.11
%15.79
%25.49

Codes

Color #BE94A0 in popluar color models

BE 94 A0
RGB 190 148 160
HSL 343° 24.42% 66.27%
HSB/HSV 343° 22.11% 74.51%
CMYK 0.00% 22.11% 15.79%
25.49%

Color #BE94A0 in popluar number systems.

HEX BE 94 A0
Decimal 190 148 160
Binary 10111110 10010100 10100000
Octal 276 224 240

Shades and tints

Shades of #BE94A0

#BE94A0
(190,148,160)
#AD8792
(173,135,146)
#9C7A84
(156,122,132)
#8B6D76
(139,109,118)
#7A6068
(122,96,104)
#69535A
(105,83,90)
#58464C
(88,70,76)
#47393E
(71,57,62)
#362C30
(54,44,48)
#251F22
(37,31,34)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BE94A0

#BE94A0
(190,148,160)
#C39DA8
(195,157,168)
#C8A6B0
(200,166,176)
#CDAFB8
(205,175,184)
#D2B8C0
(210,184,192)
#D7C1C8
(215,193,200)
#DCCAD0
(220,202,208)
#E1D3D8
(225,211,216)
#E6DCE0
(230,220,224)
#EBE5E8
(235,229,232)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE94A0; }

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

This text font color is #BE94A0.

Background Color

.myBgColor { background-color: #BE94A0; }

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

This div background color is #BE94A0.

Border color

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

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

This div border color is #BE94A0.

Opacity

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

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

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

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

This text has shadow with #BE94A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE94A0.

Preview

Color preview on black background

This text has color #BE94A0 on black background.


Color preview on white background

This text has color #BE94A0 on white background.


Black color preview on #BE94A0 background

This text has black color on #BE94A0 background.


White color preview on #BE94A0 background

This text has white color on #BE94A0 background.


Related colors

Complementary color

Complementary color for #hex is #416B5F.


I love getcolorcode.com

Triadic colors

1 #A0BE94 and #94A0BE with #BE94A0 are triadic colors.

2 #A094BE and #94BEA0 with #BE94A0 are triadic colors.