COLOR #BEA39A

HEX: #BEA39A RGB: (190,163,154)

Color info

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

RGB color model

#BEA39A color RGB value is (190,163,154).

RGB: (190,163,154) (75%, 64%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 154 of 255 = 60%

190
163
154

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 154 = 507 (100%)
R 190 of 507 ~ 37.48%
G 163 of 507 ~ 32.15%
B 154 of 507 ~ 30.37'%

%37.48
%32.15
%30.37

CMYK color model

#BEA39A color CMYK value is (0,14,19,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (0,14,19,25)
C0M14Y19K25 (0%, 14%, 19%, 25%)
(0.00 / 0.14 / 0.19 / 0.25)

CMYK percentages

%0
%14.21
%18.95
%25.49

Codes

Color #BEA39A in popluar color models

BE A3 9A
RGB 190 163 154
HSL 15° 21.69% 67.45%
HSB/HSV 15° 18.95% 74.51%
CMYK 0.00% 14.21% 18.95%
25.49%

Color #BEA39A in popluar number systems.

HEX BE A3 9A
Decimal 190 163 154
Binary 10111110 10100011 10011010
Octal 276 243 232

Shades and tints

Shades of #BEA39A

#BEA39A
(190,163,154)
#AD958C
(173,149,140)
#9C877E
(156,135,126)
#8B7970
(139,121,112)
#7A6B62
(122,107,98)
#695D54
(105,93,84)
#584F46
(88,79,70)
#474138
(71,65,56)
#36332A
(54,51,42)
#25251C
(37,37,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BEA39A

#BEA39A
(190,163,154)
#C3ABA3
(195,171,163)
#C8B3AC
(200,179,172)
#CDBBB5
(205,187,181)
#D2C3BE
(210,195,190)
#D7CBC7
(215,203,199)
#DCD3D0
(220,211,208)
#E1DBD9
(225,219,217)
#E6E3E2
(230,227,226)
#EBEBEB
(235,235,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA39A; }

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

This text font color is #BEA39A.

Background Color

.myBgColor { background-color: #BEA39A; }

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

This div background color is #BEA39A.

Border color

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

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

This div border color is #BEA39A.

Opacity

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

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

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

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

This text has shadow with #BEA39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA39A.

Preview

Color preview on black background

This text has color #BEA39A on black background.


Color preview on white background

This text has color #BEA39A on white background.


Black color preview on #BEA39A background

This text has black color on #BEA39A background.


White color preview on #BEA39A background

This text has white color on #BEA39A background.


Related colors

Complementary color

Complementary color for #hex is #415C65.


I love getcolorcode.com

Triadic colors

1 #9ABEA3 and #A39ABE with #BEA39A are triadic colors.

2 #9AA3BE and #A3BE9A with #BEA39A are triadic colors.