COLOR #B2AD76

HEX: #B2AD76 RGB: (178,173,118)

Color info

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

RGB color model

#B2AD76 color RGB value is (178,173,118).

RGB: (178,173,118) (70%, 68%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 118 of 255 = 46%

178
173
118

R + G + B ~ 61%. #B2AD76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 118 = 469 (100%)
R 178 of 469 ~ 37.95%
G 173 of 469 ~ 36.89%
B 118 of 469 ~ 25.16'%

%37.95
%36.89
%25.16

CMYK color model

#B2AD76 color CMYK value is (0,3,34,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 33.71%
  • key color value is 30.20%

CMYK: (0,3,34,30)
C0M3Y34K30 (0%, 3%, 34%, 30%)
(0.00 / 0.03 / 0.34 / 0.30)

CMYK percentages

%0
%2.81
%33.71
%30.2

Codes

Color #B2AD76 in popluar color models

B2 AD 76
RGB 178 173 118
HSL 55° 28.04% 58.04%
HSB/HSV 55° 33.71% 69.80%
CMYK 0.00% 2.81% 33.71%
30.20%

Color #B2AD76 in popluar number systems.

HEX B2 AD 76
Decimal 178 173 118
Binary 10110010 10101101 1110110
Octal 262 255 166

Shades and tints

Shades of #B2AD76

#B2AD76
(178,173,118)
#A29E6C
(162,158,108)
#928F62
(146,143,98)
#828058
(130,128,88)
#72714E
(114,113,78)
#626244
(98,98,68)
#52533A
(82,83,58)
#424430
(66,68,48)
#323526
(50,53,38)
#22261C
(34,38,28)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2AD76

#B2AD76
(178,173,118)
#B9B482
(185,180,130)
#C0BB8E
(192,187,142)
#C7C29A
(199,194,154)
#CEC9A6
(206,201,166)
#D5D0B2
(213,208,178)
#DCD7BE
(220,215,190)
#E3DECA
(227,222,202)
#EAE5D6
(234,229,214)
#F1ECE2
(241,236,226)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AD76 color. Also use rgb(178,173,118) instead hex code.

Text Font Color

.myTextColor { color: #B2AD76; }

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

This text font color is #B2AD76.

Background Color

.myBgColor { background-color: #B2AD76; }

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

This div background color is #B2AD76.

Border color

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

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

This div border color is #B2AD76.

Opacity

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

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

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

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

This text has shadow with #B2AD76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AD76.

Preview

Color preview on black background

This text has color #B2AD76 on black background.


Color preview on white background

This text has color #B2AD76 on white background.


Black color preview on #B2AD76 background

This text has black color on #B2AD76 background.


White color preview on #B2AD76 background

This text has white color on #B2AD76 background.


Related colors

Complementary color

Complementary color for #hex is #4D5289.


I love getcolorcode.com

Triadic colors

1 #76B2AD and #AD76B2 with #B2AD76 are triadic colors.

2 #76ADB2 and #ADB276 with #B2AD76 are triadic colors.