COLOR #BEA782

HEX: #BEA782 RGB: (190,167,130)

Color info

#BEA782 contains mainly red and green colors. Web safe color of #BEA782 is #CC9999 (or #C99).

RGB color model

#BEA782 color RGB value is (190,167,130).

RGB: (190,167,130) (75%, 65%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 130 of 255 = 51%

190
167
130

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

Portions of RGB colors in percentages

R + G + B = 190 + 167 + 130 = 487 (100%)
R 190 of 487 ~ 39.01%
G 167 of 487 ~ 34.29%
B 130 of 487 ~ 26.69'%

%39.01
%34.29
%26.69

CMYK color model

#BEA782 color CMYK value is (0,12,32,25).

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

CMYK: (0,12,32,25)
C0M12Y32K25 (0%, 12%, 32%, 25%)
(0.00 / 0.12 / 0.32 / 0.25)

CMYK percentages

%0
%12.11
%31.58
%25.49

Codes

Color #BEA782 in popluar color models

BE A7 82
RGB 190 167 130
HSL 37° 31.58% 62.75%
HSB/HSV 37° 31.58% 74.51%
CMYK 0.00% 12.11% 31.58%
25.49%

Color #BEA782 in popluar number systems.

HEX BE A7 82
Decimal 190 167 130
Binary 10111110 10100111 10000010
Octal 276 247 202

Shades and tints

Shades of #BEA782

#BEA782
(190,167,130)
#AD9877
(173,152,119)
#9C896C
(156,137,108)
#8B7A61
(139,122,97)
#7A6B56
(122,107,86)
#695C4B
(105,92,75)
#584D40
(88,77,64)
#473E35
(71,62,53)
#362F2A
(54,47,42)
#25201F
(37,32,31)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BEA782

#BEA782
(190,167,130)
#C3AF8D
(195,175,141)
#C8B798
(200,183,152)
#CDBFA3
(205,191,163)
#D2C7AE
(210,199,174)
#D7CFB9
(215,207,185)
#DCD7C4
(220,215,196)
#E1DFCF
(225,223,207)
#E6E7DA
(230,231,218)
#EBEFE5
(235,239,229)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA782; }

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

This text font color is #BEA782.

Background Color

.myBgColor { background-color: #BEA782; }

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

This div background color is #BEA782.

Border color

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

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

This div border color is #BEA782.

Opacity

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

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

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

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

This text has shadow with #BEA782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA782.

Preview

Color preview on black background

This text has color #BEA782 on black background.


Color preview on white background

This text has color #BEA782 on white background.


Black color preview on #BEA782 background

This text has black color on #BEA782 background.


White color preview on #BEA782 background

This text has white color on #BEA782 background.


Related colors

Complementary color

Complementary color for #hex is #41587D.


I love getcolorcode.com

Triadic colors

1 #82BEA7 and #A782BE with #BEA782 are triadic colors.

2 #82A7BE and #A7BE82 with #BEA782 are triadic colors.