COLOR #BE859F

HEX: #BE859F
RGB: (190,133,159)

Color info

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

RGB color model

#BE859F color RGB value is (190,133,159).

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

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 159 of 255 = 62%

190
133
159

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 159 = 482 (100%)
R 190 of 482 ~ 39.42%
G 133 of 482 ~ 27.59%
B 159 of 482 ~ 32.99%

%39.42
%27.59
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 16.32%
  • 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
%16.32
%25.49

Codes

Color #BE859F in popluar color models

BE859F
RGB190133159
HSL333°30.48%63.33%
HSB/HSV333°30.00%74.51%
CMYK0.00%30.00%16.32%
25.49%

Color #BE859F in popluar number systems.

HEXBE859F
Decimal190133159
Binary101111101000010110011111
Octal276205237

Shades and tints

Shades of #BE859F

#BE859F
(190,133,159)
#AD7991
(173,121,145)
#9C6D83
(156,109,131)
#8B6175
(139,97,117)
#7A5567
(122,85,103)
#694959
(105,73,89)
#583D4B
(88,61,75)
#47313D
(71,49,61)
#36252F
(54,37,47)
#251921
(37,25,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #BE859F

#BE859F
(190,133,159)
#C390A7
(195,144,167)
#C89BAF
(200,155,175)
#CDA6B7
(205,166,183)
#D2B1BF
(210,177,191)
#D7BCC7
(215,188,199)
#DCC7CF
(220,199,207)
#E1D2D7
(225,210,215)
#E6DDDF
(230,221,223)
#EBE8E7
(235,232,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE859F; }

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

This text font color is #BE859F.


Background Color

.myBgColor { background-color: #BE859F; }

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

This div background color is #BE859F.


Border color

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

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

This div border color is #BE859F.


Opacity

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

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

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

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

This text has shadow with #BE859F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE859F on black background.


Color preview on white background

This text has color #BE859F on white background.



Black color preview on #BE859F background

This text has black color on #BE859F background.


White color preview on #BE859F background

This text has white color on #BE859F background.