COLOR #B6AD77

HEX: #B6AD77 RGB: (182,173,119)

Color info

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

RGB color model

#B6AD77 color RGB value is (182,173,119).

RGB: (182,173,119) (71%, 68%, 47%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 119 of 255 = 47%

182
173
119

R + G + B ~ 62%. #B6AD77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 173 + 119 = 474 (100%)
R 182 of 474 ~ 38.4%
G 173 of 474 ~ 36.5%
B 119 of 474 ~ 25.11'%

%38.4
%36.5
%25.11

CMYK color model

#B6AD77 color CMYK value is (0,5,35,29).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 34.62%
  • key color value is 28.63%
CMYK: (0,5,35,29) C0M5Y35K29 (0%,5%,35%,29%) (0.00/0.05/0.35/0.29) 

CMYK percentages

%0
%4.95
%34.62
%28.63

Codes

Color #B6AD77 in popluar color models

B6 AD 77
RGB 182 173 119
HSL 51° 30.14% 59.02%
HSB/HSV 51° 34.62% 71.37%
CMYK 0.00% 4.95% 34.62%
28.63%

Color #B6AD77 in popluar number systems.

HEX B6 AD 77
Decimal 182 173 119
Binary 10110110 10101101 1110111
Octal 266 255 167

Shades and tints

Shades of #B6AD77

#B6AD77
(182,173,119)
#A69E6D
(166,158,109)
#968F63
(150,143,99)
#868059
(134,128,89)
#76714F
(118,113,79)
#666245
(102,98,69)
#56533B
(86,83,59)
#464431
(70,68,49)
#363527
(54,53,39)
#26261D
(38,38,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6AD77

#B6AD77
(182,173,119)
#BCB483
(188,180,131)
#C2BB8F
(194,187,143)
#C8C29B
(200,194,155)
#CEC9A7
(206,201,167)
#D4D0B3
(212,208,179)
#DAD7BF
(218,215,191)
#E0DECB
(224,222,203)
#E6E5D7
(230,229,215)
#ECECE3
(236,236,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AD77 color. Also use rgb(182,173,119) instead hex code.

Text Font Color

.myTextColor { color: #B6AD77; }

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

This text font color is #B6AD77.

Background Color

.myBgColor { background-color: #B6AD77; }

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

This div background color is #B6AD77.

Border color

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

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

This div border color is #B6AD77.

Opacity

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

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

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

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

This text has shadow with #B6AD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AD77.

Preview

Color preview on black background

This text has color #B6AD77 on black background.


Color preview on white background

This text has color #B6AD77 on white background.


Black color preview on #B6AD77 background

This text has black color on #B6AD77 background.


White color preview on #B6AD77 background

This text has white color on #B6AD77 background.


Related colors

Complementary color

Complementary color for #hex is #495288.


I love getcolorcode.com

Triadic colors

1 #77B6AD and #AD77B6 with #B6AD77 are triadic colors.

2 #77ADB6 and #ADB677 with #B6AD77 are triadic colors.