COLOR #B6B079

HEX: #B6B079 RGB: (182,176,121)

Color info

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

RGB color model

#B6B079 color RGB value is (182,176,121).

RGB: (182,176,121) (71%, 69%, 47%)

RGB channels and saturation

R 182 of 255 = 71%
G 176 of 255 = 69%
B 121 of 255 = 47%

182
176
121

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

Portions of RGB colors in percentages

R + G + B = 182 + 176 + 121 = 479 (100%)
R 182 of 479 ~ 38%
G 176 of 479 ~ 36.74%
B 121 of 479 ~ 25.26'%

%38
%36.74
%25.26

CMYK color model

#B6B079 color CMYK value is (0,3,34,29).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 33.52%
  • key color value is 28.63%
CMYK: (0,3,34,29) C0M3Y34K29 (0%,3%,34%,29%) (0.00/0.03/0.34/0.29) 

CMYK percentages

%0
%3.3
%33.52
%28.63

Codes

Color #B6B079 in popluar color models

B6 B0 79
RGB 182 176 121
HSL 54° 29.47% 59.41%
HSB/HSV 54° 33.52% 71.37%
CMYK 0.00% 3.30% 33.52%
28.63%

Color #B6B079 in popluar number systems.

HEX B6 B0 79
Decimal 182 176 121
Binary 10110110 10110000 1111001
Octal 266 260 171

Shades and tints

Shades of #B6B079

#B6B079
(182,176,121)
#A6A06E
(166,160,110)
#969063
(150,144,99)
#868058
(134,128,88)
#76704D
(118,112,77)
#666042
(102,96,66)
#565037
(86,80,55)
#46402C
(70,64,44)
#363021
(54,48,33)
#262016
(38,32,22)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #B6B079

#B6B079
(182,176,121)
#BCB785
(188,183,133)
#C2BE91
(194,190,145)
#C8C59D
(200,197,157)
#CECCA9
(206,204,169)
#D4D3B5
(212,211,181)
#DADAC1
(218,218,193)
#E0E1CD
(224,225,205)
#E6E8D9
(230,232,217)
#ECEFE5
(236,239,229)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B079 color. Also use rgb(182,176,121) instead hex code.

Text Font Color

.myTextColor { color: #B6B079; }

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

This text font color is #B6B079.

Background Color

.myBgColor { background-color: #B6B079; }

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

This div background color is #B6B079.

Border color

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

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

This div border color is #B6B079.

Opacity

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

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

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

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

This text has shadow with #B6B079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B079.

Preview

Color preview on black background

This text has color #B6B079 on black background.


Color preview on white background

This text has color #B6B079 on white background.


Black color preview on #B6B079 background

This text has black color on #B6B079 background.


White color preview on #B6B079 background

This text has white color on #B6B079 background.


Related colors

Complementary color

Complementary color for #hex is #494F86.


I love getcolorcode.com

Triadic colors

1 #79B6B0 and #B079B6 with #B6B079 are triadic colors.

2 #79B0B6 and #B0B679 with #B6B079 are triadic colors.