COLOR #B3A164

HEX: #B3A164
RGB: (179,161,100)

Color info

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

RGB color model

#B3A164 color RGB value is (179,161,100).

  • red value is 179;
  • green value is 161;
  • blue value is 100.
RGB:
(179,161,100)
(70%,63%,39%)

RGB channels and saturation

R 179 of 255 = 70%
G 161 of 255 = 63%
B 100 of 255 = 39%

179
161
100

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

Portions of RGB colors in percentages

R + G + B =
179 + 161 + 100 = 440 (100%)
R 179 of 440 ~ 40.68%
G 161 of 440 ~ 36.59%
B 100 of 440 ~ 22.73%

%40.68
%36.59
%22.73

CMYK color model

#B3A164 color CMYK value is (0,10,44,30).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(0,10,44,30)
C0M10Y44K30 
(0%,10%,44%,30%)
(0.00/0.10/0.44/0.30)	

CMYK percentages

%0
%10.06
%44.13
%29.8

Codes

Color #B3A164 in popluar color models

B3A164
RGB179161100
HSL46°34.20%54.71%
HSB/HSV46°44.13%70.20%
CMYK0.00%10.06%44.13%
29.80%

Color #B3A164 in popluar number systems.

HEXB3A164
Decimal179161100
Binary10110011101000011100100
Octal263241144

Shades and tints

Shades of #B3A164

#B3A164
(179,161,100)
#A3935B
(163,147,91)
#938552
(147,133,82)
#837749
(131,119,73)
#736940
(115,105,64)
#635B37
(99,91,55)
#534D2E
(83,77,46)
#433F25
(67,63,37)
#33311C
(51,49,28)
#232313
(35,35,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #B3A164

#B3A164
(179,161,100)
#B9A972
(185,169,114)
#BFB180
(191,177,128)
#C5B98E
(197,185,142)
#CBC19C
(203,193,156)
#D1C9AA
(209,201,170)
#D7D1B8
(215,209,184)
#DDD9C6
(221,217,198)
#E3E1D4
(227,225,212)
#E9E9E2
(233,233,226)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A164; }

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

This text font color is #B3A164.


Background Color

.myBgColor { background-color: #B3A164; }

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

This div background color is #B3A164.


Border color

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

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

This div border color is #B3A164.


Opacity

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

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

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

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

This text has shadow with #B3A164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A164 on black background.


Color preview on white background

This text has color #B3A164 on white background.



Black color preview on #B3A164 background

This text has black color on #B3A164 background.


White color preview on #B3A164 background

This text has white color on #B3A164 background.