COLOR #BE849C

HEX: #BE849C RGB: (190,132,156)

Color info

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

RGB color model

#BE849C color RGB value is (190,132,156).

RGB: (190,132,156) (75%, 52%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 156 of 255 = 61%

190
132
156

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

Portions of RGB colors in percentages

R + G + B = 190 + 132 + 156 = 478 (100%)
R 190 of 478 ~ 39.75%
G 132 of 478 ~ 27.62%
B 156 of 478 ~ 32.64'%

%39.75
%27.62
%32.64

CMYK color model

#BE849C color CMYK value is (0,31,18,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 17.89%
  • key color value is 25.49%
CMYK: (0,31,18,25) C0M31Y18K25 (0%,31%,18%,25%) (0.00/0.31/0.18/0.25) 

CMYK percentages

%0
%30.53
%17.89
%25.49

Codes

Color #BE849C in popluar color models

BE 84 9C
RGB 190 132 156
HSL 335° 30.85% 63.14%
HSB/HSV 335° 30.53% 74.51%
CMYK 0.00% 30.53% 17.89%
25.49%

Color #BE849C in popluar number systems.

HEX BE 84 9C
Decimal 190 132 156
Binary 10111110 10000100 10011100
Octal 276 204 234

Shades and tints

Shades of #BE849C

#BE849C
(190,132,156)
#AD788E
(173,120,142)
#9C6C80
(156,108,128)
#8B6072
(139,96,114)
#7A5464
(122,84,100)
#694856
(105,72,86)
#583C48
(88,60,72)
#47303A
(71,48,58)
#36242C
(54,36,44)
#25181E
(37,24,30)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #BE849C

#BE849C
(190,132,156)
#C38FA5
(195,143,165)
#C89AAE
(200,154,174)
#CDA5B7
(205,165,183)
#D2B0C0
(210,176,192)
#D7BBC9
(215,187,201)
#DCC6D2
(220,198,210)
#E1D1DB
(225,209,219)
#E6DCE4
(230,220,228)
#EBE7ED
(235,231,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE849C color. Also use rgb(190,132,156) instead hex code.

Text Font Color

.myTextColor { color: #BE849C; }

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

This text font color is #BE849C.

Background Color

.myBgColor { background-color: #BE849C; }

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

This div background color is #BE849C.

Border color

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

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

This div border color is #BE849C.

Opacity

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

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

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

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

This text has shadow with #BE849C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE849C.

Preview

Color preview on black background

This text has color #BE849C on black background.


Color preview on white background

This text has color #BE849C on white background.


Black color preview on #BE849C background

This text has black color on #BE849C background.


White color preview on #BE849C background

This text has white color on #BE849C background.


Related colors

Complementary color

Complementary color for #hex is #417B63.


I love getcolorcode.com

Triadic colors

1 #9CBE84 and #849CBE with #BE849C are triadic colors.

2 #9C84BE and #84BE9C with #BE849C are triadic colors.