COLOR #BEAD78

HEX: #BEAD78
RGB: (190,173,120)

Color info

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

RGB color model

#BEAD78 color RGB value is (190,173,120).

  • red value is 190;
  • green value is 173;
  • blue value is 120.
RGB:
(190,173,120)
(75%,68%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 120 of 255 = 47%

190
173
120

R + G + B ~ 63%. #BEAD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 173 + 120 = 483 (100%)
R 190 of 483 ~ 39.34%
G 173 of 483 ~ 35.82%
B 120 of 483 ~ 24.84%

%39.34
%35.82
%24.84

CMYK color model

#BEAD78 color CMYK value is (0,9,37,25).

  • cyan value is 0.00%
  • magenta value is 8.95%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(0,9,37,25)
C0M9Y37K25 
(0%,9%,37%,25%)
(0.00/0.09/0.37/0.25)	

CMYK percentages

%0
%8.95
%36.84
%25.49

Codes

Color #BEAD78 in popluar color models

BEAD78
RGB190173120
HSL45°35.00%60.78%
HSB/HSV45°36.84%74.51%
CMYK0.00%8.95%36.84%
25.49%

Color #BEAD78 in popluar number systems.

HEXBEAD78
Decimal190173120
Binary10111110101011011111000
Octal276255170

Shades and tints

Shades of #BEAD78

#BEAD78
(190,173,120)
#AD9E6E
(173,158,110)
#9C8F64
(156,143,100)
#8B805A
(139,128,90)
#7A7150
(122,113,80)
#696246
(105,98,70)
#58533C
(88,83,60)
#474432
(71,68,50)
#363528
(54,53,40)
#25261E
(37,38,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEAD78

#BEAD78
(190,173,120)
#C3B484
(195,180,132)
#C8BB90
(200,187,144)
#CDC29C
(205,194,156)
#D2C9A8
(210,201,168)
#D7D0B4
(215,208,180)
#DCD7C0
(220,215,192)
#E1DECC
(225,222,204)
#E6E5D8
(230,229,216)
#EBECE4
(235,236,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAD78 color. Also use rgb(190,173,120) instead hex code.

Text Font Color

.myTextColor { color: #BEAD78; }

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

This text font color is #BEAD78.


Background Color

.myBgColor { background-color: #BEAD78; }

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

This div background color is #BEAD78.


Border color

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

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

This div border color is #BEAD78.


Opacity

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

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

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

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

This text has shadow with #BEAD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAD78 on black background.


Color preview on white background

This text has color #BEAD78 on white background.



Black color preview on #BEAD78 background

This text has black color on #BEAD78 background.


White color preview on #BEAD78 background

This text has white color on #BEAD78 background.