COLOR #B29B89

HEX: #B29B89
RGB: (178,155,137)

Color info

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

RGB color model

#B29B89 color RGB value is (178,155,137).

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

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 137 of 255 = 54%

178
155
137

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

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 137 = 470 (100%)
R 178 of 470 ~ 37.87%
G 155 of 470 ~ 32.98%
B 137 of 470 ~ 29.15%

%37.87
%32.98
%29.15

CMYK color model

#B29B89 color CMYK value is (0,13,23,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 23.03%
  • key color value is 30.20%
CMYK:
(0,13,23,30)
C0M13Y23K30 
(0%,13%,23%,30%)
(0.00/0.13/0.23/0.30)	

CMYK percentages

%0
%12.92
%23.03
%30.2

Codes

Color #B29B89 in popluar color models

B29B89
RGB178155137
HSL26°21.03%61.76%
HSB/HSV26°23.03%69.80%
CMYK0.00%12.92%23.03%
30.20%

Color #B29B89 in popluar number systems.

HEXB29B89
Decimal178155137
Binary101100101001101110001001
Octal262233211

Shades and tints

Shades of #B29B89

#B29B89
(178,155,137)
#A28D7D
(162,141,125)
#927F71
(146,127,113)
#827165
(130,113,101)
#726359
(114,99,89)
#62554D
(98,85,77)
#524741
(82,71,65)
#423935
(66,57,53)
#322B29
(50,43,41)
#221D1D
(34,29,29)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #B29B89

#B29B89
(178,155,137)
#B9A493
(185,164,147)
#C0AD9D
(192,173,157)
#C7B6A7
(199,182,167)
#CEBFB1
(206,191,177)
#D5C8BB
(213,200,187)
#DCD1C5
(220,209,197)
#E3DACF
(227,218,207)
#EAE3D9
(234,227,217)
#F1ECE3
(241,236,227)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29B89; }

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

This text font color is #B29B89.


Background Color

.myBgColor { background-color: #B29B89; }

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

This div background color is #B29B89.


Border color

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

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

This div border color is #B29B89.


Opacity

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

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

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

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

This text has shadow with #B29B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B89 on black background.


Color preview on white background

This text has color #B29B89 on white background.



Black color preview on #B29B89 background

This text has black color on #B29B89 background.


White color preview on #B29B89 background

This text has white color on #B29B89 background.