COLOR #BEA896

HEX: #BEA896
RGB: (190,168,150)

Color info

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

RGB color model

#BEA896 color RGB value is (190,168,150).

  • red value is 190;
  • green value is 168;
  • blue value is 150.
RGB:
(190,168,150)
(75%,66%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 150 of 255 = 59%

190
168
150

R + G + B ~ 67%. #BEA896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 168 + 150 = 508 (100%)
R 190 of 508 ~ 37.4%
G 168 of 508 ~ 33.07%
B 150 of 508 ~ 29.53%

%37.4
%33.07
%29.53

CMYK color model

#BEA896 color CMYK value is (0,12,21,25).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,12,21,25)
C0M12Y21K25 
(0%,12%,21%,25%)
(0.00/0.12/0.21/0.25)	

CMYK percentages

%0
%11.58
%21.05
%25.49

Codes

Color #BEA896 in popluar color models

BEA896
RGB190168150
HSL27°23.53%66.67%
HSB/HSV27°21.05%74.51%
CMYK0.00%11.58%21.05%
25.49%

Color #BEA896 in popluar number systems.

HEXBEA896
Decimal190168150
Binary101111101010100010010110
Octal276250226

Shades and tints

Shades of #BEA896

#BEA896
(190,168,150)
#AD9989
(173,153,137)
#9C8A7C
(156,138,124)
#8B7B6F
(139,123,111)
#7A6C62
(122,108,98)
#695D55
(105,93,85)
#584E48
(88,78,72)
#473F3B
(71,63,59)
#36302E
(54,48,46)
#252121
(37,33,33)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEA896

#BEA896
(190,168,150)
#C3AF9F
(195,175,159)
#C8B6A8
(200,182,168)
#CDBDB1
(205,189,177)
#D2C4BA
(210,196,186)
#D7CBC3
(215,203,195)
#DCD2CC
(220,210,204)
#E1D9D5
(225,217,213)
#E6E0DE
(230,224,222)
#EBE7E7
(235,231,231)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA896; }

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

This text font color is #BEA896.


Background Color

.myBgColor { background-color: #BEA896; }

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

This div background color is #BEA896.


Border color

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

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

This div border color is #BEA896.


Opacity

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

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

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

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

This text has shadow with #BEA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA896 on black background.


Color preview on white background

This text has color #BEA896 on white background.



Black color preview on #BEA896 background

This text has black color on #BEA896 background.


White color preview on #BEA896 background

This text has white color on #BEA896 background.