COLOR #BE92AA

HEX: #BE92AA RGB: (190,146,170)

Color info

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

RGB color model

#BE92AA color RGB value is (190,146,170).

RGB: (190,146,170) (75%, 57%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 170 of 255 = 67%

190
146
170

R + G + B ~ 66%. #BE92AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 170 = 506 (100%)
R 190 of 506 ~ 37.55%
G 146 of 506 ~ 28.85%
B 170 of 506 ~ 33.6'%

%37.55
%28.85
%33.6

CMYK color model

#BE92AA color CMYK value is (0,23,11,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (0,23,11,25)
C0M23Y11K25 (0%, 23%, 11%, 25%)
(0.00 / 0.23 / 0.11 / 0.25)

CMYK percentages

%0
%23.16
%10.53
%25.49

Codes

Color #BE92AA in popluar color models

BE 92 AA
RGB 190 146 170
HSL 327° 25.29% 65.88%
HSB/HSV 327° 23.16% 74.51%
CMYK 0.00% 23.16% 10.53%
25.49%

Color #BE92AA in popluar number systems.

HEX BE 92 AA
Decimal 190 146 170
Binary 10111110 10010010 10101010
Octal 276 222 252

Shades and tints

Shades of #BE92AA

#BE92AA
(190,146,170)
#AD859B
(173,133,155)
#9C788C
(156,120,140)
#8B6B7D
(139,107,125)
#7A5E6E
(122,94,110)
#69515F
(105,81,95)
#584450
(88,68,80)
#473741
(71,55,65)
#362A32
(54,42,50)
#251D23
(37,29,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE92AA

#BE92AA
(190,146,170)
#C39BB1
(195,155,177)
#C8A4B8
(200,164,184)
#CDADBF
(205,173,191)
#D2B6C6
(210,182,198)
#D7BFCD
(215,191,205)
#DCC8D4
(220,200,212)
#E1D1DB
(225,209,219)
#E6DAE2
(230,218,226)
#EBE3E9
(235,227,233)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92AA; }

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

This text font color is #BE92AA.

Background Color

.myBgColor { background-color: #BE92AA; }

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

This div background color is #BE92AA.

Border color

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

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

This div border color is #BE92AA.

Opacity

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

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

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

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

This text has shadow with #BE92AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE92AA.

Preview

Color preview on black background

This text has color #BE92AA on black background.


Color preview on white background

This text has color #BE92AA on white background.


Black color preview on #BE92AA background

This text has black color on #BE92AA background.


White color preview on #BE92AA background

This text has white color on #BE92AA background.


Related colors

Complementary color

Complementary color for #hex is #416D55.


I love getcolorcode.com

Triadic colors

1 #AABE92 and #92AABE with #BE92AA are triadic colors.

2 #AA92BE and #92BEAA with #BE92AA are triadic colors.