COLOR #BEAC8D

HEX: #BEAC8D RGB: (190,172,141)

Color info

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

RGB color model

#BEAC8D color RGB value is (190,172,141).

RGB: (190,172,141) (75%, 67%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 141 of 255 = 55%

190
172
141

R + G + B ~ 66%. #BEAC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 141 = 503 (100%)
R 190 of 503 ~ 37.77%
G 172 of 503 ~ 34.19%
B 141 of 503 ~ 28.03'%

%37.77
%34.19
%28.03

CMYK color model

#BEAC8D color CMYK value is (0,9,26,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK: (0,9,26,25) C0M9Y26K25 (0%,9%,26%,25%) (0.00/0.09/0.26/0.25) 

CMYK percentages

%0
%9.47
%25.79
%25.49

Codes

Color #BEAC8D in popluar color models

BE AC 8D
RGB 190 172 141
HSL 38° 27.37% 64.90%
HSB/HSV 38° 25.79% 74.51%
CMYK 0.00% 9.47% 25.79%
25.49%

Color #BEAC8D in popluar number systems.

HEX BE AC 8D
Decimal 190 172 141
Binary 10111110 10101100 10001101
Octal 276 254 215

Shades and tints

Shades of #BEAC8D

#BEAC8D
(190,172,141)
#AD9D81
(173,157,129)
#9C8E75
(156,142,117)
#8B7F69
(139,127,105)
#7A705D
(122,112,93)
#696151
(105,97,81)
#585245
(88,82,69)
#474339
(71,67,57)
#36342D
(54,52,45)
#252521
(37,37,33)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEAC8D

#BEAC8D
(190,172,141)
#C3B397
(195,179,151)
#C8BAA1
(200,186,161)
#CDC1AB
(205,193,171)
#D2C8B5
(210,200,181)
#D7CFBF
(215,207,191)
#DCD6C9
(220,214,201)
#E1DDD3
(225,221,211)
#E6E4DD
(230,228,221)
#EBEBE7
(235,235,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC8D; }

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

This text font color is #BEAC8D.

Background Color

.myBgColor { background-color: #BEAC8D; }

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

This div background color is #BEAC8D.

Border color

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

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

This div border color is #BEAC8D.

Opacity

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

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

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

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

This text has shadow with #BEAC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC8D.

Preview

Color preview on black background

This text has color #BEAC8D on black background.


Color preview on white background

This text has color #BEAC8D on white background.


Black color preview on #BEAC8D background

This text has black color on #BEAC8D background.


White color preview on #BEAC8D background

This text has white color on #BEAC8D background.


Related colors

Complementary color

Complementary color for #hex is #415372.


I love getcolorcode.com

Triadic colors

1 #8DBEAC and #AC8DBE with #BEAC8D are triadic colors.

2 #8DACBE and #ACBE8D with #BEAC8D are triadic colors.