COLOR #B29979

HEX: #B29979 RGB: (178,153,121)

Color info

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

RGB color model

#B29979 color RGB value is (178,153,121).

RGB: (178,153,121) (70%, 60%, 47%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 121 of 255 = 47%

178
153
121

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

Portions of RGB colors in percentages

R + G + B = 178 + 153 + 121 = 452 (100%)
R 178 of 452 ~ 39.38%
G 153 of 452 ~ 33.85%
B 121 of 452 ~ 26.77'%

%39.38
%33.85
%26.77

CMYK color model

#B29979 color CMYK value is (0,14,32,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK: (0,14,32,30) C0M14Y32K30 (0%,14%,32%,30%) (0.00/0.14/0.32/0.30) 

CMYK percentages

%0
%14.04
%32.02
%30.2

Codes

Color #B29979 in popluar color models

B2 99 79
RGB 178 153 121
HSL 34° 27.01% 58.63%
HSB/HSV 34° 32.02% 69.80%
CMYK 0.00% 14.04% 32.02%
30.20%

Color #B29979 in popluar number systems.

HEX B2 99 79
Decimal 178 153 121
Binary 10110010 10011001 1111001
Octal 262 231 171

Shades and tints

Shades of #B29979

#B29979
(178,153,121)
#A28C6E
(162,140,110)
#927F63
(146,127,99)
#827258
(130,114,88)
#72654D
(114,101,77)
#625842
(98,88,66)
#524B37
(82,75,55)
#423E2C
(66,62,44)
#323121
(50,49,33)
#222416
(34,36,22)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #B29979

#B29979
(178,153,121)
#B9A285
(185,162,133)
#C0AB91
(192,171,145)
#C7B49D
(199,180,157)
#CEBDA9
(206,189,169)
#D5C6B5
(213,198,181)
#DCCFC1
(220,207,193)
#E3D8CD
(227,216,205)
#EAE1D9
(234,225,217)
#F1EAE5
(241,234,229)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29979 color. Also use rgb(178,153,121) instead hex code.

Text Font Color

.myTextColor { color: #B29979; }

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

This text font color is #B29979.

Background Color

.myBgColor { background-color: #B29979; }

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

This div background color is #B29979.

Border color

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

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

This div border color is #B29979.

Opacity

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

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

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

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

This text has shadow with #B29979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29979.

Preview

Color preview on black background

This text has color #B29979 on black background.


Color preview on white background

This text has color #B29979 on white background.


Black color preview on #B29979 background

This text has black color on #B29979 background.


White color preview on #B29979 background

This text has white color on #B29979 background.


Related colors

Complementary color

Complementary color for #hex is #4D6686.


I love getcolorcode.com

Triadic colors

1 #79B299 and #9979B2 with #B29979 are triadic colors.

2 #7999B2 and #99B279 with #B29979 are triadic colors.