COLOR #BEA165

HEX: #BEA165 RGB: (190,161,101)

Color info

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

RGB color model

#BEA165 color RGB value is (190,161,101).

RGB: (190,161,101) (75%, 63%, 40%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 101 of 255 = 40%

190
161
101

R + G + B ~ 59%. #BEA165 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 101 = 452 (100%)
R 190 of 452 ~ 42.04%
G 161 of 452 ~ 35.62%
B 101 of 452 ~ 22.35'%

%42.04
%35.62
%22.35

CMYK color model

#BEA165 color CMYK value is (0,15,47,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 46.84%
  • key color value is 25.49%

CMYK: (0,15,47,25)
C0M15Y47K25 (0%, 15%, 47%, 25%)
(0.00 / 0.15 / 0.47 / 0.25)

CMYK percentages

%0
%15.26
%46.84
%25.49

Codes

Color #BEA165 in popluar color models

BE A1 65
RGB 190 161 101
HSL 40° 40.64% 57.06%
HSB/HSV 40° 46.84% 74.51%
CMYK 0.00% 15.26% 46.84%
25.49%

Color #BEA165 in popluar number systems.

HEX BE A1 65
Decimal 190 161 101
Binary 10111110 10100001 1100101
Octal 276 241 145

Shades and tints

Shades of #BEA165

#BEA165
(190,161,101)
#AD935C
(173,147,92)
#9C8553
(156,133,83)
#8B774A
(139,119,74)
#7A6941
(122,105,65)
#695B38
(105,91,56)
#584D2F
(88,77,47)
#473F26
(71,63,38)
#36311D
(54,49,29)
#252314
(37,35,20)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #BEA165

#BEA165
(190,161,101)
#C3A973
(195,169,115)
#C8B181
(200,177,129)
#CDB98F
(205,185,143)
#D2C19D
(210,193,157)
#D7C9AB
(215,201,171)
#DCD1B9
(220,209,185)
#E1D9C7
(225,217,199)
#E6E1D5
(230,225,213)
#EBE9E3
(235,233,227)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA165; }

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

This text font color is #BEA165.

Background Color

.myBgColor { background-color: #BEA165; }

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

This div background color is #BEA165.

Border color

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

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

This div border color is #BEA165.

Opacity

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

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

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

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

This text has shadow with #BEA165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA165.

Preview

Color preview on black background

This text has color #BEA165 on black background.


Color preview on white background

This text has color #BEA165 on white background.


Black color preview on #BEA165 background

This text has black color on #BEA165 background.


White color preview on #BEA165 background

This text has white color on #BEA165 background.


Related colors

Complementary color

Complementary color for #hex is #415E9A.


I love getcolorcode.com

Triadic colors

1 #65BEA1 and #A165BE with #BEA165 are triadic colors.

2 #65A1BE and #A1BE65 with #BEA165 are triadic colors.