COLOR #BEA780

HEX: #BEA780 RGB: (190,167,128)

Color info

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

RGB color model

#BEA780 color RGB value is (190,167,128).

RGB: (190,167,128) (75%, 65%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 128 of 255 = 50%

190
167
128

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

Portions of RGB colors in percentages

R + G + B = 190 + 167 + 128 = 485 (100%)
R 190 of 485 ~ 39.18%
G 167 of 485 ~ 34.43%
B 128 of 485 ~ 26.39'%

%39.18
%34.43
%26.39

CMYK color model

#BEA780 color CMYK value is (0,12,33,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 32.63%
  • key color value is 25.49%

CMYK: (0,12,33,25)
C0M12Y33K25 (0%, 12%, 33%, 25%)
(0.00 / 0.12 / 0.33 / 0.25)

CMYK percentages

%0
%12.11
%32.63
%25.49

Codes

Color #BEA780 in popluar color models

BE A7 80
RGB 190 167 128
HSL 38° 32.29% 62.35%
HSB/HSV 38° 32.63% 74.51%
CMYK 0.00% 12.11% 32.63%
25.49%

Color #BEA780 in popluar number systems.

HEX BE A7 80
Decimal 190 167 128
Binary 10111110 10100111 10000000
Octal 276 247 200

Shades and tints

Shades of #BEA780

#BEA780
(190,167,128)
#AD9875
(173,152,117)
#9C896A
(156,137,106)
#8B7A5F
(139,122,95)
#7A6B54
(122,107,84)
#695C49
(105,92,73)
#584D3E
(88,77,62)
#473E33
(71,62,51)
#362F28
(54,47,40)
#25201D
(37,32,29)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BEA780

#BEA780
(190,167,128)
#C3AF8B
(195,175,139)
#C8B796
(200,183,150)
#CDBFA1
(205,191,161)
#D2C7AC
(210,199,172)
#D7CFB7
(215,207,183)
#DCD7C2
(220,215,194)
#E1DFCD
(225,223,205)
#E6E7D8
(230,231,216)
#EBEFE3
(235,239,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA780; }

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

This text font color is #BEA780.

Background Color

.myBgColor { background-color: #BEA780; }

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

This div background color is #BEA780.

Border color

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

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

This div border color is #BEA780.

Opacity

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

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

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

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

This text has shadow with #BEA780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA780.

Preview

Color preview on black background

This text has color #BEA780 on black background.


Color preview on white background

This text has color #BEA780 on white background.


Black color preview on #BEA780 background

This text has black color on #BEA780 background.


White color preview on #BEA780 background

This text has white color on #BEA780 background.


Related colors

Complementary color

Complementary color for #hex is #41587F.


I love getcolorcode.com

Triadic colors

1 #80BEA7 and #A780BE with #BEA780 are triadic colors.

2 #80A7BE and #A7BE80 with #BEA780 are triadic colors.