COLOR #BE9895

HEX: #BE9895
RGB: (190,152,149)

Color info

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

RGB color model

#BE9895 color RGB value is (190,152,149).

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

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 149 of 255 = 58%

190
152
149

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

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 149 = 491 (100%)
R 190 of 491 ~ 38.7%
G 152 of 491 ~ 30.96%
B 149 of 491 ~ 30.35%

%38.7
%30.96
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(0,20,22,25)
C0M20Y22K25 
(0%,20%,22%,25%)
(0.00/0.20/0.22/0.25)	

CMYK percentages

%0
%20
%21.58
%25.49

Codes

Color #BE9895 in popluar color models

BE9895
RGB190152149
HSL23.98%66.47%
HSB/HSV21.58%74.51%
CMYK0.00%20.00%21.58%
25.49%

Color #BE9895 in popluar number systems.

HEXBE9895
Decimal190152149
Binary101111101001100010010101
Octal276230225

Shades and tints

Shades of #BE9895

#BE9895
(190,152,149)
#AD8B88
(173,139,136)
#9C7E7B
(156,126,123)
#8B716E
(139,113,110)
#7A6461
(122,100,97)
#695754
(105,87,84)
#584A47
(88,74,71)
#473D3A
(71,61,58)
#36302D
(54,48,45)
#252320
(37,35,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BE9895

#BE9895
(190,152,149)
#C3A19E
(195,161,158)
#C8AAA7
(200,170,167)
#CDB3B0
(205,179,176)
#D2BCB9
(210,188,185)
#D7C5C2
(215,197,194)
#DCCECB
(220,206,203)
#E1D7D4
(225,215,212)
#E6E0DD
(230,224,221)
#EBE9E6
(235,233,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9895; }

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

This text font color is #BE9895.


Background Color

.myBgColor { background-color: #BE9895; }

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

This div background color is #BE9895.


Border color

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

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

This div border color is #BE9895.


Opacity

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

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

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

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

This text has shadow with #BE9895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9895 on black background.


Color preview on white background

This text has color #BE9895 on white background.



Black color preview on #BE9895 background

This text has black color on #BE9895 background.


White color preview on #BE9895 background

This text has white color on #BE9895 background.