COLOR #BE7F88

HEX: #BE7F88 RGB: (190,127,136)

Color info

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

RGB color model

#BE7F88 color RGB value is (190,127,136).

RGB: (190,127,136) (75%, 50%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 136 of 255 = 53%

190
127
136

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

Portions of RGB colors in percentages

R + G + B = 190 + 127 + 136 = 453 (100%)
R 190 of 453 ~ 41.94%
G 127 of 453 ~ 28.04%
B 136 of 453 ~ 30.02'%

%41.94
%28.04
%30.02

CMYK color model

#BE7F88 color CMYK value is (0,33,28,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 28.42%
  • key color value is 25.49%

CMYK: (0,33,28,25)
C0M33Y28K25 (0%, 33%, 28%, 25%)
(0.00 / 0.33 / 0.28 / 0.25)

CMYK percentages

%0
%33.16
%28.42
%25.49

Codes

Color #BE7F88 in popluar color models

BE 7F 88
RGB 190 127 136
HSL 351° 32.64% 62.16%
HSB/HSV 351° 33.16% 74.51%
CMYK 0.00% 33.16% 28.42%
25.49%

Color #BE7F88 in popluar number systems.

HEX BE 7F 88
Decimal 190 127 136
Binary 10111110 1111111 10001000
Octal 276 177 210

Shades and tints

Shades of #BE7F88

#BE7F88
(190,127,136)
#AD747C
(173,116,124)
#9C6970
(156,105,112)
#8B5E64
(139,94,100)
#7A5358
(122,83,88)
#69484C
(105,72,76)
#583D40
(88,61,64)
#473234
(71,50,52)
#362728
(54,39,40)
#251C1C
(37,28,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BE7F88

#BE7F88
(190,127,136)
#C38A92
(195,138,146)
#C8959C
(200,149,156)
#CDA0A6
(205,160,166)
#D2ABB0
(210,171,176)
#D7B6BA
(215,182,186)
#DCC1C4
(220,193,196)
#E1CCCE
(225,204,206)
#E6D7D8
(230,215,216)
#EBE2E2
(235,226,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7F88 color. Also use rgb(190,127,136) instead hex code.

Text Font Color

.myTextColor { color: #BE7F88; }

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

This text font color is #BE7F88.

Background Color

.myBgColor { background-color: #BE7F88; }

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

This div background color is #BE7F88.

Border color

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

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

This div border color is #BE7F88.

Opacity

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

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

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

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

This text has shadow with #BE7F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7F88.

Preview

Color preview on black background

This text has color #BE7F88 on black background.


Color preview on white background

This text has color #BE7F88 on white background.


Black color preview on #BE7F88 background

This text has black color on #BE7F88 background.


White color preview on #BE7F88 background

This text has white color on #BE7F88 background.


Related colors

Complementary color

Complementary color for #hex is #418077.


I love getcolorcode.com

Triadic colors

1 #88BE7F and #7F88BE with #BE7F88 are triadic colors.

2 #887FBE and #7FBE88 with #BE7F88 are triadic colors.