COLOR #BE929B

HEX: #BE929B RGB: (190,146,155)

Color info

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

RGB color model

#BE929B color RGB value is (190,146,155).

RGB: (190,146,155) (75%, 57%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 155 of 255 = 61%

190
146
155

R + G + B ~ 64%. #BE929B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 155 = 491 (100%)
R 190 of 491 ~ 38.7%
G 146 of 491 ~ 29.74%
B 155 of 491 ~ 31.57'%

%38.7
%29.74
%31.57

CMYK color model

#BE929B color CMYK value is (0,23,18,25).

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

CMYK: (0,23,18,25)
C0M23Y18K25 (0%, 23%, 18%, 25%)
(0.00 / 0.23 / 0.18 / 0.25)

CMYK percentages

%0
%23.16
%18.42
%25.49

Codes

Color #BE929B in popluar color models

BE 92 9B
RGB 190 146 155
HSL 348° 25.29% 65.88%
HSB/HSV 348° 23.16% 74.51%
CMYK 0.00% 23.16% 18.42%
25.49%

Color #BE929B in popluar number systems.

HEX BE 92 9B
Decimal 190 146 155
Binary 10111110 10010010 10011011
Octal 276 222 233

Shades and tints

Shades of #BE929B

#BE929B
(190,146,155)
#AD858D
(173,133,141)
#9C787F
(156,120,127)
#8B6B71
(139,107,113)
#7A5E63
(122,94,99)
#695155
(105,81,85)
#584447
(88,68,71)
#473739
(71,55,57)
#362A2B
(54,42,43)
#251D1D
(37,29,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #BE929B

#BE929B
(190,146,155)
#C39BA4
(195,155,164)
#C8A4AD
(200,164,173)
#CDADB6
(205,173,182)
#D2B6BF
(210,182,191)
#D7BFC8
(215,191,200)
#DCC8D1
(220,200,209)
#E1D1DA
(225,209,218)
#E6DAE3
(230,218,227)
#EBE3EC
(235,227,236)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE929B; }

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

This text font color is #BE929B.

Background Color

.myBgColor { background-color: #BE929B; }

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

This div background color is #BE929B.

Border color

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

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

This div border color is #BE929B.

Opacity

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

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

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

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

This text has shadow with #BE929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE929B.

Preview

Color preview on black background

This text has color #BE929B on black background.


Color preview on white background

This text has color #BE929B on white background.


Black color preview on #BE929B background

This text has black color on #BE929B background.


White color preview on #BE929B background

This text has white color on #BE929B background.


Related colors

Complementary color

Complementary color for #hex is #416D64.


I love getcolorcode.com

Triadic colors

1 #9BBE92 and #929BBE with #BE929B are triadic colors.

2 #9B92BE and #92BE9B with #BE929B are triadic colors.