COLOR #BE809F

HEX: #BE809F RGB: (190,128,159)

Color info

#BE809F contains mainly red and blue colors. Web safe color of #BE809F is #CC6699 (or #C69).

RGB color model

#BE809F color RGB value is (190,128,159).

RGB: (190,128,159) (75%, 50%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 159 of 255 = 62%

190
128
159

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

Portions of RGB colors in percentages

R + G + B = 190 + 128 + 159 = 477 (100%)
R 190 of 477 ~ 39.83%
G 128 of 477 ~ 26.83%
B 159 of 477 ~ 33.33'%

%39.83
%26.83
%33.33

CMYK color model

#BE809F color CMYK value is (0,33,16,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 16.32%
  • key color value is 25.49%

CMYK: (0,33,16,25)
C0M33Y16K25 (0%, 33%, 16%, 25%)
(0.00 / 0.33 / 0.16 / 0.25)

CMYK percentages

%0
%32.63
%16.32
%25.49

Codes

Color #BE809F in popluar color models

BE 80 9F
RGB 190 128 159
HSL 330° 32.29% 62.35%
HSB/HSV 330° 32.63% 74.51%
CMYK 0.00% 32.63% 16.32%
25.49%

Color #BE809F in popluar number systems.

HEX BE 80 9F
Decimal 190 128 159
Binary 10111110 10000000 10011111
Octal 276 200 237

Shades and tints

Shades of #BE809F

#BE809F
(190,128,159)
#AD7591
(173,117,145)
#9C6A83
(156,106,131)
#8B5F75
(139,95,117)
#7A5467
(122,84,103)
#694959
(105,73,89)
#583E4B
(88,62,75)
#47333D
(71,51,61)
#36282F
(54,40,47)
#251D21
(37,29,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BE809F

#BE809F
(190,128,159)
#C38BA7
(195,139,167)
#C896AF
(200,150,175)
#CDA1B7
(205,161,183)
#D2ACBF
(210,172,191)
#D7B7C7
(215,183,199)
#DCC2CF
(220,194,207)
#E1CDD7
(225,205,215)
#E6D8DF
(230,216,223)
#EBE3E7
(235,227,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE809F; }

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

This text font color is #BE809F.

Background Color

.myBgColor { background-color: #BE809F; }

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

This div background color is #BE809F.

Border color

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

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

This div border color is #BE809F.

Opacity

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

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

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

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

This text has shadow with #BE809F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE809F.

Preview

Color preview on black background

This text has color #BE809F on black background.


Color preview on white background

This text has color #BE809F on white background.


Black color preview on #BE809F background

This text has black color on #BE809F background.


White color preview on #BE809F background

This text has white color on #BE809F background.


Related colors

Complementary color

Complementary color for #hex is #417F60.


I love getcolorcode.com

Triadic colors

1 #9FBE80 and #809FBE with #BE809F are triadic colors.

2 #9F80BE and #80BE9F with #BE809F are triadic colors.