COLOR #BEA17A

HEX: #BEA17A RGB: (190,161,122)

Color info

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

RGB color model

#BEA17A color RGB value is (190,161,122).

RGB: (190,161,122) (75%, 63%, 48%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 122 of 255 = 48%

190
161
122

R + G + B ~ 62%. #BEA17A is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 122 = 473 (100%)
R 190 of 473 ~ 40.17%
G 161 of 473 ~ 34.04%
B 122 of 473 ~ 25.79'%

%40.17
%34.04
%25.79

CMYK color model

#BEA17A color CMYK value is (0,15,36,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 35.79%
  • key color value is 25.49%
CMYK: (0,15,36,25) C0M15Y36K25 (0%,15%,36%,25%) (0.00/0.15/0.36/0.25) 

CMYK percentages

%0
%15.26
%35.79
%25.49

Codes

Color #BEA17A in popluar color models

BE A1 7A
RGB 190 161 122
HSL 34° 34.34% 61.18%
HSB/HSV 34° 35.79% 74.51%
CMYK 0.00% 15.26% 35.79%
25.49%

Color #BEA17A in popluar number systems.

HEX BE A1 7A
Decimal 190 161 122
Binary 10111110 10100001 1111010
Octal 276 241 172

Shades and tints

Shades of #BEA17A

#BEA17A
(190,161,122)
#AD936F
(173,147,111)
#9C8564
(156,133,100)
#8B7759
(139,119,89)
#7A694E
(122,105,78)
#695B43
(105,91,67)
#584D38
(88,77,56)
#473F2D
(71,63,45)
#363122
(54,49,34)
#252317
(37,35,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #BEA17A

#BEA17A
(190,161,122)
#C3A986
(195,169,134)
#C8B192
(200,177,146)
#CDB99E
(205,185,158)
#D2C1AA
(210,193,170)
#D7C9B6
(215,201,182)
#DCD1C2
(220,209,194)
#E1D9CE
(225,217,206)
#E6E1DA
(230,225,218)
#EBE9E6
(235,233,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA17A color. Also use rgb(190,161,122) instead hex code.

Text Font Color

.myTextColor { color: #BEA17A; }

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

This text font color is #BEA17A.

Background Color

.myBgColor { background-color: #BEA17A; }

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

This div background color is #BEA17A.

Border color

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

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

This div border color is #BEA17A.

Opacity

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

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

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

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

This text has shadow with #BEA17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA17A.

Preview

Color preview on black background

This text has color #BEA17A on black background.


Color preview on white background

This text has color #BEA17A on white background.


Black color preview on #BEA17A background

This text has black color on #BEA17A background.


White color preview on #BEA17A background

This text has white color on #BEA17A background.


Related colors

Complementary color

Complementary color for #hex is #415E85.


I love getcolorcode.com

Triadic colors

1 #7ABEA1 and #A17ABE with #BEA17A are triadic colors.

2 #7AA1BE and #A1BE7A with #BEA17A are triadic colors.