COLOR #BE6792

HEX: #BE6792 RGB: (190,103,146)

Color info

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

RGB color model

#BE6792 color RGB value is (190,103,146).

RGB: (190,103,146) (75%, 40%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 103 of 255 = 40%
B 146 of 255 = 57%

190
103
146

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

Portions of RGB colors in percentages

R + G + B = 190 + 103 + 146 = 439 (100%)
R 190 of 439 ~ 43.28%
G 103 of 439 ~ 23.46%
B 146 of 439 ~ 33.26'%

%43.28
%23.46
%33.26

CMYK color model

#BE6792 color CMYK value is (0,46,23,25).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 23.16%
  • key color value is 25.49%

CMYK: (0,46,23,25)
C0M46Y23K25 (0%, 46%, 23%, 25%)
(0.00 / 0.46 / 0.23 / 0.25)

CMYK percentages

%0
%45.79
%23.16
%25.49

Codes

Color #BE6792 in popluar color models

BE 67 92
RGB 190 103 146
HSL 330° 40.09% 57.45%
HSB/HSV 330° 45.79% 74.51%
CMYK 0.00% 45.79% 23.16%
25.49%

Color #BE6792 in popluar number systems.

HEX BE 67 92
Decimal 190 103 146
Binary 10111110 1100111 10010010
Octal 276 147 222

Shades and tints

Shades of #BE6792

#BE6792
(190,103,146)
#AD5E85
(173,94,133)
#9C5578
(156,85,120)
#8B4C6B
(139,76,107)
#7A435E
(122,67,94)
#693A51
(105,58,81)
#583144
(88,49,68)
#472837
(71,40,55)
#361F2A
(54,31,42)
#25161D
(37,22,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #BE6792

#BE6792
(190,103,146)
#C3749B
(195,116,155)
#C881A4
(200,129,164)
#CD8EAD
(205,142,173)
#D29BB6
(210,155,182)
#D7A8BF
(215,168,191)
#DCB5C8
(220,181,200)
#E1C2D1
(225,194,209)
#E6CFDA
(230,207,218)
#EBDCE3
(235,220,227)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6792 color. Also use rgb(190,103,146) instead hex code.

Text Font Color

.myTextColor { color: #BE6792; }

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

This text font color is #BE6792.

Background Color

.myBgColor { background-color: #BE6792; }

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

This div background color is #BE6792.

Border color

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

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

This div border color is #BE6792.

Opacity

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

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

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

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

This text has shadow with #BE6792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6792.

Preview

Color preview on black background

This text has color #BE6792 on black background.


Color preview on white background

This text has color #BE6792 on white background.


Black color preview on #BE6792 background

This text has black color on #BE6792 background.


White color preview on #BE6792 background

This text has white color on #BE6792 background.


Related colors

Complementary color

Complementary color for #hex is #41986D.


I love getcolorcode.com

Triadic colors

1 #92BE67 and #6792BE with #BE6792 are triadic colors.

2 #9267BE and #67BE92 with #BE6792 are triadic colors.