COLOR #B29076

HEX: #B29076 RGB: (178,144,118)

Color info

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

RGB color model

#B29076 color RGB value is (178,144,118).

RGB: (178,144,118) (70%, 56%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 118 of 255 = 46%

178
144
118

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

Portions of RGB colors in percentages

R + G + B = 178 + 144 + 118 = 440 (100%)
R 178 of 440 ~ 40.45%
G 144 of 440 ~ 32.73%
B 118 of 440 ~ 26.82'%

%40.45
%32.73
%26.82

CMYK color model

#B29076 color CMYK value is (0,19,34,30).

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

CMYK: (0,19,34,30)
C0M19Y34K30 (0%, 19%, 34%, 30%)
(0.00 / 0.19 / 0.34 / 0.30)

CMYK percentages

%0
%19.1
%33.71
%30.2

Codes

Color #B29076 in popluar color models

B2 90 76
RGB 178 144 118
HSL 26° 28.04% 58.04%
HSB/HSV 26° 33.71% 69.80%
CMYK 0.00% 19.10% 33.71%
30.20%

Color #B29076 in popluar number systems.

HEX B2 90 76
Decimal 178 144 118
Binary 10110010 10010000 1110110
Octal 262 220 166

Shades and tints

Shades of #B29076

#B29076
(178,144,118)
#A2836C
(162,131,108)
#927662
(146,118,98)
#826958
(130,105,88)
#725C4E
(114,92,78)
#624F44
(98,79,68)
#52423A
(82,66,58)
#423530
(66,53,48)
#322826
(50,40,38)
#221B1C
(34,27,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #B29076

#B29076
(178,144,118)
#B99A82
(185,154,130)
#C0A48E
(192,164,142)
#C7AE9A
(199,174,154)
#CEB8A6
(206,184,166)
#D5C2B2
(213,194,178)
#DCCCBE
(220,204,190)
#E3D6CA
(227,214,202)
#EAE0D6
(234,224,214)
#F1EAE2
(241,234,226)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29076; }

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

This text font color is #B29076.

Background Color

.myBgColor { background-color: #B29076; }

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

This div background color is #B29076.

Border color

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

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

This div border color is #B29076.

Opacity

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

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

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

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

This text has shadow with #B29076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29076.

Preview

Color preview on black background

This text has color #B29076 on black background.


Color preview on white background

This text has color #B29076 on white background.


Black color preview on #B29076 background

This text has black color on #B29076 background.


White color preview on #B29076 background

This text has white color on #B29076 background.


Related colors

Complementary color

Complementary color for #hex is #4D6F89.


I love getcolorcode.com

Triadic colors

1 #76B290 and #9076B2 with #B29076 are triadic colors.

2 #7690B2 and #90B276 with #B29076 are triadic colors.