COLOR #BEA394

HEX: #BEA394 RGB: (190,163,148)

Color info

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

RGB color model

#BEA394 color RGB value is (190,163,148).

RGB: (190,163,148) (75%, 64%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 148 of 255 = 58%

190
163
148

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 148 = 501 (100%)
R 190 of 501 ~ 37.92%
G 163 of 501 ~ 32.53%
B 148 of 501 ~ 29.54'%

%37.92
%32.53
%29.54

CMYK color model

#BEA394 color CMYK value is (0,14,22,25).

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

CMYK: (0,14,22,25)
C0M14Y22K25 (0%, 14%, 22%, 25%)
(0.00 / 0.14 / 0.22 / 0.25)

CMYK percentages

%0
%14.21
%22.11
%25.49

Codes

Color #BEA394 in popluar color models

BE A3 94
RGB 190 163 148
HSL 21° 24.42% 66.27%
HSB/HSV 21° 22.11% 74.51%
CMYK 0.00% 14.21% 22.11%
25.49%

Color #BEA394 in popluar number systems.

HEX BE A3 94
Decimal 190 163 148
Binary 10111110 10100011 10010100
Octal 276 243 224

Shades and tints

Shades of #BEA394

#BEA394
(190,163,148)
#AD9587
(173,149,135)
#9C877A
(156,135,122)
#8B796D
(139,121,109)
#7A6B60
(122,107,96)
#695D53
(105,93,83)
#584F46
(88,79,70)
#474139
(71,65,57)
#36332C
(54,51,44)
#25251F
(37,37,31)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEA394

#BEA394
(190,163,148)
#C3AB9D
(195,171,157)
#C8B3A6
(200,179,166)
#CDBBAF
(205,187,175)
#D2C3B8
(210,195,184)
#D7CBC1
(215,203,193)
#DCD3CA
(220,211,202)
#E1DBD3
(225,219,211)
#E6E3DC
(230,227,220)
#EBEBE5
(235,235,229)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA394; }

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

This text font color is #BEA394.

Background Color

.myBgColor { background-color: #BEA394; }

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

This div background color is #BEA394.

Border color

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

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

This div border color is #BEA394.

Opacity

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

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

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

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

This text has shadow with #BEA394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA394.

Preview

Color preview on black background

This text has color #BEA394 on black background.


Color preview on white background

This text has color #BEA394 on white background.


Black color preview on #BEA394 background

This text has black color on #BEA394 background.


White color preview on #BEA394 background

This text has white color on #BEA394 background.


Related colors

Complementary color

Complementary color for #hex is #415C6B.


I love getcolorcode.com

Triadic colors

1 #94BEA3 and #A394BE with #BEA394 are triadic colors.

2 #94A3BE and #A3BE94 with #BEA394 are triadic colors.