COLOR #BE939A

HEX: #BE939A
RGB: (190,147,154)

Color info

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

RGB color model

#BE939A color RGB value is (190,147,154).

  • red value is 190;
  • green value is 147;
  • blue value is 154.
RGB:
(190,147,154)
(75%,58%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 154 of 255 = 60%

190
147
154

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

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 154 = 491 (100%)
R 190 of 491 ~ 38.7%
G 147 of 491 ~ 29.94%
B 154 of 491 ~ 31.36%

%38.7
%29.94
%31.36

CMYK color model

#BE939A color CMYK value is (0,23,19,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK:
(0,23,19,25)
C0M23Y19K25 
(0%,23%,19%,25%)
(0.00/0.23/0.19/0.25)	

CMYK percentages

%0
%22.63
%18.95
%25.49

Codes

Color #BE939A in popluar color models

BE939A
RGB190147154
HSL350°24.86%66.08%
HSB/HSV350°22.63%74.51%
CMYK0.00%22.63%18.95%
25.49%

Color #BE939A in popluar number systems.

HEXBE939A
Decimal190147154
Binary101111101001001110011010
Octal276223232

Shades and tints

Shades of #BE939A

#BE939A
(190,147,154)
#AD868C
(173,134,140)
#9C797E
(156,121,126)
#8B6C70
(139,108,112)
#7A5F62
(122,95,98)
#695254
(105,82,84)
#584546
(88,69,70)
#473838
(71,56,56)
#362B2A
(54,43,42)
#251E1C
(37,30,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #BE939A

#BE939A
(190,147,154)
#C39CA3
(195,156,163)
#C8A5AC
(200,165,172)
#CDAEB5
(205,174,181)
#D2B7BE
(210,183,190)
#D7C0C7
(215,192,199)
#DCC9D0
(220,201,208)
#E1D2D9
(225,210,217)
#E6DBE2
(230,219,226)
#EBE4EB
(235,228,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE939A color. Also use rgb(190,147,154) instead hex code.

Text Font Color

.myTextColor { color: #BE939A; }

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

This text font color is #BE939A.


Background Color

.myBgColor { background-color: #BE939A; }

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

This div background color is #BE939A.


Border color

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

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

This div border color is #BE939A.


Opacity

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

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

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

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

This text has shadow with #BE939A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE939A on black background.


Color preview on white background

This text has color #BE939A on white background.



Black color preview on #BE939A background

This text has black color on #BE939A background.


White color preview on #BE939A background

This text has white color on #BE939A background.