COLOR #B29B8D

HEX: #B29B8D
RGB: (178,155,141)

Color info

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

RGB color model

#B29B8D color RGB value is (178,155,141).

  • red value is 178;
  • green value is 155;
  • blue value is 141.
RGB:
(178,155,141)
(70%,61%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 141 of 255 = 55%

178
155
141

R + G + B ~ 62%. #B29B8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 141 = 474 (100%)
R 178 of 474 ~ 37.55%
G 155 of 474 ~ 32.7%
B 141 of 474 ~ 29.75%

%37.55
%32.7
%29.75

CMYK color model

#B29B8D color CMYK value is (0,13,21,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 20.79%
  • key color value is 30.20%
CMYK:
(0,13,21,30)
C0M13Y21K30 
(0%,13%,21%,30%)
(0.00/0.13/0.21/0.30)	

CMYK percentages

%0
%12.92
%20.79
%30.2

Codes

Color #B29B8D in popluar color models

B29B8D
RGB178155141
HSL23°19.37%62.55%
HSB/HSV23°20.79%69.80%
CMYK0.00%12.92%20.79%
30.20%

Color #B29B8D in popluar number systems.

HEXB29B8D
Decimal178155141
Binary101100101001101110001101
Octal262233215

Shades and tints

Shades of #B29B8D

#B29B8D
(178,155,141)
#A28D81
(162,141,129)
#927F75
(146,127,117)
#827169
(130,113,105)
#72635D
(114,99,93)
#625551
(98,85,81)
#524745
(82,71,69)
#423939
(66,57,57)
#322B2D
(50,43,45)
#221D21
(34,29,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B29B8D

#B29B8D
(178,155,141)
#B9A497
(185,164,151)
#C0ADA1
(192,173,161)
#C7B6AB
(199,182,171)
#CEBFB5
(206,191,181)
#D5C8BF
(213,200,191)
#DCD1C9
(220,209,201)
#E3DAD3
(227,218,211)
#EAE3DD
(234,227,221)
#F1ECE7
(241,236,231)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29B8D; }

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

This text font color is #B29B8D.


Background Color

.myBgColor { background-color: #B29B8D; }

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

This div background color is #B29B8D.


Border color

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

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

This div border color is #B29B8D.


Opacity

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

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

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

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

This text has shadow with #B29B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B8D on black background.


Color preview on white background

This text has color #B29B8D on white background.



Black color preview on #B29B8D background

This text has black color on #B29B8D background.


White color preview on #B29B8D background

This text has white color on #B29B8D background.