COLOR #BE76A7

HEX: #BE76A7 RGB: (190,118,167)

Color info

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

RGB color model

#BE76A7 color RGB value is (190,118,167).

RGB: (190,118,167) (75%, 46%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 167 of 255 = 65%

190
118
167

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

Portions of RGB colors in percentages

R + G + B = 190 + 118 + 167 = 475 (100%)
R 190 of 475 ~ 40%
G 118 of 475 ~ 24.84%
B 167 of 475 ~ 35.16'%

%40
%24.84
%35.16

CMYK color model

#BE76A7 color CMYK value is (0,38,12,25).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (0,38,12,25)
C0M38Y12K25 (0%, 38%, 12%, 25%)
(0.00 / 0.38 / 0.12 / 0.25)

CMYK percentages

%0
%37.89
%12.11
%25.49

Codes

Color #BE76A7 in popluar color models

BE 76 A7
RGB 190 118 167
HSL 319° 35.64% 60.39%
HSB/HSV 319° 37.89% 74.51%
CMYK 0.00% 37.89% 12.11%
25.49%

Color #BE76A7 in popluar number systems.

HEX BE 76 A7
Decimal 190 118 167
Binary 10111110 1110110 10100111
Octal 276 166 247

Shades and tints

Shades of #BE76A7

#BE76A7
(190,118,167)
#AD6C98
(173,108,152)
#9C6289
(156,98,137)
#8B587A
(139,88,122)
#7A4E6B
(122,78,107)
#69445C
(105,68,92)
#583A4D
(88,58,77)
#47303E
(71,48,62)
#36262F
(54,38,47)
#251C20
(37,28,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BE76A7

#BE76A7
(190,118,167)
#C382AF
(195,130,175)
#C88EB7
(200,142,183)
#CD9ABF
(205,154,191)
#D2A6C7
(210,166,199)
#D7B2CF
(215,178,207)
#DCBED7
(220,190,215)
#E1CADF
(225,202,223)
#E6D6E7
(230,214,231)
#EBE2EF
(235,226,239)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE76A7 color. Also use rgb(190,118,167) instead hex code.

Text Font Color

.myTextColor { color: #BE76A7; }

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

This text font color is #BE76A7.

Background Color

.myBgColor { background-color: #BE76A7; }

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

This div background color is #BE76A7.

Border color

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

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

This div border color is #BE76A7.

Opacity

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

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

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

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

This text has shadow with #BE76A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE76A7.

Preview

Color preview on black background

This text has color #BE76A7 on black background.


Color preview on white background

This text has color #BE76A7 on white background.


Black color preview on #BE76A7 background

This text has black color on #BE76A7 background.


White color preview on #BE76A7 background

This text has white color on #BE76A7 background.


Related colors

Complementary color

Complementary color for #hex is #418958.


I love getcolorcode.com

Triadic colors

1 #A7BE76 and #76A7BE with #BE76A7 are triadic colors.

2 #A776BE and #76BEA7 with #BE76A7 are triadic colors.