COLOR #BEAC89

HEX: #BEAC89 RGB: (190,172,137)

Color info

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

RGB color model

#BEAC89 color RGB value is (190,172,137).

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

RGB channels and saturation

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

190
172
137

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 137 = 499 (100%)
R 190 of 499 ~ 38.08%
G 172 of 499 ~ 34.47%
B 137 of 499 ~ 27.45'%

%38.08
%34.47
%27.45

CMYK color model

#BEAC89 color CMYK value is (0,9,28,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK: (0,9,28,25) C0M9Y28K25 (0%,9%,28%,25%) (0.00/0.09/0.28/0.25) 

CMYK percentages

%0
%9.47
%27.89
%25.49

Codes

Color #BEAC89 in popluar color models

BE AC 89
RGB 190 172 137
HSL 40° 28.96% 64.12%
HSB/HSV 40° 27.89% 74.51%
CMYK 0.00% 9.47% 27.89%
25.49%

Color #BEAC89 in popluar number systems.

HEX BE AC 89
Decimal 190 172 137
Binary 10111110 10101100 10001001
Octal 276 254 211

Shades and tints

Shades of #BEAC89

#BEAC89
(190,172,137)
#AD9D7D
(173,157,125)
#9C8E71
(156,142,113)
#8B7F65
(139,127,101)
#7A7059
(122,112,89)
#69614D
(105,97,77)
#585241
(88,82,65)
#474335
(71,67,53)
#363429
(54,52,41)
#25251D
(37,37,29)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BEAC89

#BEAC89
(190,172,137)
#C3B393
(195,179,147)
#C8BA9D
(200,186,157)
#CDC1A7
(205,193,167)
#D2C8B1
(210,200,177)
#D7CFBB
(215,207,187)
#DCD6C5
(220,214,197)
#E1DDCF
(225,221,207)
#E6E4D9
(230,228,217)
#EBEBE3
(235,235,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC89; }

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

This text font color is #BEAC89.

Background Color

.myBgColor { background-color: #BEAC89; }

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

This div background color is #BEAC89.

Border color

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

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

This div border color is #BEAC89.

Opacity

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

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

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

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

This text has shadow with #BEAC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC89.

Preview

Color preview on black background

This text has color #BEAC89 on black background.


Color preview on white background

This text has color #BEAC89 on white background.


Black color preview on #BEAC89 background

This text has black color on #BEAC89 background.


White color preview on #BEAC89 background

This text has white color on #BEAC89 background.


Related colors

Complementary color

Complementary color for #hex is #415376.


I love getcolorcode.com

Triadic colors

1 #89BEAC and #AC89BE with #BEAC89 are triadic colors.

2 #89ACBE and #ACBE89 with #BEAC89 are triadic colors.