COLOR #BEAB89

HEX: #BEAB89 RGB: (190,171,137)

Color info

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

RGB color model

#BEAB89 color RGB value is (190,171,137).

RGB: (190,171,137) (75%, 67%, 54%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 137 of 255 = 54%

190
171
137

R + G + B ~ 65%. #BEAB89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 137 = 498 (100%)
R 190 of 498 ~ 38.15%
G 171 of 498 ~ 34.34%
B 137 of 498 ~ 27.51'%

%38.15
%34.34
%27.51

CMYK color model

#BEAB89 color CMYK value is (0,10,28,25).

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

CMYK: (0,10,28,25)
C0M10Y28K25 (0%, 10%, 28%, 25%)
(0.00 / 0.10 / 0.28 / 0.25)

CMYK percentages

%0
%10
%27.89
%25.49

Codes

Color #BEAB89 in popluar color models

BE AB 89
RGB 190 171 137
HSL 38° 28.96% 64.12%
HSB/HSV 38° 27.89% 74.51%
CMYK 0.00% 10.00% 27.89%
25.49%

Color #BEAB89 in popluar number systems.

HEX BE AB 89
Decimal 190 171 137
Binary 10111110 10101011 10001001
Octal 276 253 211

Shades and tints

Shades of #BEAB89

#BEAB89
(190,171,137)
#AD9C7D
(173,156,125)
#9C8D71
(156,141,113)
#8B7E65
(139,126,101)
#7A6F59
(122,111,89)
#69604D
(105,96,77)
#585141
(88,81,65)
#474235
(71,66,53)
#363329
(54,51,41)
#25241D
(37,36,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEAB89

#BEAB89
(190,171,137)
#C3B293
(195,178,147)
#C8B99D
(200,185,157)
#CDC0A7
(205,192,167)
#D2C7B1
(210,199,177)
#D7CEBB
(215,206,187)
#DCD5C5
(220,213,197)
#E1DCCF
(225,220,207)
#E6E3D9
(230,227,217)
#EBEAE3
(235,234,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAB89; }

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

This text font color is #BEAB89.

Background Color

.myBgColor { background-color: #BEAB89; }

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

This div background color is #BEAB89.

Border color

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

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

This div border color is #BEAB89.

Opacity

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

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

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

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

This text has shadow with #BEAB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAB89.

Preview

Color preview on black background

This text has color #BEAB89 on black background.


Color preview on white background

This text has color #BEAB89 on white background.


Black color preview on #BEAB89 background

This text has black color on #BEAB89 background.


White color preview on #BEAB89 background

This text has white color on #BEAB89 background.


Related colors

Complementary color

Complementary color for #hex is #415476.


I love getcolorcode.com

Triadic colors

1 #89BEAB and #AB89BE with #BEAB89 are triadic colors.

2 #89ABBE and #ABBE89 with #BEAB89 are triadic colors.