COLOR #B29481

HEX: #B29481 RGB: (178,148,129)

Color info

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

RGB color model

#B29481 color RGB value is (178,148,129).

RGB: (178,148,129) (70%, 58%, 51%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 129 of 255 = 51%

178
148
129

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

Portions of RGB colors in percentages

R + G + B = 178 + 148 + 129 = 455 (100%)
R 178 of 455 ~ 39.12%
G 148 of 455 ~ 32.53%
B 129 of 455 ~ 28.35'%

%39.12
%32.53
%28.35

CMYK color model

#B29481 color CMYK value is (0,17,28,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 27.53%
  • key color value is 30.20%

CMYK: (0,17,28,30)
C0M17Y28K30 (0%, 17%, 28%, 30%)
(0.00 / 0.17 / 0.28 / 0.30)

CMYK percentages

%0
%16.85
%27.53
%30.2

Codes

Color #B29481 in popluar color models

B2 94 81
RGB 178 148 129
HSL 23° 24.14% 60.20%
HSB/HSV 23° 27.53% 69.80%
CMYK 0.00% 16.85% 27.53%
30.20%

Color #B29481 in popluar number systems.

HEX B2 94 81
Decimal 178 148 129
Binary 10110010 10010100 10000001
Octal 262 224 201

Shades and tints

Shades of #B29481

#B29481
(178,148,129)
#A28776
(162,135,118)
#927A6B
(146,122,107)
#826D60
(130,109,96)
#726055
(114,96,85)
#62534A
(98,83,74)
#52463F
(82,70,63)
#423934
(66,57,52)
#322C29
(50,44,41)
#221F1E
(34,31,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B29481

#B29481
(178,148,129)
#B99D8C
(185,157,140)
#C0A697
(192,166,151)
#C7AFA2
(199,175,162)
#CEB8AD
(206,184,173)
#D5C1B8
(213,193,184)
#DCCAC3
(220,202,195)
#E3D3CE
(227,211,206)
#EADCD9
(234,220,217)
#F1E5E4
(241,229,228)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29481 color. Also use rgb(178,148,129) instead hex code.

Text Font Color

.myTextColor { color: #B29481; }

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

This text font color is #B29481.

Background Color

.myBgColor { background-color: #B29481; }

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

This div background color is #B29481.

Border color

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

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

This div border color is #B29481.

Opacity

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

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

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

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

This text has shadow with #B29481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29481.

Preview

Color preview on black background

This text has color #B29481 on black background.


Color preview on white background

This text has color #B29481 on white background.


Black color preview on #B29481 background

This text has black color on #B29481 background.


White color preview on #B29481 background

This text has white color on #B29481 background.


Related colors

Complementary color

Complementary color for #hex is #4D6B7E.


I love getcolorcode.com

Triadic colors

1 #81B294 and #9481B2 with #B29481 are triadic colors.

2 #8194B2 and #94B281 with #B29481 are triadic colors.