COLOR #BE79A0

HEX: #BE79A0
RGB: (190,121,160)

Color info

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

RGB color model

#BE79A0 color RGB value is (190,121,160).

  • red value is 190;
  • green value is 121;
  • blue value is 160.
RGB:
(190,121,160)
(75%,47%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 121 of 255 = 47%
B 160 of 255 = 63%

190
121
160

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

Portions of RGB colors in percentages

R + G + B =
190 + 121 + 160 = 471 (100%)
R 190 of 471 ~ 40.34%
G 121 of 471 ~ 25.69%
B 160 of 471 ~ 33.97%

%40.34
%25.69
%33.97

CMYK color model

#BE79A0 color CMYK value is (0,36,16,25).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(0,36,16,25)
C0M36Y16K25 
(0%,36%,16%,25%)
(0.00/0.36/0.16/0.25)	

CMYK percentages

%0
%36.32
%15.79
%25.49

Codes

Color #BE79A0 in popluar color models

BE79A0
RGB190121160
HSL326°34.67%60.98%
HSB/HSV326°36.32%74.51%
CMYK0.00%36.32%15.79%
25.49%

Color #BE79A0 in popluar number systems.

HEXBE79A0
Decimal190121160
Binary10111110111100110100000
Octal276171240

Shades and tints

Shades of #BE79A0

#BE79A0
(190,121,160)
#AD6E92
(173,110,146)
#9C6384
(156,99,132)
#8B5876
(139,88,118)
#7A4D68
(122,77,104)
#69425A
(105,66,90)
#58374C
(88,55,76)
#472C3E
(71,44,62)
#362130
(54,33,48)
#251622
(37,22,34)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #BE79A0

#BE79A0
(190,121,160)
#C385A8
(195,133,168)
#C891B0
(200,145,176)
#CD9DB8
(205,157,184)
#D2A9C0
(210,169,192)
#D7B5C8
(215,181,200)
#DCC1D0
(220,193,208)
#E1CDD8
(225,205,216)
#E6D9E0
(230,217,224)
#EBE5E8
(235,229,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE79A0 color. Also use rgb(190,121,160) instead hex code.

Text Font Color

.myTextColor { color: #BE79A0; }

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

This text font color is #BE79A0.


Background Color

.myBgColor { background-color: #BE79A0; }

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

This div background color is #BE79A0.


Border color

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

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

This div border color is #BE79A0.


Opacity

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

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

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

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

This text has shadow with #BE79A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE79A0 on black background.


Color preview on white background

This text has color #BE79A0 on white background.



Black color preview on #BE79A0 background

This text has black color on #BE79A0 background.


White color preview on #BE79A0 background

This text has white color on #BE79A0 background.