COLOR #BE9495

HEX: #BE9495
RGB: (190,148,149)

Color info

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

RGB color model

#BE9495 color RGB value is (190,148,149).

  • red value is 190;
  • green value is 148;
  • blue value is 149.
RGB:
(190,148,149)
(75%,58%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 149 of 255 = 58%

190
148
149

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

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 149 = 487 (100%)
R 190 of 487 ~ 39.01%
G 148 of 487 ~ 30.39%
B 149 of 487 ~ 30.6%

%39.01
%30.39
%30.6

CMYK color model

#BE9495 color CMYK value is (0,22,22,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(0,22,22,25)
C0M22Y22K25 
(0%,22%,22%,25%)
(0.00/0.22/0.22/0.25)	

CMYK percentages

%0
%22.11
%21.58
%25.49

Codes

Color #BE9495 in popluar color models

BE9495
RGB190148149
HSL359°24.42%66.27%
HSB/HSV359°22.11%74.51%
CMYK0.00%22.11%21.58%
25.49%

Color #BE9495 in popluar number systems.

HEXBE9495
Decimal190148149
Binary101111101001010010010101
Octal276224225

Shades and tints

Shades of #BE9495

#BE9495
(190,148,149)
#AD8788
(173,135,136)
#9C7A7B
(156,122,123)
#8B6D6E
(139,109,110)
#7A6061
(122,96,97)
#695354
(105,83,84)
#584647
(88,70,71)
#47393A
(71,57,58)
#362C2D
(54,44,45)
#251F20
(37,31,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BE9495

#BE9495
(190,148,149)
#C39D9E
(195,157,158)
#C8A6A7
(200,166,167)
#CDAFB0
(205,175,176)
#D2B8B9
(210,184,185)
#D7C1C2
(215,193,194)
#DCCACB
(220,202,203)
#E1D3D4
(225,211,212)
#E6DCDD
(230,220,221)
#EBE5E6
(235,229,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9495 color. Also use rgb(190,148,149) instead hex code.

Text Font Color

.myTextColor { color: #BE9495; }

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

This text font color is #BE9495.


Background Color

.myBgColor { background-color: #BE9495; }

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

This div background color is #BE9495.


Border color

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

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

This div border color is #BE9495.


Opacity

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

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

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

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

This text has shadow with #BE9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9495 on black background.


Color preview on white background

This text has color #BE9495 on white background.



Black color preview on #BE9495 background

This text has black color on #BE9495 background.


White color preview on #BE9495 background

This text has white color on #BE9495 background.