COLOR #B3A076

HEX: #B3A076 RGB: (179,160,118)

Color info

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

RGB color model

#B3A076 color RGB value is (179,160,118).

RGB: (179,160,118) (70%, 63%, 46%)

RGB channels and saturation

R 179 of 255 = 70%
G 160 of 255 = 63%
B 118 of 255 = 46%

179
160
118

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

Portions of RGB colors in percentages

R + G + B = 179 + 160 + 118 = 457 (100%)
R 179 of 457 ~ 39.17%
G 160 of 457 ~ 35.01%
B 118 of 457 ~ 25.82'%

%39.17
%35.01
%25.82

CMYK color model

#B3A076 color CMYK value is (0,11,34,30).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 34.08%
  • key color value is 29.80%

CMYK: (0,11,34,30)
C0M11Y34K30 (0%, 11%, 34%, 30%)
(0.00 / 0.11 / 0.34 / 0.30)

CMYK percentages

%0
%10.61
%34.08
%29.8

Codes

Color #B3A076 in popluar color models

B3 A0 76
RGB 179 160 118
HSL 41° 28.64% 58.24%
HSB/HSV 41° 34.08% 70.20%
CMYK 0.00% 10.61% 34.08%
29.80%

Color #B3A076 in popluar number systems.

HEX B3 A0 76
Decimal 179 160 118
Binary 10110011 10100000 1110110
Octal 263 240 166

Shades and tints

Shades of #B3A076

#B3A076
(179,160,118)
#A3926C
(163,146,108)
#938462
(147,132,98)
#837658
(131,118,88)
#73684E
(115,104,78)
#635A44
(99,90,68)
#534C3A
(83,76,58)
#433E30
(67,62,48)
#333026
(51,48,38)
#23221C
(35,34,28)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #B3A076

#B3A076
(179,160,118)
#B9A882
(185,168,130)
#BFB08E
(191,176,142)
#C5B89A
(197,184,154)
#CBC0A6
(203,192,166)
#D1C8B2
(209,200,178)
#D7D0BE
(215,208,190)
#DDD8CA
(221,216,202)
#E3E0D6
(227,224,214)
#E9E8E2
(233,232,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A076 color. Also use rgb(179,160,118) instead hex code.

Text Font Color

.myTextColor { color: #B3A076; }

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

This text font color is #B3A076.

Background Color

.myBgColor { background-color: #B3A076; }

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

This div background color is #B3A076.

Border color

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

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

This div border color is #B3A076.

Opacity

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

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

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

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

This text has shadow with #B3A076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A076.

Preview

Color preview on black background

This text has color #B3A076 on black background.


Color preview on white background

This text has color #B3A076 on white background.


Black color preview on #B3A076 background

This text has black color on #B3A076 background.


White color preview on #B3A076 background

This text has white color on #B3A076 background.


Related colors

Complementary color

Complementary color for #hex is #4C5F89.


I love getcolorcode.com

Triadic colors

1 #76B3A0 and #A076B3 with #B3A076 are triadic colors.

2 #76A0B3 and #A0B376 with #B3A076 are triadic colors.