COLOR #BEA189

HEX: #BEA189 RGB: (190,161,137)

Color info

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

RGB color model

#BEA189 color RGB value is (190,161,137).

RGB: (190,161,137) (75%, 63%, 54%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 137 of 255 = 54%

190
161
137

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

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 137 = 488 (100%)
R 190 of 488 ~ 38.93%
G 161 of 488 ~ 32.99%
B 137 of 488 ~ 28.07'%

%38.93
%32.99
%28.07

CMYK color model

#BEA189 color CMYK value is (0,15,28,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 27.89%
  • key color value is 25.49%

CMYK: (0,15,28,25)
C0M15Y28K25 (0%, 15%, 28%, 25%)
(0.00 / 0.15 / 0.28 / 0.25)

CMYK percentages

%0
%15.26
%27.89
%25.49

Codes

Color #BEA189 in popluar color models

BE A1 89
RGB 190 161 137
HSL 27° 28.96% 64.12%
HSB/HSV 27° 27.89% 74.51%
CMYK 0.00% 15.26% 27.89%
25.49%

Color #BEA189 in popluar number systems.

HEX BE A1 89
Decimal 190 161 137
Binary 10111110 10100001 10001001
Octal 276 241 211

Shades and tints

Shades of #BEA189

#BEA189
(190,161,137)
#AD937D
(173,147,125)
#9C8571
(156,133,113)
#8B7765
(139,119,101)
#7A6959
(122,105,89)
#695B4D
(105,91,77)
#584D41
(88,77,65)
#473F35
(71,63,53)
#363129
(54,49,41)
#25231D
(37,35,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEA189

#BEA189
(190,161,137)
#C3A993
(195,169,147)
#C8B19D
(200,177,157)
#CDB9A7
(205,185,167)
#D2C1B1
(210,193,177)
#D7C9BB
(215,201,187)
#DCD1C5
(220,209,197)
#E1D9CF
(225,217,207)
#E6E1D9
(230,225,217)
#EBE9E3
(235,233,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA189; }

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

This text font color is #BEA189.

Background Color

.myBgColor { background-color: #BEA189; }

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

This div background color is #BEA189.

Border color

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

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

This div border color is #BEA189.

Opacity

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

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

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

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

This text has shadow with #BEA189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA189.

Preview

Color preview on black background

This text has color #BEA189 on black background.


Color preview on white background

This text has color #BEA189 on white background.


Black color preview on #BEA189 background

This text has black color on #BEA189 background.


White color preview on #BEA189 background

This text has white color on #BEA189 background.


Related colors

Complementary color

Complementary color for #hex is #415E76.


I love getcolorcode.com

Triadic colors

1 #89BEA1 and #A189BE with #BEA189 are triadic colors.

2 #89A1BE and #A1BE89 with #BEA189 are triadic colors.