COLOR #B29B7F

HEX: #B29B7F RGB: (178,155,127)

Color info

#B29B7F contains red, green and blue colors in about the same proportion. Web safe color of #B29B7F is #999966 (or #996).

RGB color model

#B29B7F color RGB value is (178,155,127).

RGB: (178,155,127) (70%, 61%, 50%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 127 of 255 = 50%

178
155
127

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

Portions of RGB colors in percentages

R + G + B = 178 + 155 + 127 = 460 (100%)
R 178 of 460 ~ 38.7%
G 155 of 460 ~ 33.7%
B 127 of 460 ~ 27.61'%

%38.7
%33.7
%27.61

CMYK color model

#B29B7F color CMYK value is (0,13,29,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 28.65%
  • key color value is 30.20%

CMYK: (0,13,29,30)
C0M13Y29K30 (0%, 13%, 29%, 30%)
(0.00 / 0.13 / 0.29 / 0.30)

CMYK percentages

%0
%12.92
%28.65
%30.2

Codes

Color #B29B7F in popluar color models

B2 9B 7F
RGB 178 155 127
HSL 33° 24.88% 59.80%
HSB/HSV 33° 28.65% 69.80%
CMYK 0.00% 12.92% 28.65%
30.20%

Color #B29B7F in popluar number systems.

HEX B2 9B 7F
Decimal 178 155 127
Binary 10110010 10011011 1111111
Octal 262 233 177

Shades and tints

Shades of #B29B7F

#B29B7F
(178,155,127)
#A28D74
(162,141,116)
#927F69
(146,127,105)
#82715E
(130,113,94)
#726353
(114,99,83)
#625548
(98,85,72)
#52473D
(82,71,61)
#423932
(66,57,50)
#322B27
(50,43,39)
#221D1C
(34,29,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #B29B7F

#B29B7F
(178,155,127)
#B9A48A
(185,164,138)
#C0AD95
(192,173,149)
#C7B6A0
(199,182,160)
#CEBFAB
(206,191,171)
#D5C8B6
(213,200,182)
#DCD1C1
(220,209,193)
#E3DACC
(227,218,204)
#EAE3D7
(234,227,215)
#F1ECE2
(241,236,226)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29B7F color. Also use rgb(178,155,127) instead hex code.

Text Font Color

.myTextColor { color: #B29B7F; }

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

This text font color is #B29B7F.

Background Color

.myBgColor { background-color: #B29B7F; }

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

This div background color is #B29B7F.

Border color

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

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

This div border color is #B29B7F.

Opacity

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

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

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

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

This text has shadow with #B29B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29B7F.

Preview

Color preview on black background

This text has color #B29B7F on black background.


Color preview on white background

This text has color #B29B7F on white background.


Black color preview on #B29B7F background

This text has black color on #B29B7F background.


White color preview on #B29B7F background

This text has white color on #B29B7F background.


Related colors

Complementary color

Complementary color for #hex is #4D6480.


I love getcolorcode.com

Triadic colors

1 #7FB29B and #9B7FB2 with #B29B7F are triadic colors.

2 #7F9BB2 and #9BB27F with #B29B7F are triadic colors.