COLOR #BEA486

HEX: #BEA486
RGB: (190,164,134)

Color info

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

RGB color model

#BEA486 color RGB value is (190,164,134).

  • red value is 190;
  • green value is 164;
  • blue value is 134.
RGB:
(190,164,134)
(75%,64%,53%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 134 of 255 = 53%

190
164
134

R + G + B ~ 64%. #BEA486 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 134 = 488 (100%)
R 190 of 488 ~ 38.93%
G 164 of 488 ~ 33.61%
B 134 of 488 ~ 27.46%

%38.93
%33.61
%27.46

CMYK color model

#BEA486 color CMYK value is (0,14,29,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 29.47%
  • key color value is 25.49%
CMYK:
(0,14,29,25)
C0M14Y29K25 
(0%,14%,29%,25%)
(0.00/0.14/0.29/0.25)	

CMYK percentages

%0
%13.68
%29.47
%25.49

Codes

Color #BEA486 in popluar color models

BEA486
RGB190164134
HSL32°30.11%63.53%
HSB/HSV32°29.47%74.51%
CMYK0.00%13.68%29.47%
25.49%

Color #BEA486 in popluar number systems.

HEXBEA486
Decimal190164134
Binary101111101010010010000110
Octal276244206

Shades and tints

Shades of #BEA486

#BEA486
(190,164,134)
#AD967A
(173,150,122)
#9C886E
(156,136,110)
#8B7A62
(139,122,98)
#7A6C56
(122,108,86)
#695E4A
(105,94,74)
#58503E
(88,80,62)
#474232
(71,66,50)
#363426
(54,52,38)
#25261A
(37,38,26)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #BEA486

#BEA486
(190,164,134)
#C3AC91
(195,172,145)
#C8B49C
(200,180,156)
#CDBCA7
(205,188,167)
#D2C4B2
(210,196,178)
#D7CCBD
(215,204,189)
#DCD4C8
(220,212,200)
#E1DCD3
(225,220,211)
#E6E4DE
(230,228,222)
#EBECE9
(235,236,233)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA486 color. Also use rgb(190,164,134) instead hex code.

Text Font Color

.myTextColor { color: #BEA486; }

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

This text font color is #BEA486.


Background Color

.myBgColor { background-color: #BEA486; }

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

This div background color is #BEA486.


Border color

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

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

This div border color is #BEA486.


Opacity

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

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

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

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

This text has shadow with #BEA486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA486 on black background.


Color preview on white background

This text has color #BEA486 on white background.



Black color preview on #BEA486 background

This text has black color on #BEA486 background.


White color preview on #BEA486 background

This text has white color on #BEA486 background.