COLOR #BE85A1

HEX: #BE85A1
RGB: (190,133,161)

Color info

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

RGB color model

#BE85A1 color RGB value is (190,133,161).

  • red value is 190;
  • green value is 133;
  • blue value is 161.
RGB:
(190,133,161)
(75%,52%,63%)

RGB channels and saturation

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

190
133
161

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 161 = 484 (100%)
R 190 of 484 ~ 39.26%
G 133 of 484 ~ 27.48%
B 161 of 484 ~ 33.26%

%39.26
%27.48
%33.26

CMYK color model

#BE85A1 color CMYK value is (0,30,15,25).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(0,30,15,25)
C0M30Y15K25 
(0%,30%,15%,25%)
(0.00/0.30/0.15/0.25)	

CMYK percentages

%0
%30
%15.26
%25.49

Codes

Color #BE85A1 in popluar color models

BE85A1
RGB190133161
HSL331°30.48%63.33%
HSB/HSV331°30.00%74.51%
CMYK0.00%30.00%15.26%
25.49%

Color #BE85A1 in popluar number systems.

HEXBE85A1
Decimal190133161
Binary101111101000010110100001
Octal276205241

Shades and tints

Shades of #BE85A1

#BE85A1
(190,133,161)
#AD7993
(173,121,147)
#9C6D85
(156,109,133)
#8B6177
(139,97,119)
#7A5569
(122,85,105)
#69495B
(105,73,91)
#583D4D
(88,61,77)
#47313F
(71,49,63)
#362531
(54,37,49)
#251923
(37,25,35)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #BE85A1

#BE85A1
(190,133,161)
#C390A9
(195,144,169)
#C89BB1
(200,155,177)
#CDA6B9
(205,166,185)
#D2B1C1
(210,177,193)
#D7BCC9
(215,188,201)
#DCC7D1
(220,199,209)
#E1D2D9
(225,210,217)
#E6DDE1
(230,221,225)
#EBE8E9
(235,232,233)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE85A1; }

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

This text font color is #BE85A1.


Background Color

.myBgColor { background-color: #BE85A1; }

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

This div background color is #BE85A1.


Border color

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

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

This div border color is #BE85A1.


Opacity

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

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

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

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

This text has shadow with #BE85A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE85A1 on black background.


Color preview on white background

This text has color #BE85A1 on white background.



Black color preview on #BE85A1 background

This text has black color on #BE85A1 background.


White color preview on #BE85A1 background

This text has white color on #BE85A1 background.