COLOR #BE8B9B

HEX: #BE8B9B
RGB: (190,139,155)

Color info

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

RGB color model

#BE8B9B color RGB value is (190,139,155).

  • red value is 190;
  • green value is 139;
  • blue value is 155.
RGB:
(190,139,155)
(75%,55%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 155 of 255 = 61%

190
139
155

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

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 155 = 484 (100%)
R 190 of 484 ~ 39.26%
G 139 of 484 ~ 28.72%
B 155 of 484 ~ 32.02%

%39.26
%28.72
%32.02

CMYK color model

#BE8B9B color CMYK value is (0,27,18,25).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(0,27,18,25)
C0M27Y18K25 
(0%,27%,18%,25%)
(0.00/0.27/0.18/0.25)	

CMYK percentages

%0
%26.84
%18.42
%25.49

Codes

Color #BE8B9B in popluar color models

BE8B9B
RGB190139155
HSL341°28.18%64.51%
HSB/HSV341°26.84%74.51%
CMYK0.00%26.84%18.42%
25.49%

Color #BE8B9B in popluar number systems.

HEXBE8B9B
Decimal190139155
Binary101111101000101110011011
Octal276213233

Shades and tints

Shades of #BE8B9B

#BE8B9B
(190,139,155)
#AD7F8D
(173,127,141)
#9C737F
(156,115,127)
#8B6771
(139,103,113)
#7A5B63
(122,91,99)
#694F55
(105,79,85)
#584347
(88,67,71)
#473739
(71,55,57)
#362B2B
(54,43,43)
#251F1D
(37,31,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #BE8B9B

#BE8B9B
(190,139,155)
#C395A4
(195,149,164)
#C89FAD
(200,159,173)
#CDA9B6
(205,169,182)
#D2B3BF
(210,179,191)
#D7BDC8
(215,189,200)
#DCC7D1
(220,199,209)
#E1D1DA
(225,209,218)
#E6DBE3
(230,219,227)
#EBE5EC
(235,229,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8B9B; }

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

This text font color is #BE8B9B.


Background Color

.myBgColor { background-color: #BE8B9B; }

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

This div background color is #BE8B9B.


Border color

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

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

This div border color is #BE8B9B.


Opacity

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

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

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

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

This text has shadow with #BE8B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8B9B on black background.


Color preview on white background

This text has color #BE8B9B on white background.



Black color preview on #BE8B9B background

This text has black color on #BE8B9B background.


White color preview on #BE8B9B background

This text has white color on #BE8B9B background.