COLOR #B29A83

HEX: #B29A83 RGB: (178,154,131)

Color info

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

RGB color model

#B29A83 color RGB value is (178,154,131).

RGB: (178,154,131) (70%, 60%, 51%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 131 of 255 = 51%

178
154
131

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

Portions of RGB colors in percentages

R + G + B = 178 + 154 + 131 = 463 (100%)
R 178 of 463 ~ 38.44%
G 154 of 463 ~ 33.26%
B 131 of 463 ~ 28.29'%

%38.44
%33.26
%28.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.48%
  • 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
%13.48
%26.4
%30.2

Codes

Color #B29A83 in popluar color models

B2 9A 83
RGB 178 154 131
HSL 29° 23.38% 60.59%
HSB/HSV 29° 26.40% 69.80%
CMYK 0.00% 13.48% 26.40%
30.20%

Color #B29A83 in popluar number systems.

HEX B2 9A 83
Decimal 178 154 131
Binary 10110010 10011010 10000011
Octal 262 232 203

Shades and tints

Shades of #B29A83

#B29A83
(178,154,131)
#A28C78
(162,140,120)
#927E6D
(146,126,109)
#827062
(130,112,98)
#726257
(114,98,87)
#62544C
(98,84,76)
#524641
(82,70,65)
#423836
(66,56,54)
#322A2B
(50,42,43)
#221C20
(34,28,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #B29A83

#B29A83
(178,154,131)
#B9A38E
(185,163,142)
#C0AC99
(192,172,153)
#C7B5A4
(199,181,164)
#CEBEAF
(206,190,175)
#D5C7BA
(213,199,186)
#DCD0C5
(220,208,197)
#E3D9D0
(227,217,208)
#EAE2DB
(234,226,219)
#F1EBE6
(241,235,230)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29A83; }

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

This text font color is #B29A83.

Background Color

.myBgColor { background-color: #B29A83; }

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

This div background color is #B29A83.

Border color

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

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

This div border color is #B29A83.

Opacity

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

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

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

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

This text has shadow with #B29A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29A83.

Preview

Color preview on black background

This text has color #B29A83 on black background.


Color preview on white background

This text has color #B29A83 on white background.


Black color preview on #B29A83 background

This text has black color on #B29A83 background.


White color preview on #B29A83 background

This text has white color on #B29A83 background.


Related colors

Complementary color

Complementary color for #hex is #4D657C.


I love getcolorcode.com

Triadic colors

1 #83B29A and #9A83B2 with #B29A83 are triadic colors.

2 #839AB2 and #9AB283 with #B29A83 are triadic colors.