COLOR #B29581

HEX: #B29581
RGB: (178,149,129)

Color info

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

RGB color model

#B29581 color RGB value is (178,149,129).

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

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 129 of 255 = 51%

178
149
129

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

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 129 = 456 (100%)
R 178 of 456 ~ 39.04%
G 149 of 456 ~ 32.68%
B 129 of 456 ~ 28.29%

%39.04
%32.68
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.29%
  • 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
%16.29
%27.53
%30.2

Codes

Color #B29581 in popluar color models

B29581
RGB178149129
HSL24°24.14%60.20%
HSB/HSV24°27.53%69.80%
CMYK0.00%16.29%27.53%
30.20%

Color #B29581 in popluar number systems.

HEXB29581
Decimal178149129
Binary101100101001010110000001
Octal262225201

Shades and tints

Shades of #B29581

#B29581
(178,149,129)
#A28876
(162,136,118)
#927B6B
(146,123,107)
#826E60
(130,110,96)
#726155
(114,97,85)
#62544A
(98,84,74)
#52473F
(82,71,63)
#423A34
(66,58,52)
#322D29
(50,45,41)
#22201E
(34,32,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #B29581

#B29581
(178,149,129)
#B99E8C
(185,158,140)
#C0A797
(192,167,151)
#C7B0A2
(199,176,162)
#CEB9AD
(206,185,173)
#D5C2B8
(213,194,184)
#DCCBC3
(220,203,195)
#E3D4CE
(227,212,206)
#EADDD9
(234,221,217)
#F1E6E4
(241,230,228)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29581; }

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

This text font color is #B29581.


Background Color

.myBgColor { background-color: #B29581; }

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

This div background color is #B29581.


Border color

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

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

This div border color is #B29581.


Opacity

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

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

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

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

This text has shadow with #B29581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29581 on black background.


Color preview on white background

This text has color #B29581 on white background.



Black color preview on #B29581 background

This text has black color on #B29581 background.


White color preview on #B29581 background

This text has white color on #B29581 background.