COLOR #BEA39F

HEX: #BEA39F
RGB: (190,163,159)

Color info

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

RGB color model

#BEA39F color RGB value is (190,163,159).

  • red value is 190;
  • green value is 163;
  • blue value is 159.
RGB:
(190,163,159)
(75%,64%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 159 of 255 = 62%

190
163
159

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 159 = 512 (100%)
R 190 of 512 ~ 37.11%
G 163 of 512 ~ 31.84%
B 159 of 512 ~ 31.05%

%37.11
%31.84
%31.05

CMYK color model

#BEA39F color CMYK value is (0,14,16,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(0,14,16,25)
C0M14Y16K25 
(0%,14%,16%,25%)
(0.00/0.14/0.16/0.25)	

CMYK percentages

%0
%14.21
%16.32
%25.49

Codes

Color #BEA39F in popluar color models

BEA39F
RGB190163159
HSL19.25%68.43%
HSB/HSV16.32%74.51%
CMYK0.00%14.21%16.32%
25.49%

Color #BEA39F in popluar number systems.

HEXBEA39F
Decimal190163159
Binary101111101010001110011111
Octal276243237

Shades and tints

Shades of #BEA39F

#BEA39F
(190,163,159)
#AD9591
(173,149,145)
#9C8783
(156,135,131)
#8B7975
(139,121,117)
#7A6B67
(122,107,103)
#695D59
(105,93,89)
#584F4B
(88,79,75)
#47413D
(71,65,61)
#36332F
(54,51,47)
#252521
(37,37,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEA39F

#BEA39F
(190,163,159)
#C3ABA7
(195,171,167)
#C8B3AF
(200,179,175)
#CDBBB7
(205,187,183)
#D2C3BF
(210,195,191)
#D7CBC7
(215,203,199)
#DCD3CF
(220,211,207)
#E1DBD7
(225,219,215)
#E6E3DF
(230,227,223)
#EBEBE7
(235,235,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA39F color. Also use rgb(190,163,159) instead hex code.

Text Font Color

.myTextColor { color: #BEA39F; }

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

This text font color is #BEA39F.


Background Color

.myBgColor { background-color: #BEA39F; }

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

This div background color is #BEA39F.


Border color

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

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

This div border color is #BEA39F.


Opacity

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

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

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

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

This text has shadow with #BEA39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA39F on black background.


Color preview on white background

This text has color #BEA39F on white background.



Black color preview on #BEA39F background

This text has black color on #BEA39F background.


White color preview on #BEA39F background

This text has white color on #BEA39F background.