COLOR #B3A16D

HEX: #B3A16D RGB: (179,161,109)

Color info

#B3A16D contains mainly red and green colors. Web safe color of #B3A16D is #999966 (or #996).

RGB color model

#B3A16D color RGB value is (179,161,109).

RGB: (179,161,109) (70%, 63%, 43%)

RGB channels and saturation

R 179 of 255 = 70%
G 161 of 255 = 63%
B 109 of 255 = 43%

179
161
109

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

Portions of RGB colors in percentages

R + G + B = 179 + 161 + 109 = 449 (100%)
R 179 of 449 ~ 39.87%
G 161 of 449 ~ 35.86%
B 109 of 449 ~ 24.28'%

%39.87
%35.86
%24.28

CMYK color model

#B3A16D color CMYK value is (0,10,39,30).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 39.11%
  • key color value is 29.80%

CMYK: (0,10,39,30)
C0M10Y39K30 (0%, 10%, 39%, 30%)
(0.00 / 0.10 / 0.39 / 0.30)

CMYK percentages

%0
%10.06
%39.11
%29.8

Codes

Color #B3A16D in popluar color models

B3 A1 6D
RGB 179 161 109
HSL 45° 31.53% 56.47%
HSB/HSV 45° 39.11% 70.20%
CMYK 0.00% 10.06% 39.11%
29.80%

Color #B3A16D in popluar number systems.

HEX B3 A1 6D
Decimal 179 161 109
Binary 10110011 10100001 1101101
Octal 263 241 155

Shades and tints

Shades of #B3A16D

#B3A16D
(179,161,109)
#A39364
(163,147,100)
#93855B
(147,133,91)
#837752
(131,119,82)
#736949
(115,105,73)
#635B40
(99,91,64)
#534D37
(83,77,55)
#433F2E
(67,63,46)
#333125
(51,49,37)
#23231C
(35,35,28)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B3A16D

#B3A16D
(179,161,109)
#B9A97A
(185,169,122)
#BFB187
(191,177,135)
#C5B994
(197,185,148)
#CBC1A1
(203,193,161)
#D1C9AE
(209,201,174)
#D7D1BB
(215,209,187)
#DDD9C8
(221,217,200)
#E3E1D5
(227,225,213)
#E9E9E2
(233,233,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A16D color. Also use rgb(179,161,109) instead hex code.

Text Font Color

.myTextColor { color: #B3A16D; }

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

This text font color is #B3A16D.

Background Color

.myBgColor { background-color: #B3A16D; }

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

This div background color is #B3A16D.

Border color

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

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

This div border color is #B3A16D.

Opacity

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

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

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

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

This text has shadow with #B3A16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A16D.

Preview

Color preview on black background

This text has color #B3A16D on black background.


Color preview on white background

This text has color #B3A16D on white background.


Black color preview on #B3A16D background

This text has black color on #B3A16D background.


White color preview on #B3A16D background

This text has white color on #B3A16D background.


Related colors

Complementary color

Complementary color for #hex is #4C5E92.


I love getcolorcode.com

Triadic colors

1 #6DB3A1 and #A16DB3 with #B3A16D are triadic colors.

2 #6DA1B3 and #A1B36D with #B3A16D are triadic colors.