COLOR #BE92A7

HEX: #BE92A7 RGB: (190,146,167)

Color info

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

RGB color model

#BE92A7 color RGB value is (190,146,167).

RGB: (190,146,167) (75%, 57%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 167 of 255 = 65%

190
146
167

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

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 167 = 503 (100%)
R 190 of 503 ~ 37.77%
G 146 of 503 ~ 29.03%
B 167 of 503 ~ 33.2'%

%37.77
%29.03
%33.2

CMYK color model

#BE92A7 color CMYK value is (0,23,12,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK: (0,23,12,25) C0M23Y12K25 (0%,23%,12%,25%) (0.00/0.23/0.12/0.25) 

CMYK percentages

%0
%23.16
%12.11
%25.49

Codes

Color #BE92A7 in popluar color models

BE 92 A7
RGB 190 146 167
HSL 331° 25.29% 65.88%
HSB/HSV 331° 23.16% 74.51%
CMYK 0.00% 23.16% 12.11%
25.49%

Color #BE92A7 in popluar number systems.

HEX BE 92 A7
Decimal 190 146 167
Binary 10111110 10010010 10100111
Octal 276 222 247

Shades and tints

Shades of #BE92A7

#BE92A7
(190,146,167)
#AD8598
(173,133,152)
#9C7889
(156,120,137)
#8B6B7A
(139,107,122)
#7A5E6B
(122,94,107)
#69515C
(105,81,92)
#58444D
(88,68,77)
#47373E
(71,55,62)
#362A2F
(54,42,47)
#251D20
(37,29,32)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #BE92A7

#BE92A7
(190,146,167)
#C39BAF
(195,155,175)
#C8A4B7
(200,164,183)
#CDADBF
(205,173,191)
#D2B6C7
(210,182,199)
#D7BFCF
(215,191,207)
#DCC8D7
(220,200,215)
#E1D1DF
(225,209,223)
#E6DAE7
(230,218,231)
#EBE3EF
(235,227,239)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92A7; }

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

This text font color is #BE92A7.

Background Color

.myBgColor { background-color: #BE92A7; }

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

This div background color is #BE92A7.

Border color

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

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

This div border color is #BE92A7.

Opacity

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

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

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

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

This text has shadow with #BE92A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE92A7.

Preview

Color preview on black background

This text has color #BE92A7 on black background.


Color preview on white background

This text has color #BE92A7 on white background.


Black color preview on #BE92A7 background

This text has black color on #BE92A7 background.


White color preview on #BE92A7 background

This text has white color on #BE92A7 background.


Related colors

Complementary color

Complementary color for #hex is #416D58.


I love getcolorcode.com

Triadic colors

1 #A7BE92 and #92A7BE with #BE92A7 are triadic colors.

2 #A792BE and #92BEA7 with #BE92A7 are triadic colors.