COLOR #BE7B89

HEX: #BE7B89
RGB: (190,123,137)

Color info

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

RGB color model

#BE7B89 color RGB value is (190,123,137).

  • red value is 190;
  • green value is 123;
  • blue value is 137.
RGB:
(190,123,137)
(75%,48%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 123 of 255 = 48%
B 137 of 255 = 54%

190
123
137

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

Portions of RGB colors in percentages

R + G + B =
190 + 123 + 137 = 450 (100%)
R 190 of 450 ~ 42.22%
G 123 of 450 ~ 27.33%
B 137 of 450 ~ 30.44%

%42.22
%27.33
%30.44

CMYK color model

#BE7B89 color CMYK value is (0,35,28,25).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(0,35,28,25)
C0M35Y28K25 
(0%,35%,28%,25%)
(0.00/0.35/0.28/0.25)	

CMYK percentages

%0
%35.26
%27.89
%25.49

Codes

Color #BE7B89 in popluar color models

BE7B89
RGB190123137
HSL347°34.01%61.37%
HSB/HSV347°35.26%74.51%
CMYK0.00%35.26%27.89%
25.49%

Color #BE7B89 in popluar number systems.

HEXBE7B89
Decimal190123137
Binary10111110111101110001001
Octal276173211

Shades and tints

Shades of #BE7B89

#BE7B89
(190,123,137)
#AD707D
(173,112,125)
#9C6571
(156,101,113)
#8B5A65
(139,90,101)
#7A4F59
(122,79,89)
#69444D
(105,68,77)
#583941
(88,57,65)
#472E35
(71,46,53)
#362329
(54,35,41)
#25181D
(37,24,29)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE7B89

#BE7B89
(190,123,137)
#C38793
(195,135,147)
#C8939D
(200,147,157)
#CD9FA7
(205,159,167)
#D2ABB1
(210,171,177)
#D7B7BB
(215,183,187)
#DCC3C5
(220,195,197)
#E1CFCF
(225,207,207)
#E6DBD9
(230,219,217)
#EBE7E3
(235,231,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7B89 color. Also use rgb(190,123,137) instead hex code.

Text Font Color

.myTextColor { color: #BE7B89; }

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

This text font color is #BE7B89.


Background Color

.myBgColor { background-color: #BE7B89; }

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

This div background color is #BE7B89.


Border color

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

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

This div border color is #BE7B89.


Opacity

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

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

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

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

This text has shadow with #BE7B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7B89 on black background.


Color preview on white background

This text has color #BE7B89 on white background.



Black color preview on #BE7B89 background

This text has black color on #BE7B89 background.


White color preview on #BE7B89 background

This text has white color on #BE7B89 background.