COLOR #BE9C97

HEX: #BE9C97
RGB: (190,156,151)

Color info

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

RGB color model

#BE9C97 color RGB value is (190,156,151).

  • red value is 190;
  • green value is 156;
  • blue value is 151.
RGB:
(190,156,151)
(75%,61%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 151 of 255 = 59%

190
156
151

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

Portions of RGB colors in percentages

R + G + B =
190 + 156 + 151 = 497 (100%)
R 190 of 497 ~ 38.23%
G 156 of 497 ~ 31.39%
B 151 of 497 ~ 30.38%

%38.23
%31.39
%30.38

CMYK color model

#BE9C97 color CMYK value is (0,18,21,25).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 20.53%
  • key color value is 25.49%
CMYK:
(0,18,21,25)
C0M18Y21K25 
(0%,18%,21%,25%)
(0.00/0.18/0.21/0.25)	

CMYK percentages

%0
%17.89
%20.53
%25.49

Codes

Color #BE9C97 in popluar color models

BE9C97
RGB190156151
HSL23.08%66.86%
HSB/HSV20.53%74.51%
CMYK0.00%17.89%20.53%
25.49%

Color #BE9C97 in popluar number systems.

HEXBE9C97
Decimal190156151
Binary101111101001110010010111
Octal276234227

Shades and tints

Shades of #BE9C97

#BE9C97
(190,156,151)
#AD8E8A
(173,142,138)
#9C807D
(156,128,125)
#8B7270
(139,114,112)
#7A6463
(122,100,99)
#695656
(105,86,86)
#584849
(88,72,73)
#473A3C
(71,58,60)
#362C2F
(54,44,47)
#251E22
(37,30,34)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #BE9C97

#BE9C97
(190,156,151)
#C3A5A0
(195,165,160)
#C8AEA9
(200,174,169)
#CDB7B2
(205,183,178)
#D2C0BB
(210,192,187)
#D7C9C4
(215,201,196)
#DCD2CD
(220,210,205)
#E1DBD6
(225,219,214)
#E6E4DF
(230,228,223)
#EBEDE8
(235,237,232)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9C97 color. Also use rgb(190,156,151) instead hex code.

Text Font Color

.myTextColor { color: #BE9C97; }

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

This text font color is #BE9C97.


Background Color

.myBgColor { background-color: #BE9C97; }

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

This div background color is #BE9C97.


Border color

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

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

This div border color is #BE9C97.


Opacity

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

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

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

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

This text has shadow with #BE9C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9C97 on black background.


Color preview on white background

This text has color #BE9C97 on white background.



Black color preview on #BE9C97 background

This text has black color on #BE9C97 background.


White color preview on #BE9C97 background

This text has white color on #BE9C97 background.