COLOR #BE6B89

HEX: #BE6B89
RGB: (190,107,137)

Color info

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

RGB color model

#BE6B89 color RGB value is (190,107,137).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 137 of 255 = 54%

190
107
137

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 137 = 434 (100%)
R 190 of 434 ~ 43.78%
G 107 of 434 ~ 24.65%
B 137 of 434 ~ 31.57%

%43.78
%24.65
%31.57

CMYK color model

#BE6B89 color CMYK value is (0,44,28,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(0,44,28,25)
C0M44Y28K25 
(0%,44%,28%,25%)
(0.00/0.44/0.28/0.25)	

CMYK percentages

%0
%43.68
%27.89
%25.49

Codes

Color #BE6B89 in popluar color models

BE6B89
RGB190107137
HSL338°38.97%58.24%
HSB/HSV338°43.68%74.51%
CMYK0.00%43.68%27.89%
25.49%

Color #BE6B89 in popluar number systems.

HEXBE6B89
Decimal190107137
Binary10111110110101110001001
Octal276153211

Shades and tints

Shades of #BE6B89

#BE6B89
(190,107,137)
#AD627D
(173,98,125)
#9C5971
(156,89,113)
#8B5065
(139,80,101)
#7A4759
(122,71,89)
#693E4D
(105,62,77)
#583541
(88,53,65)
#472C35
(71,44,53)
#362329
(54,35,41)
#251A1D
(37,26,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE6B89

#BE6B89
(190,107,137)
#C37893
(195,120,147)
#C8859D
(200,133,157)
#CD92A7
(205,146,167)
#D29FB1
(210,159,177)
#D7ACBB
(215,172,187)
#DCB9C5
(220,185,197)
#E1C6CF
(225,198,207)
#E6D3D9
(230,211,217)
#EBE0E3
(235,224,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6B89; }

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

This text font color is #BE6B89.


Background Color

.myBgColor { background-color: #BE6B89; }

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

This div background color is #BE6B89.


Border color

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

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

This div border color is #BE6B89.


Opacity

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

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

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

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

This text has shadow with #BE6B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6B89 on black background.


Color preview on white background

This text has color #BE6B89 on white background.



Black color preview on #BE6B89 background

This text has black color on #BE6B89 background.


White color preview on #BE6B89 background

This text has white color on #BE6B89 background.