COLOR #B29B80

HEX: #B29B80
RGB: (178,155,128)

Color info

#B29B80 contains red, green and blue colors in about the same proportion. Web safe color of #B29B80 is #999966 (or #996).

RGB color model

#B29B80 color RGB value is (178,155,128).

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

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 128 of 255 = 50%

178
155
128

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

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 128 = 461 (100%)
R 178 of 461 ~ 38.61%
G 155 of 461 ~ 33.62%
B 128 of 461 ~ 27.77%

%38.61
%33.62
%27.77

CMYK color model

#B29B80 color CMYK value is (0,13,28,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 28.09%
  • key color value is 30.20%
CMYK:
(0,13,28,30)
C0M13Y28K30 
(0%,13%,28%,30%)
(0.00/0.13/0.28/0.30)	

CMYK percentages

%0
%12.92
%28.09
%30.2

Codes

Color #B29B80 in popluar color models

B29B80
RGB178155128
HSL32°24.51%60.00%
HSB/HSV32°28.09%69.80%
CMYK0.00%12.92%28.09%
30.20%

Color #B29B80 in popluar number systems.

HEXB29B80
Decimal178155128
Binary101100101001101110000000
Octal262233200

Shades and tints

Shades of #B29B80

#B29B80
(178,155,128)
#A28D75
(162,141,117)
#927F6A
(146,127,106)
#82715F
(130,113,95)
#726354
(114,99,84)
#625549
(98,85,73)
#52473E
(82,71,62)
#423933
(66,57,51)
#322B28
(50,43,40)
#221D1D
(34,29,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #B29B80

#B29B80
(178,155,128)
#B9A48B
(185,164,139)
#C0AD96
(192,173,150)
#C7B6A1
(199,182,161)
#CEBFAC
(206,191,172)
#D5C8B7
(213,200,183)
#DCD1C2
(220,209,194)
#E3DACD
(227,218,205)
#EAE3D8
(234,227,216)
#F1ECE3
(241,236,227)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29B80; }

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

This text font color is #B29B80.


Background Color

.myBgColor { background-color: #B29B80; }

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

This div background color is #B29B80.


Border color

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

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

This div border color is #B29B80.


Opacity

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

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

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

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

This text has shadow with #B29B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B80 on black background.


Color preview on white background

This text has color #B29B80 on white background.



Black color preview on #B29B80 background

This text has black color on #B29B80 background.


White color preview on #B29B80 background

This text has white color on #B29B80 background.