COLOR #B29681

HEX: #B29681
RGB: (178,150,129)

Color info

#B29681 contains red, green and blue colors in about the same proportion. Web safe color of #B29681 is #999999 (or #999).

RGB color model

#B29681 color RGB value is (178,150,129).

  • red value is 178;
  • green value is 150;
  • blue value is 129.
RGB:
(178,150,129)
(70%,59%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 129 of 255 = 51%

178
150
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 129 = 457 (100%)
R 178 of 457 ~ 38.95%
G 150 of 457 ~ 32.82%
B 129 of 457 ~ 28.23%

%38.95
%32.82
%28.23

CMYK color model

#B29681 color CMYK value is (0,16,28,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(0,16,28,30)
C0M16Y28K30 
(0%,16%,28%,30%)
(0.00/0.16/0.28/0.30)	

CMYK percentages

%0
%15.73
%27.53
%30.2

Codes

Color #B29681 in popluar color models

B29681
RGB178150129
HSL26°24.14%60.20%
HSB/HSV26°27.53%69.80%
CMYK0.00%15.73%27.53%
30.20%

Color #B29681 in popluar number systems.

HEXB29681
Decimal178150129
Binary101100101001011010000001
Octal262226201

Shades and tints

Shades of #B29681

#B29681
(178,150,129)
#A28976
(162,137,118)
#927C6B
(146,124,107)
#826F60
(130,111,96)
#726255
(114,98,85)
#62554A
(98,85,74)
#52483F
(82,72,63)
#423B34
(66,59,52)
#322E29
(50,46,41)
#22211E
(34,33,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #B29681

#B29681
(178,150,129)
#B99F8C
(185,159,140)
#C0A897
(192,168,151)
#C7B1A2
(199,177,162)
#CEBAAD
(206,186,173)
#D5C3B8
(213,195,184)
#DCCCC3
(220,204,195)
#E3D5CE
(227,213,206)
#EADED9
(234,222,217)
#F1E7E4
(241,231,228)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29681 color. Also use rgb(178,150,129) instead hex code.

Text Font Color

.myTextColor { color: #B29681; }

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

This text font color is #B29681.


Background Color

.myBgColor { background-color: #B29681; }

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

This div background color is #B29681.


Border color

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

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

This div border color is #B29681.


Opacity

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

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

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

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

This text has shadow with #B29681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29681 on black background.


Color preview on white background

This text has color #B29681 on white background.



Black color preview on #B29681 background

This text has black color on #B29681 background.


White color preview on #B29681 background

This text has white color on #B29681 background.