COLOR #BE6B93

HEX: #BE6B93
RGB: (190,107,147)

Color info

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

RGB color model

#BE6B93 color RGB value is (190,107,147).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 147 of 255 = 58%

190
107
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 147 = 444 (100%)
R 190 of 444 ~ 42.79%
G 107 of 444 ~ 24.1%
B 147 of 444 ~ 33.11%

%42.79
%24.1
%33.11

CMYK color model

#BE6B93 color CMYK value is (0,44,23,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,44,23,25)
C0M44Y23K25 
(0%,44%,23%,25%)
(0.00/0.44/0.23/0.25)	

CMYK percentages

%0
%43.68
%22.63
%25.49

Codes

Color #BE6B93 in popluar color models

BE6B93
RGB190107147
HSL331°38.97%58.24%
HSB/HSV331°43.68%74.51%
CMYK0.00%43.68%22.63%
25.49%

Color #BE6B93 in popluar number systems.

HEXBE6B93
Decimal190107147
Binary10111110110101110010011
Octal276153223

Shades and tints

Shades of #BE6B93

#BE6B93
(190,107,147)
#AD6286
(173,98,134)
#9C5979
(156,89,121)
#8B506C
(139,80,108)
#7A475F
(122,71,95)
#693E52
(105,62,82)
#583545
(88,53,69)
#472C38
(71,44,56)
#36232B
(54,35,43)
#251A1E
(37,26,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE6B93

#BE6B93
(190,107,147)
#C3789C
(195,120,156)
#C885A5
(200,133,165)
#CD92AE
(205,146,174)
#D29FB7
(210,159,183)
#D7ACC0
(215,172,192)
#DCB9C9
(220,185,201)
#E1C6D2
(225,198,210)
#E6D3DB
(230,211,219)
#EBE0E4
(235,224,228)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6B93; }

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

This text font color is #BE6B93.


Background Color

.myBgColor { background-color: #BE6B93; }

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

This div background color is #BE6B93.


Border color

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

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

This div border color is #BE6B93.


Opacity

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

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

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

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

This text has shadow with #BE6B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6B93 on black background.


Color preview on white background

This text has color #BE6B93 on white background.



Black color preview on #BE6B93 background

This text has black color on #BE6B93 background.


White color preview on #BE6B93 background

This text has white color on #BE6B93 background.