COLOR #B29D85

HEX: #B29D85
RGB: (178,157,133)

Color info

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

RGB color model

#B29D85 color RGB value is (178,157,133).

  • red value is 178;
  • green value is 157;
  • blue value is 133.
RGB:
(178,157,133)
(70%,62%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 157 of 255 = 62%
B 133 of 255 = 52%

178
157
133

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

Portions of RGB colors in percentages

R + G + B =
178 + 157 + 133 = 468 (100%)
R 178 of 468 ~ 38.03%
G 157 of 468 ~ 33.55%
B 133 of 468 ~ 28.42%

%38.03
%33.55
%28.42

CMYK color model

#B29D85 color CMYK value is (0,12,25,30).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK:
(0,12,25,30)
C0M12Y25K30 
(0%,12%,25%,30%)
(0.00/0.12/0.25/0.30)	

CMYK percentages

%0
%11.8
%25.28
%30.2

Codes

Color #B29D85 in popluar color models

B29D85
RGB178157133
HSL32°22.61%60.98%
HSB/HSV32°25.28%69.80%
CMYK0.00%11.80%25.28%
30.20%

Color #B29D85 in popluar number systems.

HEXB29D85
Decimal178157133
Binary101100101001110110000101
Octal262235205

Shades and tints

Shades of #B29D85

#B29D85
(178,157,133)
#A28F79
(162,143,121)
#92816D
(146,129,109)
#827361
(130,115,97)
#726555
(114,101,85)
#625749
(98,87,73)
#52493D
(82,73,61)
#423B31
(66,59,49)
#322D25
(50,45,37)
#221F19
(34,31,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #B29D85

#B29D85
(178,157,133)
#B9A590
(185,165,144)
#C0AD9B
(192,173,155)
#C7B5A6
(199,181,166)
#CEBDB1
(206,189,177)
#D5C5BC
(213,197,188)
#DCCDC7
(220,205,199)
#E3D5D2
(227,213,210)
#EADDDD
(234,221,221)
#F1E5E8
(241,229,232)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29D85 color. Also use rgb(178,157,133) instead hex code.

Text Font Color

.myTextColor { color: #B29D85; }

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

This text font color is #B29D85.


Background Color

.myBgColor { background-color: #B29D85; }

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

This div background color is #B29D85.


Border color

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

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

This div border color is #B29D85.


Opacity

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

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

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

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

This text has shadow with #B29D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29D85 on black background.


Color preview on white background

This text has color #B29D85 on white background.



Black color preview on #B29D85 background

This text has black color on #B29D85 background.


White color preview on #B29D85 background

This text has white color on #B29D85 background.