COLOR #BEA28C

HEX: #BEA28C
RGB: (190,162,140)

Color info

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

RGB color model

#BEA28C color RGB value is (190,162,140).

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

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 140 of 255 = 55%

190
162
140

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

Portions of RGB colors in percentages

R + G + B =
190 + 162 + 140 = 492 (100%)
R 190 of 492 ~ 38.62%
G 162 of 492 ~ 32.93%
B 140 of 492 ~ 28.46%

%38.62
%32.93
%28.46

CMYK color model

#BEA28C color CMYK value is (0,15,26,25).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(0,15,26,25)
C0M15Y26K25 
(0%,15%,26%,25%)
(0.00/0.15/0.26/0.25)	

CMYK percentages

%0
%14.74
%26.32
%25.49

Codes

Color #BEA28C in popluar color models

BEA28C
RGB190162140
HSL26°27.78%64.71%
HSB/HSV26°26.32%74.51%
CMYK0.00%14.74%26.32%
25.49%

Color #BEA28C in popluar number systems.

HEXBEA28C
Decimal190162140
Binary101111101010001010001100
Octal276242214

Shades and tints

Shades of #BEA28C

#BEA28C
(190,162,140)
#AD9480
(173,148,128)
#9C8674
(156,134,116)
#8B7868
(139,120,104)
#7A6A5C
(122,106,92)
#695C50
(105,92,80)
#584E44
(88,78,68)
#474038
(71,64,56)
#36322C
(54,50,44)
#252420
(37,36,32)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEA28C

#BEA28C
(190,162,140)
#C3AA96
(195,170,150)
#C8B2A0
(200,178,160)
#CDBAAA
(205,186,170)
#D2C2B4
(210,194,180)
#D7CABE
(215,202,190)
#DCD2C8
(220,210,200)
#E1DAD2
(225,218,210)
#E6E2DC
(230,226,220)
#EBEAE6
(235,234,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA28C; }

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

This text font color is #BEA28C.


Background Color

.myBgColor { background-color: #BEA28C; }

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

This div background color is #BEA28C.


Border color

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

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

This div border color is #BEA28C.


Opacity

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

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

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

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

This text has shadow with #BEA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA28C on black background.


Color preview on white background

This text has color #BEA28C on white background.



Black color preview on #BEA28C background

This text has black color on #BEA28C background.


White color preview on #BEA28C background

This text has white color on #BEA28C background.