COLOR #B29885

HEX: #B29885 RGB: (178,152,133)

Color info

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

RGB color model

#B29885 color RGB value is (178,152,133).

RGB: (178,152,133) (70%, 60%, 52%)

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 133 of 255 = 52%

178
152
133

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

Portions of RGB colors in percentages

R + G + B = 178 + 152 + 133 = 463 (100%)
R 178 of 463 ~ 38.44%
G 152 of 463 ~ 32.83%
B 133 of 463 ~ 28.73'%

%38.44
%32.83
%28.73

CMYK color model

#B29885 color CMYK value is (0,15,25,30).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 25.28%
  • key color value is 30.20%

CMYK: (0,15,25,30)
C0M15Y25K30 (0%, 15%, 25%, 30%)
(0.00 / 0.15 / 0.25 / 0.30)

CMYK percentages

%0
%14.61
%25.28
%30.2

Codes

Color #B29885 in popluar color models

B2 98 85
RGB 178 152 133
HSL 25° 22.61% 60.98%
HSB/HSV 25° 25.28% 69.80%
CMYK 0.00% 14.61% 25.28%
30.20%

Color #B29885 in popluar number systems.

HEX B2 98 85
Decimal 178 152 133
Binary 10110010 10011000 10000101
Octal 262 230 205

Shades and tints

Shades of #B29885

#B29885
(178,152,133)
#A28B79
(162,139,121)
#927E6D
(146,126,109)
#827161
(130,113,97)
#726455
(114,100,85)
#625749
(98,87,73)
#524A3D
(82,74,61)
#423D31
(66,61,49)
#323025
(50,48,37)
#222319
(34,35,25)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #B29885

#B29885
(178,152,133)
#B9A190
(185,161,144)
#C0AA9B
(192,170,155)
#C7B3A6
(199,179,166)
#CEBCB1
(206,188,177)
#D5C5BC
(213,197,188)
#DCCEC7
(220,206,199)
#E3D7D2
(227,215,210)
#EAE0DD
(234,224,221)
#F1E9E8
(241,233,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29885 color. Also use rgb(178,152,133) instead hex code.

Text Font Color

.myTextColor { color: #B29885; }

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

This text font color is #B29885.

Background Color

.myBgColor { background-color: #B29885; }

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

This div background color is #B29885.

Border color

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

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

This div border color is #B29885.

Opacity

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

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

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

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

This text has shadow with #B29885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29885.

Preview

Color preview on black background

This text has color #B29885 on black background.


Color preview on white background

This text has color #B29885 on white background.


Black color preview on #B29885 background

This text has black color on #B29885 background.


White color preview on #B29885 background

This text has white color on #B29885 background.


Related colors

Complementary color

Complementary color for #hex is #4D677A.


I love getcolorcode.com

Triadic colors

1 #85B298 and #9885B2 with #B29885 are triadic colors.

2 #8598B2 and #98B285 with #B29885 are triadic colors.