COLOR #BEA387

HEX: #BEA387 RGB: (190,163,135)

Color info

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

RGB color model

#BEA387 color RGB value is (190,163,135).

RGB: (190,163,135) (75%, 64%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 135 of 255 = 53%

190
163
135

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 135 = 488 (100%)
R 190 of 488 ~ 38.93%
G 163 of 488 ~ 33.4%
B 135 of 488 ~ 27.66'%

%38.93
%33.4
%27.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 28.95%
  • 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
%14.21
%28.95
%25.49

Codes

Color #BEA387 in popluar color models

BE A3 87
RGB 190 163 135
HSL 31° 29.73% 63.73%
HSB/HSV 31° 28.95% 74.51%
CMYK 0.00% 14.21% 28.95%
25.49%

Color #BEA387 in popluar number systems.

HEX BE A3 87
Decimal 190 163 135
Binary 10111110 10100011 10000111
Octal 276 243 207

Shades and tints

Shades of #BEA387

#BEA387
(190,163,135)
#AD957B
(173,149,123)
#9C876F
(156,135,111)
#8B7963
(139,121,99)
#7A6B57
(122,107,87)
#695D4B
(105,93,75)
#584F3F
(88,79,63)
#474133
(71,65,51)
#363327
(54,51,39)
#25251B
(37,37,27)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEA387

#BEA387
(190,163,135)
#C3AB91
(195,171,145)
#C8B39B
(200,179,155)
#CDBBA5
(205,187,165)
#D2C3AF
(210,195,175)
#D7CBB9
(215,203,185)
#DCD3C3
(220,211,195)
#E1DBCD
(225,219,205)
#E6E3D7
(230,227,215)
#EBEBE1
(235,235,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA387; }

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

This text font color is #BEA387.

Background Color

.myBgColor { background-color: #BEA387; }

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

This div background color is #BEA387.

Border color

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

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

This div border color is #BEA387.

Opacity

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

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

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

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

This text has shadow with #BEA387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA387.

Preview

Color preview on black background

This text has color #BEA387 on black background.


Color preview on white background

This text has color #BEA387 on white background.


Black color preview on #BEA387 background

This text has black color on #BEA387 background.


White color preview on #BEA387 background

This text has white color on #BEA387 background.


Related colors

Complementary color

Complementary color for #hex is #415C78.


I love getcolorcode.com

Triadic colors

1 #87BEA3 and #A387BE with #BEA387 are triadic colors.

2 #87A3BE and #A3BE87 with #BEA387 are triadic colors.