COLOR #BE758A

HEX: #BE758A RGB: (190,117,138)

Color info

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

RGB color model

#BE758A color RGB value is (190,117,138).

RGB: (190,117,138) (75%, 46%, 54%)

RGB channels and saturation

R 190 of 255 = 75%
G 117 of 255 = 46%
B 138 of 255 = 54%

190
117
138

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

Portions of RGB colors in percentages

R + G + B = 190 + 117 + 138 = 445 (100%)
R 190 of 445 ~ 42.7%
G 117 of 445 ~ 26.29%
B 138 of 445 ~ 31.01'%

%42.7
%26.29
%31.01

CMYK color model

#BE758A color CMYK value is (0,38,27,25).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK: (0,38,27,25) C0M38Y27K25 (0%,38%,27%,25%) (0.00/0.38/0.27/0.25) 

CMYK percentages

%0
%38.42
%27.37
%25.49

Codes

Color #BE758A in popluar color models

BE 75 8A
RGB 190 117 138
HSL 343° 35.96% 60.20%
HSB/HSV 343° 38.42% 74.51%
CMYK 0.00% 38.42% 27.37%
25.49%

Color #BE758A in popluar number systems.

HEX BE 75 8A
Decimal 190 117 138
Binary 10111110 1110101 10001010
Octal 276 165 212

Shades and tints

Shades of #BE758A

#BE758A
(190,117,138)
#AD6B7E
(173,107,126)
#9C6172
(156,97,114)
#8B5766
(139,87,102)
#7A4D5A
(122,77,90)
#69434E
(105,67,78)
#583942
(88,57,66)
#472F36
(71,47,54)
#36252A
(54,37,42)
#251B1E
(37,27,30)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE758A

#BE758A
(190,117,138)
#C38194
(195,129,148)
#C88D9E
(200,141,158)
#CD99A8
(205,153,168)
#D2A5B2
(210,165,178)
#D7B1BC
(215,177,188)
#DCBDC6
(220,189,198)
#E1C9D0
(225,201,208)
#E6D5DA
(230,213,218)
#EBE1E4
(235,225,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE758A color. Also use rgb(190,117,138) instead hex code.

Text Font Color

.myTextColor { color: #BE758A; }

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

This text font color is #BE758A.

Background Color

.myBgColor { background-color: #BE758A; }

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

This div background color is #BE758A.

Border color

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

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

This div border color is #BE758A.

Opacity

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

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

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

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

This text has shadow with #BE758A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE758A.

Preview

Color preview on black background

This text has color #BE758A on black background.


Color preview on white background

This text has color #BE758A on white background.


Black color preview on #BE758A background

This text has black color on #BE758A background.


White color preview on #BE758A background

This text has white color on #BE758A background.


Related colors

Complementary color

Complementary color for #hex is #418A75.


I love getcolorcode.com

Triadic colors

1 #8ABE75 and #758ABE with #BE758A are triadic colors.

2 #8A75BE and #75BE8A with #BE758A are triadic colors.