COLOR #BEAC7F

HEX: #BEAC7F RGB: (190,172,127)

Color info

#BEAC7F contains mainly red and green colors. Web safe color of #BEAC7F is #CC9966 (or #C96).

RGB color model

#BEAC7F color RGB value is (190,172,127).

RGB: (190,172,127) (75%, 67%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 127 of 255 = 50%

190
172
127

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 127 = 489 (100%)
R 190 of 489 ~ 38.85%
G 172 of 489 ~ 35.17%
B 127 of 489 ~ 25.97'%

%38.85
%35.17
%25.97

CMYK color model

#BEAC7F color CMYK value is (0,9,33,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 33.16%
  • key color value is 25.49%

CMYK: (0,9,33,25)
C0M9Y33K25 (0%, 9%, 33%, 25%)
(0.00 / 0.09 / 0.33 / 0.25)

CMYK percentages

%0
%9.47
%33.16
%25.49

Codes

Color #BEAC7F in popluar color models

BE AC 7F
RGB 190 172 127
HSL 43° 32.64% 62.16%
HSB/HSV 43° 33.16% 74.51%
CMYK 0.00% 9.47% 33.16%
25.49%

Color #BEAC7F in popluar number systems.

HEX BE AC 7F
Decimal 190 172 127
Binary 10111110 10101100 1111111
Octal 276 254 177

Shades and tints

Shades of #BEAC7F

#BEAC7F
(190,172,127)
#AD9D74
(173,157,116)
#9C8E69
(156,142,105)
#8B7F5E
(139,127,94)
#7A7053
(122,112,83)
#696148
(105,97,72)
#58523D
(88,82,61)
#474332
(71,67,50)
#363427
(54,52,39)
#25251C
(37,37,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BEAC7F

#BEAC7F
(190,172,127)
#C3B38A
(195,179,138)
#C8BA95
(200,186,149)
#CDC1A0
(205,193,160)
#D2C8AB
(210,200,171)
#D7CFB6
(215,207,182)
#DCD6C1
(220,214,193)
#E1DDCC
(225,221,204)
#E6E4D7
(230,228,215)
#EBEBE2
(235,235,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC7F; }

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

This text font color is #BEAC7F.

Background Color

.myBgColor { background-color: #BEAC7F; }

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

This div background color is #BEAC7F.

Border color

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

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

This div border color is #BEAC7F.

Opacity

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

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

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

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

This text has shadow with #BEAC7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC7F.

Preview

Color preview on black background

This text has color #BEAC7F on black background.


Color preview on white background

This text has color #BEAC7F on white background.


Black color preview on #BEAC7F background

This text has black color on #BEAC7F background.


White color preview on #BEAC7F background

This text has white color on #BEAC7F background.


Related colors

Complementary color

Complementary color for #hex is #415380.


I love getcolorcode.com

Triadic colors

1 #7FBEAC and #AC7FBE with #BEAC7F are triadic colors.

2 #7FACBE and #ACBE7F with #BEAC7F are triadic colors.