COLOR #BE9E87

HEX: #BE9E87
RGB: (190,158,135)

Color info

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

RGB color model

#BE9E87 color RGB value is (190,158,135).

  • red value is 190;
  • green value is 158;
  • blue value is 135.
RGB:
(190,158,135)
(75%,62%,53%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 135 of 255 = 53%

190
158
135

R + G + B ~ 63%. #BE9E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 158 + 135 = 483 (100%)
R 190 of 483 ~ 39.34%
G 158 of 483 ~ 32.71%
B 135 of 483 ~ 27.95%

%39.34
%32.71
%27.95

CMYK color model

#BE9E87 color CMYK value is (0,17,29,25).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(0,17,29,25)
C0M17Y29K25 
(0%,17%,29%,25%)
(0.00/0.17/0.29/0.25)	

CMYK percentages

%0
%16.84
%28.95
%25.49

Codes

Color #BE9E87 in popluar color models

BE9E87
RGB190158135
HSL25°29.73%63.73%
HSB/HSV25°28.95%74.51%
CMYK0.00%16.84%28.95%
25.49%

Color #BE9E87 in popluar number systems.

HEXBE9E87
Decimal190158135
Binary101111101001111010000111
Octal276236207

Shades and tints

Shades of #BE9E87

#BE9E87
(190,158,135)
#AD907B
(173,144,123)
#9C826F
(156,130,111)
#8B7463
(139,116,99)
#7A6657
(122,102,87)
#69584B
(105,88,75)
#584A3F
(88,74,63)
#473C33
(71,60,51)
#362E27
(54,46,39)
#25201B
(37,32,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE9E87

#BE9E87
(190,158,135)
#C3A691
(195,166,145)
#C8AE9B
(200,174,155)
#CDB6A5
(205,182,165)
#D2BEAF
(210,190,175)
#D7C6B9
(215,198,185)
#DCCEC3
(220,206,195)
#E1D6CD
(225,214,205)
#E6DED7
(230,222,215)
#EBE6E1
(235,230,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9E87 color. Also use rgb(190,158,135) instead hex code.

Text Font Color

.myTextColor { color: #BE9E87; }

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

This text font color is #BE9E87.


Background Color

.myBgColor { background-color: #BE9E87; }

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

This div background color is #BE9E87.


Border color

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

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

This div border color is #BE9E87.


Opacity

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

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

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

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

This text has shadow with #BE9E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9E87 on black background.


Color preview on white background

This text has color #BE9E87 on white background.



Black color preview on #BE9E87 background

This text has black color on #BE9E87 background.


White color preview on #BE9E87 background

This text has white color on #BE9E87 background.