COLOR #BE92AF

HEX: #BE92AF
RGB: (190,146,175)

Color info

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

RGB color model

#BE92AF color RGB value is (190,146,175).

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

RGB channels and saturation

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

190
146
175

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

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 175 = 511 (100%)
R 190 of 511 ~ 37.18%
G 146 of 511 ~ 28.57%
B 175 of 511 ~ 34.25%

%37.18
%28.57
%34.25

CMYK color model

#BE92AF color CMYK value is (0,23,8,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(0,23,8,25)
C0M23Y8K25 
(0%,23%,8%,25%)
(0.00/0.23/0.08/0.25)	

CMYK percentages

%0
%23.16
%7.89
%25.49

Codes

Color #BE92AF in popluar color models

BE92AF
RGB190146175
HSL320°25.29%65.88%
HSB/HSV320°23.16%74.51%
CMYK0.00%23.16%7.89%
25.49%

Color #BE92AF in popluar number systems.

HEXBE92AF
Decimal190146175
Binary101111101001001010101111
Octal276222257

Shades and tints

Shades of #BE92AF

#BE92AF
(190,146,175)
#AD85A0
(173,133,160)
#9C7891
(156,120,145)
#8B6B82
(139,107,130)
#7A5E73
(122,94,115)
#695164
(105,81,100)
#584455
(88,68,85)
#473746
(71,55,70)
#362A37
(54,42,55)
#251D28
(37,29,40)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #BE92AF

#BE92AF
(190,146,175)
#C39BB6
(195,155,182)
#C8A4BD
(200,164,189)
#CDADC4
(205,173,196)
#D2B6CB
(210,182,203)
#D7BFD2
(215,191,210)
#DCC8D9
(220,200,217)
#E1D1E0
(225,209,224)
#E6DAE7
(230,218,231)
#EBE3EE
(235,227,238)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92AF; }

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

This text font color is #BE92AF.


Background Color

.myBgColor { background-color: #BE92AF; }

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

This div background color is #BE92AF.


Border color

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

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

This div border color is #BE92AF.


Opacity

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

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

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

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

This text has shadow with #BE92AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE92AF on black background.


Color preview on white background

This text has color #BE92AF on white background.



Black color preview on #BE92AF background

This text has black color on #BE92AF background.


White color preview on #BE92AF background

This text has white color on #BE92AF background.