COLOR #BE9596

HEX: #BE9596
RGB: (190,149,150)

Color info

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

RGB color model

#BE9596 color RGB value is (190,149,150).

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

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 150 of 255 = 59%

190
149
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 150 = 489 (100%)
R 190 of 489 ~ 38.85%
G 149 of 489 ~ 30.47%
B 150 of 489 ~ 30.67%

%38.85
%30.47
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,22,21,25)
C0M22Y21K25 
(0%,22%,21%,25%)
(0.00/0.22/0.21/0.25)	

CMYK percentages

%0
%21.58
%21.05
%25.49

Codes

Color #BE9596 in popluar color models

BE9596
RGB190149150
HSL359°23.98%66.47%
HSB/HSV359°21.58%74.51%
CMYK0.00%21.58%21.05%
25.49%

Color #BE9596 in popluar number systems.

HEXBE9596
Decimal190149150
Binary101111101001010110010110
Octal276225226

Shades and tints

Shades of #BE9596

#BE9596
(190,149,150)
#AD8889
(173,136,137)
#9C7B7C
(156,123,124)
#8B6E6F
(139,110,111)
#7A6162
(122,97,98)
#695455
(105,84,85)
#584748
(88,71,72)
#473A3B
(71,58,59)
#362D2E
(54,45,46)
#252021
(37,32,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BE9596

#BE9596
(190,149,150)
#C39E9F
(195,158,159)
#C8A7A8
(200,167,168)
#CDB0B1
(205,176,177)
#D2B9BA
(210,185,186)
#D7C2C3
(215,194,195)
#DCCBCC
(220,203,204)
#E1D4D5
(225,212,213)
#E6DDDE
(230,221,222)
#EBE6E7
(235,230,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9596; }

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

This text font color is #BE9596.


Background Color

.myBgColor { background-color: #BE9596; }

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

This div background color is #BE9596.


Border color

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

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

This div border color is #BE9596.


Opacity

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

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

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

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

This text has shadow with #BE9596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9596 on black background.


Color preview on white background

This text has color #BE9596 on white background.



Black color preview on #BE9596 background

This text has black color on #BE9596 background.


White color preview on #BE9596 background

This text has white color on #BE9596 background.