COLOR #BE92A2

HEX: #BE92A2
RGB: (190,146,162)

Color info

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

RGB color model

#BE92A2 color RGB value is (190,146,162).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 162 of 255 = 64%

190
146
162

R + G + B ~ 65%. #BE92A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 162 = 498 (100%)
R 190 of 498 ~ 38.15%
G 146 of 498 ~ 29.32%
B 162 of 498 ~ 32.53%

%38.15
%29.32
%32.53

CMYK color model

#BE92A2 color CMYK value is (0,23,15,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(0,23,15,25)
C0M23Y15K25 
(0%,23%,15%,25%)
(0.00/0.23/0.15/0.25)	

CMYK percentages

%0
%23.16
%14.74
%25.49

Codes

Color #BE92A2 in popluar color models

BE92A2
RGB190146162
HSL338°25.29%65.88%
HSB/HSV338°23.16%74.51%
CMYK0.00%23.16%14.74%
25.49%

Color #BE92A2 in popluar number systems.

HEXBE92A2
Decimal190146162
Binary101111101001001010100010
Octal276222242

Shades and tints

Shades of #BE92A2

#BE92A2
(190,146,162)
#AD8594
(173,133,148)
#9C7886
(156,120,134)
#8B6B78
(139,107,120)
#7A5E6A
(122,94,106)
#69515C
(105,81,92)
#58444E
(88,68,78)
#473740
(71,55,64)
#362A32
(54,42,50)
#251D24
(37,29,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BE92A2

#BE92A2
(190,146,162)
#C39BAA
(195,155,170)
#C8A4B2
(200,164,178)
#CDADBA
(205,173,186)
#D2B6C2
(210,182,194)
#D7BFCA
(215,191,202)
#DCC8D2
(220,200,210)
#E1D1DA
(225,209,218)
#E6DAE2
(230,218,226)
#EBE3EA
(235,227,234)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92A2; }

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

This text font color is #BE92A2.


Background Color

.myBgColor { background-color: #BE92A2; }

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

This div background color is #BE92A2.


Border color

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

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

This div border color is #BE92A2.


Opacity

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

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

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

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

This text has shadow with #BE92A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE92A2 on black background.


Color preview on white background

This text has color #BE92A2 on white background.



Black color preview on #BE92A2 background

This text has black color on #BE92A2 background.


White color preview on #BE92A2 background

This text has white color on #BE92A2 background.