COLOR #BE839A

HEX: #BE839A RGB: (190,131,154)

Color info

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

RGB color model

#BE839A color RGB value is (190,131,154).

RGB: (190,131,154) (75%, 51%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 154 of 255 = 60%

190
131
154

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

Portions of RGB colors in percentages

R + G + B = 190 + 131 + 154 = 475 (100%)
R 190 of 475 ~ 40%
G 131 of 475 ~ 27.58%
B 154 of 475 ~ 32.42'%

%40
%27.58
%32.42

CMYK color model

#BE839A color CMYK value is (0,31,19,25).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (0,31,19,25)
C0M31Y19K25 (0%, 31%, 19%, 25%)
(0.00 / 0.31 / 0.19 / 0.25)

CMYK percentages

%0
%31.05
%18.95
%25.49

Codes

Color #BE839A in popluar color models

BE 83 9A
RGB 190 131 154
HSL 337° 31.22% 62.94%
HSB/HSV 337° 31.05% 74.51%
CMYK 0.00% 31.05% 18.95%
25.49%

Color #BE839A in popluar number systems.

HEX BE 83 9A
Decimal 190 131 154
Binary 10111110 10000011 10011010
Octal 276 203 232

Shades and tints

Shades of #BE839A

#BE839A
(190,131,154)
#AD788C
(173,120,140)
#9C6D7E
(156,109,126)
#8B6270
(139,98,112)
#7A5762
(122,87,98)
#694C54
(105,76,84)
#584146
(88,65,70)
#473638
(71,54,56)
#362B2A
(54,43,42)
#25201C
(37,32,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #BE839A

#BE839A
(190,131,154)
#C38EA3
(195,142,163)
#C899AC
(200,153,172)
#CDA4B5
(205,164,181)
#D2AFBE
(210,175,190)
#D7BAC7
(215,186,199)
#DCC5D0
(220,197,208)
#E1D0D9
(225,208,217)
#E6DBE2
(230,219,226)
#EBE6EB
(235,230,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE839A color. Also use rgb(190,131,154) instead hex code.

Text Font Color

.myTextColor { color: #BE839A; }

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

This text font color is #BE839A.

Background Color

.myBgColor { background-color: #BE839A; }

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

This div background color is #BE839A.

Border color

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

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

This div border color is #BE839A.

Opacity

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

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

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

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

This text has shadow with #BE839A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE839A.

Preview

Color preview on black background

This text has color #BE839A on black background.


Color preview on white background

This text has color #BE839A on white background.


Black color preview on #BE839A background

This text has black color on #BE839A background.


White color preview on #BE839A background

This text has white color on #BE839A background.


Related colors

Complementary color

Complementary color for #hex is #417C65.


I love getcolorcode.com

Triadic colors

1 #9ABE83 and #839ABE with #BE839A are triadic colors.

2 #9A83BE and #83BE9A with #BE839A are triadic colors.