COLOR #BEA78B

HEX: #BEA78B
RGB: (190,167,139)

Color info

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

RGB color model

#BEA78B color RGB value is (190,167,139).

  • red value is 190;
  • green value is 167;
  • blue value is 139.
RGB:
(190,167,139)
(75%,65%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 139 of 255 = 55%

190
167
139

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 139 = 496 (100%)
R 190 of 496 ~ 38.31%
G 167 of 496 ~ 33.67%
B 139 of 496 ~ 28.02%

%38.31
%33.67
%28.02

CMYK color model

#BEA78B color CMYK value is (0,12,27,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(0,12,27,25)
C0M12Y27K25 
(0%,12%,27%,25%)
(0.00/0.12/0.27/0.25)	

CMYK percentages

%0
%12.11
%26.84
%25.49

Codes

Color #BEA78B in popluar color models

BEA78B
RGB190167139
HSL33°28.18%64.51%
HSB/HSV33°26.84%74.51%
CMYK0.00%12.11%26.84%
25.49%

Color #BEA78B in popluar number systems.

HEXBEA78B
Decimal190167139
Binary101111101010011110001011
Octal276247213

Shades and tints

Shades of #BEA78B

#BEA78B
(190,167,139)
#AD987F
(173,152,127)
#9C8973
(156,137,115)
#8B7A67
(139,122,103)
#7A6B5B
(122,107,91)
#695C4F
(105,92,79)
#584D43
(88,77,67)
#473E37
(71,62,55)
#362F2B
(54,47,43)
#25201F
(37,32,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEA78B

#BEA78B
(190,167,139)
#C3AF95
(195,175,149)
#C8B79F
(200,183,159)
#CDBFA9
(205,191,169)
#D2C7B3
(210,199,179)
#D7CFBD
(215,207,189)
#DCD7C7
(220,215,199)
#E1DFD1
(225,223,209)
#E6E7DB
(230,231,219)
#EBEFE5
(235,239,229)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA78B color. Also use rgb(190,167,139) instead hex code.

Text Font Color

.myTextColor { color: #BEA78B; }

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

This text font color is #BEA78B.


Background Color

.myBgColor { background-color: #BEA78B; }

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

This div background color is #BEA78B.


Border color

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

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

This div border color is #BEA78B.


Opacity

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

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

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

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

This text has shadow with #BEA78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA78B on black background.


Color preview on white background

This text has color #BEA78B on white background.



Black color preview on #BEA78B background

This text has black color on #BEA78B background.


White color preview on #BEA78B background

This text has white color on #BEA78B background.