COLOR #B29F80

HEX: #B29F80 RGB: (178,159,128)

Color info

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

RGB color model

#B29F80 color RGB value is (178,159,128).

RGB: (178,159,128) (70%, 62%, 50%)

RGB channels and saturation

R 178 of 255 = 70%
G 159 of 255 = 62%
B 128 of 255 = 50%

178
159
128

R + G + B ~ 61%. #B29F80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 159 + 128 = 465 (100%)
R 178 of 465 ~ 38.28%
G 159 of 465 ~ 34.19%
B 128 of 465 ~ 27.53'%

%38.28
%34.19
%27.53

CMYK color model

#B29F80 color CMYK value is (0,11,28,30).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 28.09%
  • key color value is 30.20%

CMYK: (0,11,28,30)
C0M11Y28K30 (0%, 11%, 28%, 30%)
(0.00 / 0.11 / 0.28 / 0.30)

CMYK percentages

%0
%10.67
%28.09
%30.2

Codes

Color #B29F80 in popluar color models

B2 9F 80
RGB 178 159 128
HSL 37° 24.51% 60.00%
HSB/HSV 37° 28.09% 69.80%
CMYK 0.00% 10.67% 28.09%
30.20%

Color #B29F80 in popluar number systems.

HEX B2 9F 80
Decimal 178 159 128
Binary 10110010 10011111 10000000
Octal 262 237 200

Shades and tints

Shades of #B29F80

#B29F80
(178,159,128)
#A29175
(162,145,117)
#92836A
(146,131,106)
#82755F
(130,117,95)
#726754
(114,103,84)
#625949
(98,89,73)
#524B3E
(82,75,62)
#423D33
(66,61,51)
#322F28
(50,47,40)
#22211D
(34,33,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B29F80

#B29F80
(178,159,128)
#B9A78B
(185,167,139)
#C0AF96
(192,175,150)
#C7B7A1
(199,183,161)
#CEBFAC
(206,191,172)
#D5C7B7
(213,199,183)
#DCCFC2
(220,207,194)
#E3D7CD
(227,215,205)
#EADFD8
(234,223,216)
#F1E7E3
(241,231,227)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29F80 color. Also use rgb(178,159,128) instead hex code.

Text Font Color

.myTextColor { color: #B29F80; }

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

This text font color is #B29F80.

Background Color

.myBgColor { background-color: #B29F80; }

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

This div background color is #B29F80.

Border color

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

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

This div border color is #B29F80.

Opacity

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

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

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

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

This text has shadow with #B29F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29F80.

Preview

Color preview on black background

This text has color #B29F80 on black background.


Color preview on white background

This text has color #B29F80 on white background.


Black color preview on #B29F80 background

This text has black color on #B29F80 background.


White color preview on #B29F80 background

This text has white color on #B29F80 background.


Related colors

Complementary color

Complementary color for #hex is #4D607F.


I love getcolorcode.com

Triadic colors

1 #80B29F and #9F80B2 with #B29F80 are triadic colors.

2 #809FB2 and #9FB280 with #B29F80 are triadic colors.