COLOR #BEA16B

HEX: #BEA16B RGB: (190,161,107)

Color info

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

RGB color model

#BEA16B color RGB value is (190,161,107).

RGB: (190,161,107) (75%, 63%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 107 of 255 = 42%

190
161
107

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

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 107 = 458 (100%)
R 190 of 458 ~ 41.48%
G 161 of 458 ~ 35.15%
B 107 of 458 ~ 23.36'%

%41.48
%35.15
%23.36

CMYK color model

#BEA16B color CMYK value is (0,15,44,25).

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

CMYK: (0,15,44,25)
C0M15Y44K25 (0%, 15%, 44%, 25%)
(0.00 / 0.15 / 0.44 / 0.25)

CMYK percentages

%0
%15.26
%43.68
%25.49

Codes

Color #BEA16B in popluar color models

BE A1 6B
RGB 190 161 107
HSL 39° 38.97% 58.24%
HSB/HSV 39° 43.68% 74.51%
CMYK 0.00% 15.26% 43.68%
25.49%

Color #BEA16B in popluar number systems.

HEX BE A1 6B
Decimal 190 161 107
Binary 10111110 10100001 1101011
Octal 276 241 153

Shades and tints

Shades of #BEA16B

#BEA16B
(190,161,107)
#AD9362
(173,147,98)
#9C8559
(156,133,89)
#8B7750
(139,119,80)
#7A6947
(122,105,71)
#695B3E
(105,91,62)
#584D35
(88,77,53)
#473F2C
(71,63,44)
#363123
(54,49,35)
#25231A
(37,35,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEA16B

#BEA16B
(190,161,107)
#C3A978
(195,169,120)
#C8B185
(200,177,133)
#CDB992
(205,185,146)
#D2C19F
(210,193,159)
#D7C9AC
(215,201,172)
#DCD1B9
(220,209,185)
#E1D9C6
(225,217,198)
#E6E1D3
(230,225,211)
#EBE9E0
(235,233,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA16B; }

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

This text font color is #BEA16B.

Background Color

.myBgColor { background-color: #BEA16B; }

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

This div background color is #BEA16B.

Border color

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

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

This div border color is #BEA16B.

Opacity

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

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

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

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

This text has shadow with #BEA16B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA16B.

Preview

Color preview on black background

This text has color #BEA16B on black background.


Color preview on white background

This text has color #BEA16B on white background.


Black color preview on #BEA16B background

This text has black color on #BEA16B background.


White color preview on #BEA16B background

This text has white color on #BEA16B background.


Related colors

Complementary color

Complementary color for #hex is #415E94.


I love getcolorcode.com

Triadic colors

1 #6BBEA1 and #A16BBE with #BEA16B are triadic colors.

2 #6BA1BE and #A1BE6B with #BEA16B are triadic colors.