COLOR #BE85A0

HEX: #BE85A0 RGB: (190,133,160)

Color info

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

RGB color model

#BE85A0 color RGB value is (190,133,160).

RGB: (190,133,160) (75%, 52%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 160 of 255 = 63%

190
133
160

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

Portions of RGB colors in percentages

R + G + B = 190 + 133 + 160 = 483 (100%)
R 190 of 483 ~ 39.34%
G 133 of 483 ~ 27.54%
B 160 of 483 ~ 33.13'%

%39.34
%27.54
%33.13

CMYK color model

#BE85A0 color CMYK value is (0,30,16,25).

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

CMYK: (0,30,16,25)
C0M30Y16K25 (0%, 30%, 16%, 25%)
(0.00 / 0.30 / 0.16 / 0.25)

CMYK percentages

%0
%30
%15.79
%25.49

Codes

Color #BE85A0 in popluar color models

BE 85 A0
RGB 190 133 160
HSL 332° 30.48% 63.33%
HSB/HSV 332° 30.00% 74.51%
CMYK 0.00% 30.00% 15.79%
25.49%

Color #BE85A0 in popluar number systems.

HEX BE 85 A0
Decimal 190 133 160
Binary 10111110 10000101 10100000
Octal 276 205 240

Shades and tints

Shades of #BE85A0

#BE85A0
(190,133,160)
#AD7992
(173,121,146)
#9C6D84
(156,109,132)
#8B6176
(139,97,118)
#7A5568
(122,85,104)
#69495A
(105,73,90)
#583D4C
(88,61,76)
#47313E
(71,49,62)
#362530
(54,37,48)
#251922
(37,25,34)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #BE85A0

#BE85A0
(190,133,160)
#C390A8
(195,144,168)
#C89BB0
(200,155,176)
#CDA6B8
(205,166,184)
#D2B1C0
(210,177,192)
#D7BCC8
(215,188,200)
#DCC7D0
(220,199,208)
#E1D2D8
(225,210,216)
#E6DDE0
(230,221,224)
#EBE8E8
(235,232,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE85A0; }

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

This text font color is #BE85A0.

Background Color

.myBgColor { background-color: #BE85A0; }

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

This div background color is #BE85A0.

Border color

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

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

This div border color is #BE85A0.

Opacity

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

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

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

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

This text has shadow with #BE85A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE85A0.

Preview

Color preview on black background

This text has color #BE85A0 on black background.


Color preview on white background

This text has color #BE85A0 on white background.


Black color preview on #BE85A0 background

This text has black color on #BE85A0 background.


White color preview on #BE85A0 background

This text has white color on #BE85A0 background.


Related colors

Complementary color

Complementary color for #hex is #417A5F.


I love getcolorcode.com

Triadic colors

1 #A0BE85 and #85A0BE with #BE85A0 are triadic colors.

2 #A085BE and #85BEA0 with #BE85A0 are triadic colors.