COLOR #B29956

HEX: #B29956 RGB: (178,153,86)

Color info

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

RGB color model

#B29956 color RGB value is (178,153,86).

RGB: (178,153,86) (70%, 60%, 34%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 86 of 255 = 34%

178
153
86

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

Portions of RGB colors in percentages

R + G + B = 178 + 153 + 86 = 417 (100%)
R 178 of 417 ~ 42.69%
G 153 of 417 ~ 36.69%
B 86 of 417 ~ 20.62'%

%42.69
%36.69
%20.62

CMYK color model

#B29956 color CMYK value is (0,14,52,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 51.69%
  • key color value is 30.20%

CMYK: (0,14,52,30)
C0M14Y52K30 (0%, 14%, 52%, 30%)
(0.00 / 0.14 / 0.52 / 0.30)

CMYK percentages

%0
%14.04
%51.69
%30.2

Codes

Color #B29956 in popluar color models

B2 99 56
RGB 178 153 86
HSL 44° 37.40% 51.76%
HSB/HSV 44° 51.69% 69.80%
CMYK 0.00% 14.04% 51.69%
30.20%

Color #B29956 in popluar number systems.

HEX B2 99 56
Decimal 178 153 86
Binary 10110010 10011001 1010110
Octal 262 231 126

Shades and tints

Shades of #B29956

#B29956
(178,153,86)
#A28C4F
(162,140,79)
#927F48
(146,127,72)
#827241
(130,114,65)
#72653A
(114,101,58)
#625833
(98,88,51)
#524B2C
(82,75,44)
#423E25
(66,62,37)
#32311E
(50,49,30)
#222417
(34,36,23)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #B29956

#B29956
(178,153,86)
#B9A265
(185,162,101)
#C0AB74
(192,171,116)
#C7B483
(199,180,131)
#CEBD92
(206,189,146)
#D5C6A1
(213,198,161)
#DCCFB0
(220,207,176)
#E3D8BF
(227,216,191)
#EAE1CE
(234,225,206)
#F1EADD
(241,234,221)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29956 color. Also use rgb(178,153,86) instead hex code.

Text Font Color

.myTextColor { color: #B29956; }

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

This text font color is #B29956.

Background Color

.myBgColor { background-color: #B29956; }

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

This div background color is #B29956.

Border color

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

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

This div border color is #B29956.

Opacity

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

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

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

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

This text has shadow with #B29956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29956.

Preview

Color preview on black background

This text has color #B29956 on black background.


Color preview on white background

This text has color #B29956 on white background.


Black color preview on #B29956 background

This text has black color on #B29956 background.


White color preview on #B29956 background

This text has white color on #B29956 background.


Related colors

Complementary color

Complementary color for #hex is #4D66A9.


I love getcolorcode.com

Triadic colors

1 #56B299 and #9956B2 with #B29956 are triadic colors.

2 #5699B2 and #99B256 with #B29956 are triadic colors.