COLOR #BE9996

HEX: #BE9996 RGB: (190,153,150)

Color info

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

RGB color model

#BE9996 color RGB value is (190,153,150).

RGB: (190,153,150) (75%, 60%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 150 of 255 = 59%

190
153
150

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

Portions of RGB colors in percentages

R + G + B = 190 + 153 + 150 = 493 (100%)
R 190 of 493 ~ 38.54%
G 153 of 493 ~ 31.03%
B 150 of 493 ~ 30.43'%

%38.54
%31.03
%30.43

CMYK color model

#BE9996 color CMYK value is (0,19,21,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 21.05%
  • key color value is 25.49%

CMYK: (0,19,21,25)
C0M19Y21K25 (0%, 19%, 21%, 25%)
(0.00 / 0.19 / 0.21 / 0.25)

CMYK percentages

%0
%19.47
%21.05
%25.49

Codes

Color #BE9996 in popluar color models

BE 99 96
RGB 190 153 150
HSL 23.53% 66.67%
HSB/HSV 21.05% 74.51%
CMYK 0.00% 19.47% 21.05%
25.49%

Color #BE9996 in popluar number systems.

HEX BE 99 96
Decimal 190 153 150
Binary 10111110 10011001 10010110
Octal 276 231 226

Shades and tints

Shades of #BE9996

#BE9996
(190,153,150)
#AD8C89
(173,140,137)
#9C7F7C
(156,127,124)
#8B726F
(139,114,111)
#7A6562
(122,101,98)
#695855
(105,88,85)
#584B48
(88,75,72)
#473E3B
(71,62,59)
#36312E
(54,49,46)
#252421
(37,36,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BE9996

#BE9996
(190,153,150)
#C3A29F
(195,162,159)
#C8ABA8
(200,171,168)
#CDB4B1
(205,180,177)
#D2BDBA
(210,189,186)
#D7C6C3
(215,198,195)
#DCCFCC
(220,207,204)
#E1D8D5
(225,216,213)
#E6E1DE
(230,225,222)
#EBEAE7
(235,234,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9996; }

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

This text font color is #BE9996.

Background Color

.myBgColor { background-color: #BE9996; }

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

This div background color is #BE9996.

Border color

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

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

This div border color is #BE9996.

Opacity

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

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

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

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

This text has shadow with #BE9996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9996.

Preview

Color preview on black background

This text has color #BE9996 on black background.


Color preview on white background

This text has color #BE9996 on white background.


Black color preview on #BE9996 background

This text has black color on #BE9996 background.


White color preview on #BE9996 background

This text has white color on #BE9996 background.


Related colors

Complementary color

Complementary color for #hex is #416669.


I love getcolorcode.com

Triadic colors

1 #96BE99 and #9996BE with #BE9996 are triadic colors.

2 #9699BE and #99BE96 with #BE9996 are triadic colors.