COLOR #BEAE8C

HEX: #BEAE8C
RGB: (190,174,140)

Color info

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

RGB color model

#BEAE8C color RGB value is (190,174,140).

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

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 140 of 255 = 55%

190
174
140

R + G + B ~ 66%. #BEAE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 140 = 504 (100%)
R 190 of 504 ~ 37.7%
G 174 of 504 ~ 34.52%
B 140 of 504 ~ 27.78%

%37.7
%34.52
%27.78

CMYK color model

#BEAE8C color CMYK value is (0,8,26,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(0,8,26,25)
C0M8Y26K25 
(0%,8%,26%,25%)
(0.00/0.08/0.26/0.25)	

CMYK percentages

%0
%8.42
%26.32
%25.49

Codes

Color #BEAE8C in popluar color models

BEAE8C
RGB190174140
HSL41°27.78%64.71%
HSB/HSV41°26.32%74.51%
CMYK0.00%8.42%26.32%
25.49%

Color #BEAE8C in popluar number systems.

HEXBEAE8C
Decimal190174140
Binary101111101010111010001100
Octal276256214

Shades and tints

Shades of #BEAE8C

#BEAE8C
(190,174,140)
#AD9F80
(173,159,128)
#9C9074
(156,144,116)
#8B8168
(139,129,104)
#7A725C
(122,114,92)
#696350
(105,99,80)
#585444
(88,84,68)
#474538
(71,69,56)
#36362C
(54,54,44)
#252720
(37,39,32)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEAE8C

#BEAE8C
(190,174,140)
#C3B596
(195,181,150)
#C8BCA0
(200,188,160)
#CDC3AA
(205,195,170)
#D2CAB4
(210,202,180)
#D7D1BE
(215,209,190)
#DCD8C8
(220,216,200)
#E1DFD2
(225,223,210)
#E6E6DC
(230,230,220)
#EBEDE6
(235,237,230)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE8C; }

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

This text font color is #BEAE8C.


Background Color

.myBgColor { background-color: #BEAE8C; }

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

This div background color is #BEAE8C.


Border color

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

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

This div border color is #BEAE8C.


Opacity

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

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

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

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

This text has shadow with #BEAE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAE8C on black background.


Color preview on white background

This text has color #BEAE8C on white background.



Black color preview on #BEAE8C background

This text has black color on #BEAE8C background.


White color preview on #BEAE8C background

This text has white color on #BEAE8C background.