COLOR #BE6A79

HEX: #BE6A79 RGB: (190,106,121)

Color info

#BE6A79 contains mainly red color. Web safe color of #BE6A79 is #CC6666 (or #C66).

RGB color model

#BE6A79 color RGB value is (190,106,121).

RGB: (190,106,121) (75%, 42%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 106 of 255 = 42%
B 121 of 255 = 47%

190
106
121

R + G + B ~ 55%. #BE6A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 106 + 121 = 417 (100%)
R 190 of 417 ~ 45.56%
G 106 of 417 ~ 25.42%
B 121 of 417 ~ 29.02'%

%45.56
%25.42
%29.02

CMYK color model

#BE6A79 color CMYK value is (0,44,36,25).

  • cyan value is 0.00%
  • magenta value is 44.21%
  • yellow value is 36.32%
  • key color value is 25.49%

CMYK: (0,44,36,25)
C0M44Y36K25 (0%, 44%, 36%, 25%)
(0.00 / 0.44 / 0.36 / 0.25)

CMYK percentages

%0
%44.21
%36.32
%25.49

Codes

Color #BE6A79 in popluar color models

BE 6A 79
RGB 190 106 121
HSL 349° 39.25% 58.04%
HSB/HSV 349° 44.21% 74.51%
CMYK 0.00% 44.21% 36.32%
25.49%

Color #BE6A79 in popluar number systems.

HEX BE 6A 79
Decimal 190 106 121
Binary 10111110 1101010 1111001
Octal 276 152 171

Shades and tints

Shades of #BE6A79

#BE6A79
(190,106,121)
#AD616E
(173,97,110)
#9C5863
(156,88,99)
#8B4F58
(139,79,88)
#7A464D
(122,70,77)
#693D42
(105,61,66)
#583437
(88,52,55)
#472B2C
(71,43,44)
#362221
(54,34,33)
#251916
(37,25,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #BE6A79

#BE6A79
(190,106,121)
#C37785
(195,119,133)
#C88491
(200,132,145)
#CD919D
(205,145,157)
#D29EA9
(210,158,169)
#D7ABB5
(215,171,181)
#DCB8C1
(220,184,193)
#E1C5CD
(225,197,205)
#E6D2D9
(230,210,217)
#EBDFE5
(235,223,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6A79; }

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

This text font color is #BE6A79.

Background Color

.myBgColor { background-color: #BE6A79; }

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

This div background color is #BE6A79.

Border color

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

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

This div border color is #BE6A79.

Opacity

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

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

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

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

This text has shadow with #BE6A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6A79.

Preview

Color preview on black background

This text has color #BE6A79 on black background.


Color preview on white background

This text has color #BE6A79 on white background.


Black color preview on #BE6A79 background

This text has black color on #BE6A79 background.


White color preview on #BE6A79 background

This text has white color on #BE6A79 background.


Related colors

Complementary color

Complementary color for #hex is #419586.


I love getcolorcode.com

Triadic colors

1 #79BE6A and #6A79BE with #BE6A79 are triadic colors.

2 #796ABE and #6ABE79 with #BE6A79 are triadic colors.