COLOR #BEA389

HEX: #BEA389
RGB: (190,163,137)

Color info

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

RGB color model

#BEA389 color RGB value is (190,163,137).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 137 of 255 = 54%

190
163
137

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 137 = 490 (100%)
R 190 of 490 ~ 38.78%
G 163 of 490 ~ 33.27%
B 137 of 490 ~ 27.96%

%38.78
%33.27
%27.96

CMYK color model

#BEA389 color CMYK value is (0,14,28,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(0,14,28,25)
C0M14Y28K25 
(0%,14%,28%,25%)
(0.00/0.14/0.28/0.25)	

CMYK percentages

%0
%14.21
%27.89
%25.49

Codes

Color #BEA389 in popluar color models

BEA389
RGB190163137
HSL29°28.96%64.12%
HSB/HSV29°27.89%74.51%
CMYK0.00%14.21%27.89%
25.49%

Color #BEA389 in popluar number systems.

HEXBEA389
Decimal190163137
Binary101111101010001110001001
Octal276243211

Shades and tints

Shades of #BEA389

#BEA389
(190,163,137)
#AD957D
(173,149,125)
#9C8771
(156,135,113)
#8B7965
(139,121,101)
#7A6B59
(122,107,89)
#695D4D
(105,93,77)
#584F41
(88,79,65)
#474135
(71,65,53)
#363329
(54,51,41)
#25251D
(37,37,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BEA389

#BEA389
(190,163,137)
#C3AB93
(195,171,147)
#C8B39D
(200,179,157)
#CDBBA7
(205,187,167)
#D2C3B1
(210,195,177)
#D7CBBB
(215,203,187)
#DCD3C5
(220,211,197)
#E1DBCF
(225,219,207)
#E6E3D9
(230,227,217)
#EBEBE3
(235,235,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA389; }

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

This text font color is #BEA389.


Background Color

.myBgColor { background-color: #BEA389; }

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

This div background color is #BEA389.


Border color

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

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

This div border color is #BEA389.


Opacity

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

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

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

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

This text has shadow with #BEA389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA389 on black background.


Color preview on white background

This text has color #BEA389 on white background.



Black color preview on #BEA389 background

This text has black color on #BEA389 background.


White color preview on #BEA389 background

This text has white color on #BEA389 background.