COLOR #BE9E91

HEX: #BE9E91 RGB: (190,158,145)

Color info

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

RGB color model

#BE9E91 color RGB value is (190,158,145).

RGB: (190,158,145) (75%, 62%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 158 of 255 = 62%
B 145 of 255 = 57%

190
158
145

R + G + B ~ 65%. #BE9E91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 158 + 145 = 493 (100%)
R 190 of 493 ~ 38.54%
G 158 of 493 ~ 32.05%
B 145 of 493 ~ 29.41'%

%38.54
%32.05
%29.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 23.68%
  • 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
%23.68
%25.49

Codes

Color #BE9E91 in popluar color models

BE 9E 91
RGB 190 158 145
HSL 17° 25.71% 65.69%
HSB/HSV 17° 23.68% 74.51%
CMYK 0.00% 16.84% 23.68%
25.49%

Color #BE9E91 in popluar number systems.

HEX BE 9E 91
Decimal 190 158 145
Binary 10111110 10011110 10010001
Octal 276 236 221

Shades and tints

Shades of #BE9E91

#BE9E91
(190,158,145)
#AD9084
(173,144,132)
#9C8277
(156,130,119)
#8B746A
(139,116,106)
#7A665D
(122,102,93)
#695850
(105,88,80)
#584A43
(88,74,67)
#473C36
(71,60,54)
#362E29
(54,46,41)
#25201C
(37,32,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE9E91

#BE9E91
(190,158,145)
#C3A69B
(195,166,155)
#C8AEA5
(200,174,165)
#CDB6AF
(205,182,175)
#D2BEB9
(210,190,185)
#D7C6C3
(215,198,195)
#DCCECD
(220,206,205)
#E1D6D7
(225,214,215)
#E6DEE1
(230,222,225)
#EBE6EB
(235,230,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9E91; }

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

This text font color is #BE9E91.

Background Color

.myBgColor { background-color: #BE9E91; }

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

This div background color is #BE9E91.

Border color

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

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

This div border color is #BE9E91.

Opacity

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

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

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

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

This text has shadow with #BE9E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9E91.

Preview

Color preview on black background

This text has color #BE9E91 on black background.


Color preview on white background

This text has color #BE9E91 on white background.


Black color preview on #BE9E91 background

This text has black color on #BE9E91 background.


White color preview on #BE9E91 background

This text has white color on #BE9E91 background.


Related colors

Complementary color

Complementary color for #hex is #41616E.


I love getcolorcode.com

Triadic colors

1 #91BE9E and #9E91BE with #BE9E91 are triadic colors.

2 #919EBE and #9EBE91 with #BE9E91 are triadic colors.