COLOR #B29B83

HEX: #B29B83
RGB: (178,155,131)

Color info

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

RGB color model

#B29B83 color RGB value is (178,155,131).

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

RGB channels and saturation

R 178 of 255 = 70%
G 155 of 255 = 61%
B 131 of 255 = 51%

178
155
131

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

Portions of RGB colors in percentages

R + G + B =
178 + 155 + 131 = 464 (100%)
R 178 of 464 ~ 38.36%
G 155 of 464 ~ 33.41%
B 131 of 464 ~ 28.23%

%38.36
%33.41
%28.23

CMYK color model

#B29B83 color CMYK value is (0,13,26,30).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 26.40%
  • key color value is 30.20%
CMYK:
(0,13,26,30)
C0M13Y26K30 
(0%,13%,26%,30%)
(0.00/0.13/0.26/0.30)	

CMYK percentages

%0
%12.92
%26.4
%30.2

Codes

Color #B29B83 in popluar color models

B29B83
RGB178155131
HSL31°23.38%60.59%
HSB/HSV31°26.40%69.80%
CMYK0.00%12.92%26.40%
30.20%

Color #B29B83 in popluar number systems.

HEXB29B83
Decimal178155131
Binary101100101001101110000011
Octal262233203

Shades and tints

Shades of #B29B83

#B29B83
(178,155,131)
#A28D78
(162,141,120)
#927F6D
(146,127,109)
#827162
(130,113,98)
#726357
(114,99,87)
#62554C
(98,85,76)
#524741
(82,71,65)
#423936
(66,57,54)
#322B2B
(50,43,43)
#221D20
(34,29,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #B29B83

#B29B83
(178,155,131)
#B9A48E
(185,164,142)
#C0AD99
(192,173,153)
#C7B6A4
(199,182,164)
#CEBFAF
(206,191,175)
#D5C8BA
(213,200,186)
#DCD1C5
(220,209,197)
#E3DAD0
(227,218,208)
#EAE3DB
(234,227,219)
#F1ECE6
(241,236,230)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29B83; }

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

This text font color is #B29B83.


Background Color

.myBgColor { background-color: #B29B83; }

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

This div background color is #B29B83.


Border color

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

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

This div border color is #B29B83.


Opacity

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

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

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

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

This text has shadow with #B29B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29B83 on black background.


Color preview on white background

This text has color #B29B83 on white background.



Black color preview on #B29B83 background

This text has black color on #B29B83 background.


White color preview on #B29B83 background

This text has white color on #B29B83 background.