COLOR #BE788F

HEX: #BE788F RGB: (190,120,143)

Color info

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

RGB color model

#BE788F color RGB value is (190,120,143).

RGB: (190,120,143) (75%, 47%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 143 of 255 = 56%

190
120
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 120 + 143 = 453 (100%)
R 190 of 453 ~ 41.94%
G 120 of 453 ~ 26.49%
B 143 of 453 ~ 31.57'%

%41.94
%26.49
%31.57

CMYK color model

#BE788F color CMYK value is (0,37,25,25).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 24.74%
  • key color value is 25.49%

CMYK: (0,37,25,25)
C0M37Y25K25 (0%, 37%, 25%, 25%)
(0.00 / 0.37 / 0.25 / 0.25)

CMYK percentages

%0
%36.84
%24.74
%25.49

Codes

Color #BE788F in popluar color models

BE 78 8F
RGB 190 120 143
HSL 340° 35.00% 60.78%
HSB/HSV 340° 36.84% 74.51%
CMYK 0.00% 36.84% 24.74%
25.49%

Color #BE788F in popluar number systems.

HEX BE 78 8F
Decimal 190 120 143
Binary 10111110 1111000 10001111
Octal 276 170 217

Shades and tints

Shades of #BE788F

#BE788F
(190,120,143)
#AD6E82
(173,110,130)
#9C6475
(156,100,117)
#8B5A68
(139,90,104)
#7A505B
(122,80,91)
#69464E
(105,70,78)
#583C41
(88,60,65)
#473234
(71,50,52)
#362827
(54,40,39)
#251E1A
(37,30,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #BE788F

#BE788F
(190,120,143)
#C38499
(195,132,153)
#C890A3
(200,144,163)
#CD9CAD
(205,156,173)
#D2A8B7
(210,168,183)
#D7B4C1
(215,180,193)
#DCC0CB
(220,192,203)
#E1CCD5
(225,204,213)
#E6D8DF
(230,216,223)
#EBE4E9
(235,228,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE788F color. Also use rgb(190,120,143) instead hex code.

Text Font Color

.myTextColor { color: #BE788F; }

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

This text font color is #BE788F.

Background Color

.myBgColor { background-color: #BE788F; }

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

This div background color is #BE788F.

Border color

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

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

This div border color is #BE788F.

Opacity

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

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

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

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

This text has shadow with #BE788F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE788F.

Preview

Color preview on black background

This text has color #BE788F on black background.


Color preview on white background

This text has color #BE788F on white background.


Black color preview on #BE788F background

This text has black color on #BE788F background.


White color preview on #BE788F background

This text has white color on #BE788F background.


Related colors

Complementary color

Complementary color for #hex is #418770.


I love getcolorcode.com

Triadic colors

1 #8FBE78 and #788FBE with #BE788F are triadic colors.

2 #8F78BE and #78BE8F with #BE788F are triadic colors.