COLOR #BEAE96

HEX: #BEAE96
RGB: (190,174,150)

Color info

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

RGB color model

#BEAE96 color RGB value is (190,174,150).

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

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 150 of 255 = 59%

190
174
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 150 = 514 (100%)
R 190 of 514 ~ 36.96%
G 174 of 514 ~ 33.85%
B 150 of 514 ~ 29.18%

%36.96
%33.85
%29.18

CMYK color model

#BEAE96 color CMYK value is (0,8,21,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,8,21,25)
C0M8Y21K25 
(0%,8%,21%,25%)
(0.00/0.08/0.21/0.25)	

CMYK percentages

%0
%8.42
%21.05
%25.49

Codes

Color #BEAE96 in popluar color models

BEAE96
RGB190174150
HSL36°23.53%66.67%
HSB/HSV36°21.05%74.51%
CMYK0.00%8.42%21.05%
25.49%

Color #BEAE96 in popluar number systems.

HEXBEAE96
Decimal190174150
Binary101111101010111010010110
Octal276256226

Shades and tints

Shades of #BEAE96

#BEAE96
(190,174,150)
#AD9F89
(173,159,137)
#9C907C
(156,144,124)
#8B816F
(139,129,111)
#7A7262
(122,114,98)
#696355
(105,99,85)
#585448
(88,84,72)
#47453B
(71,69,59)
#36362E
(54,54,46)
#252721
(37,39,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEAE96

#BEAE96
(190,174,150)
#C3B59F
(195,181,159)
#C8BCA8
(200,188,168)
#CDC3B1
(205,195,177)
#D2CABA
(210,202,186)
#D7D1C3
(215,209,195)
#DCD8CC
(220,216,204)
#E1DFD5
(225,223,213)
#E6E6DE
(230,230,222)
#EBEDE7
(235,237,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE96; }

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

This text font color is #BEAE96.


Background Color

.myBgColor { background-color: #BEAE96; }

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

This div background color is #BEAE96.


Border color

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

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

This div border color is #BEAE96.


Opacity

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

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

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

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

This text has shadow with #BEAE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAE96 on black background.


Color preview on white background

This text has color #BEAE96 on white background.



Black color preview on #BEAE96 background

This text has black color on #BEAE96 background.


White color preview on #BEAE96 background

This text has white color on #BEAE96 background.