COLOR #BE9C96

HEX: #BE9C96 RGB: (190,156,150)

Color info

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

RGB color model

#BE9C96 color RGB value is (190,156,150).

RGB: (190,156,150) (75%, 61%, 59%)

RGB channels and saturation

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

190
156
150

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

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 150 = 496 (100%)
R 190 of 496 ~ 38.31%
G 156 of 496 ~ 31.45%
B 150 of 496 ~ 30.24'%

%38.31
%31.45
%30.24

CMYK color model

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

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

Codes

Color #BE9C96 in popluar color models

BE 9C 96
RGB 190 156 150
HSL 23.53% 66.67%
HSB/HSV 21.05% 74.51%
CMYK 0.00% 17.89% 21.05%
25.49%

Color #BE9C96 in popluar number systems.

HEX BE 9C 96
Decimal 190 156 150
Binary 10111110 10011100 10010110
Octal 276 234 226

Shades and tints

Shades of #BE9C96

#BE9C96
(190,156,150)
#AD8E89
(173,142,137)
#9C807C
(156,128,124)
#8B726F
(139,114,111)
#7A6462
(122,100,98)
#695655
(105,86,85)
#584848
(88,72,72)
#473A3B
(71,58,59)
#362C2E
(54,44,46)
#251E21
(37,30,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE9C96

#BE9C96
(190,156,150)
#C3A59F
(195,165,159)
#C8AEA8
(200,174,168)
#CDB7B1
(205,183,177)
#D2C0BA
(210,192,186)
#D7C9C3
(215,201,195)
#DCD2CC
(220,210,204)
#E1DBD5
(225,219,213)
#E6E4DE
(230,228,222)
#EBEDE7
(235,237,231)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9C96; }

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

This text font color is #BE9C96.

Background Color

.myBgColor { background-color: #BE9C96; }

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

This div background color is #BE9C96.

Border color

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

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

This div border color is #BE9C96.

Opacity

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

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

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

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

This text has shadow with #BE9C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9C96.

Preview

Color preview on black background

This text has color #BE9C96 on black background.


Color preview on white background

This text has color #BE9C96 on white background.


Black color preview on #BE9C96 background

This text has black color on #BE9C96 background.


White color preview on #BE9C96 background

This text has white color on #BE9C96 background.


Related colors

Complementary color

Complementary color for #hex is #416369.


I love getcolorcode.com

Triadic colors

1 #96BE9C and #9C96BE with #BE9C96 are triadic colors.

2 #969CBE and #9CBE96 with #BE9C96 are triadic colors.