COLOR #BE92B1

HEX: #BE92B1
RGB: (190,146,177)

Color info

#BE92B1 contains red, green and blue colors in about the same proportion. Web safe color of #BE92B1 is #CC9999 (or #C99).

RGB color model

#BE92B1 color RGB value is (190,146,177).

  • red value is 190;
  • green value is 146;
  • blue value is 177.
RGB:
(190,146,177)
(75%,57%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 177 of 255 = 69%

190
146
177

R + G + B ~ 67%. #BE92B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 177 = 513 (100%)
R 190 of 513 ~ 37.04%
G 146 of 513 ~ 28.46%
B 177 of 513 ~ 34.5%

%37.04
%28.46
%34.5

CMYK color model

#BE92B1 color CMYK value is (0,23,7,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(0,23,7,25)
C0M23Y7K25 
(0%,23%,7%,25%)
(0.00/0.23/0.07/0.25)	

CMYK percentages

%0
%23.16
%6.84
%25.49

Codes

Color #BE92B1 in popluar color models

BE92B1
RGB190146177
HSL318°25.29%65.88%
HSB/HSV318°23.16%74.51%
CMYK0.00%23.16%6.84%
25.49%

Color #BE92B1 in popluar number systems.

HEXBE92B1
Decimal190146177
Binary101111101001001010110001
Octal276222261

Shades and tints

Shades of #BE92B1

#BE92B1
(190,146,177)
#AD85A1
(173,133,161)
#9C7891
(156,120,145)
#8B6B81
(139,107,129)
#7A5E71
(122,94,113)
#695161
(105,81,97)
#584451
(88,68,81)
#473741
(71,55,65)
#362A31
(54,42,49)
#251D21
(37,29,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #BE92B1

#BE92B1
(190,146,177)
#C39BB8
(195,155,184)
#C8A4BF
(200,164,191)
#CDADC6
(205,173,198)
#D2B6CD
(210,182,205)
#D7BFD4
(215,191,212)
#DCC8DB
(220,200,219)
#E1D1E2
(225,209,226)
#E6DAE9
(230,218,233)
#EBE3F0
(235,227,240)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE92B1 color. Also use rgb(190,146,177) instead hex code.

Text Font Color

.myTextColor { color: #BE92B1; }

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

This text font color is #BE92B1.


Background Color

.myBgColor { background-color: #BE92B1; }

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

This div background color is #BE92B1.


Border color

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

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

This div border color is #BE92B1.


Opacity

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

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

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

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

This text has shadow with #BE92B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE92B1 on black background.


Color preview on white background

This text has color #BE92B1 on white background.



Black color preview on #BE92B1 background

This text has black color on #BE92B1 background.


White color preview on #BE92B1 background

This text has white color on #BE92B1 background.