COLOR #BE9E90

HEX: #BE9E90
RGB: (190,158,144)

Color info

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

RGB color model

#BE9E90 color RGB value is (190,158,144).

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

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 144 of 255 = 56%

190
158
144

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

Portions of RGB colors in percentages

R + G + B =
190 + 158 + 144 = 492 (100%)
R 190 of 492 ~ 38.62%
G 158 of 492 ~ 32.11%
B 144 of 492 ~ 29.27%

%38.62
%32.11
%29.27

CMYK color model

#BE9E90 color CMYK value is (0,17,24,25).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,17,24,25)
C0M17Y24K25 
(0%,17%,24%,25%)
(0.00/0.17/0.24/0.25)	

CMYK percentages

%0
%16.84
%24.21
%25.49

Codes

Color #BE9E90 in popluar color models

BE9E90
RGB190158144
HSL18°26.14%65.49%
HSB/HSV18°24.21%74.51%
CMYK0.00%16.84%24.21%
25.49%

Color #BE9E90 in popluar number systems.

HEXBE9E90
Decimal190158144
Binary101111101001111010010000
Octal276236220

Shades and tints

Shades of #BE9E90

#BE9E90
(190,158,144)
#AD9083
(173,144,131)
#9C8276
(156,130,118)
#8B7469
(139,116,105)
#7A665C
(122,102,92)
#69584F
(105,88,79)
#584A42
(88,74,66)
#473C35
(71,60,53)
#362E28
(54,46,40)
#25201B
(37,32,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #BE9E90

#BE9E90
(190,158,144)
#C3A69A
(195,166,154)
#C8AEA4
(200,174,164)
#CDB6AE
(205,182,174)
#D2BEB8
(210,190,184)
#D7C6C2
(215,198,194)
#DCCECC
(220,206,204)
#E1D6D6
(225,214,214)
#E6DEE0
(230,222,224)
#EBE6EA
(235,230,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9E90; }

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

This text font color is #BE9E90.


Background Color

.myBgColor { background-color: #BE9E90; }

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

This div background color is #BE9E90.


Border color

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

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

This div border color is #BE9E90.


Opacity

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

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

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

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

This text has shadow with #BE9E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9E90 on black background.


Color preview on white background

This text has color #BE9E90 on white background.



Black color preview on #BE9E90 background

This text has black color on #BE9E90 background.


White color preview on #BE9E90 background

This text has white color on #BE9E90 background.