COLOR #BEAC80

HEX: #BEAC80
RGB: (190,172,128)

Color info

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

RGB color model

#BEAC80 color RGB value is (190,172,128).

  • red value is 190;
  • green value is 172;
  • blue value is 128.
RGB:
(190,172,128)
(75%,67%,50%)

RGB channels and saturation

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

190
172
128

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

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 128 = 490 (100%)
R 190 of 490 ~ 38.78%
G 172 of 490 ~ 35.1%
B 128 of 490 ~ 26.12%

%38.78
%35.1
%26.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 32.63%
  • 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
%32.63
%25.49

Codes

Color #BEAC80 in popluar color models

BEAC80
RGB190172128
HSL43°32.29%62.35%
HSB/HSV43°32.63%74.51%
CMYK0.00%9.47%32.63%
25.49%

Color #BEAC80 in popluar number systems.

HEXBEAC80
Decimal190172128
Binary101111101010110010000000
Octal276254200

Shades and tints

Shades of #BEAC80

#BEAC80
(190,172,128)
#AD9D75
(173,157,117)
#9C8E6A
(156,142,106)
#8B7F5F
(139,127,95)
#7A7054
(122,112,84)
#696149
(105,97,73)
#58523E
(88,82,62)
#474333
(71,67,51)
#363428
(54,52,40)
#25251D
(37,37,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEAC80

#BEAC80
(190,172,128)
#C3B38B
(195,179,139)
#C8BA96
(200,186,150)
#CDC1A1
(205,193,161)
#D2C8AC
(210,200,172)
#D7CFB7
(215,207,183)
#DCD6C2
(220,214,194)
#E1DDCD
(225,221,205)
#E6E4D8
(230,228,216)
#EBEBE3
(235,235,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC80; }

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

This text font color is #BEAC80.


Background Color

.myBgColor { background-color: #BEAC80; }

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

This div background color is #BEAC80.


Border color

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

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

This div border color is #BEAC80.


Opacity

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

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

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

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

This text has shadow with #BEAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAC80 on black background.


Color preview on white background

This text has color #BEAC80 on white background.



Black color preview on #BEAC80 background

This text has black color on #BEAC80 background.


White color preview on #BEAC80 background

This text has white color on #BEAC80 background.