COLOR #B29385

HEX: #B29385 RGB: (178,147,133)

Color info

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

RGB color model

#B29385 color RGB value is (178,147,133).

RGB: (178,147,133) (70%, 58%, 52%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 133 of 255 = 52%

178
147
133

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

Portions of RGB colors in percentages

R + G + B = 178 + 147 + 133 = 458 (100%)
R 178 of 458 ~ 38.86%
G 147 of 458 ~ 32.1%
B 133 of 458 ~ 29.04'%

%38.86
%32.1
%29.04

CMYK color model

#B29385 color CMYK value is (0,17,25,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK: (0,17,25,30) C0M17Y25K30 (0%,17%,25%,30%) (0.00/0.17/0.25/0.30) 

CMYK percentages

%0
%17.42
%25.28
%30.2

Codes

Color #B29385 in popluar color models

B2 93 85
RGB 178 147 133
HSL 19° 22.61% 60.98%
HSB/HSV 19° 25.28% 69.80%
CMYK 0.00% 17.42% 25.28%
30.20%

Color #B29385 in popluar number systems.

HEX B2 93 85
Decimal 178 147 133
Binary 10110010 10010011 10000101
Octal 262 223 205

Shades and tints

Shades of #B29385

#B29385
(178,147,133)
#A28679
(162,134,121)
#92796D
(146,121,109)
#826C61
(130,108,97)
#725F55
(114,95,85)
#625249
(98,82,73)
#52453D
(82,69,61)
#423831
(66,56,49)
#322B25
(50,43,37)
#221E19
(34,30,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #B29385

#B29385
(178,147,133)
#B99C90
(185,156,144)
#C0A59B
(192,165,155)
#C7AEA6
(199,174,166)
#CEB7B1
(206,183,177)
#D5C0BC
(213,192,188)
#DCC9C7
(220,201,199)
#E3D2D2
(227,210,210)
#EADBDD
(234,219,221)
#F1E4E8
(241,228,232)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29385; }

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

This text font color is #B29385.

Background Color

.myBgColor { background-color: #B29385; }

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

This div background color is #B29385.

Border color

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

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

This div border color is #B29385.

Opacity

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

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

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

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

This text has shadow with #B29385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29385.

Preview

Color preview on black background

This text has color #B29385 on black background.


Color preview on white background

This text has color #B29385 on white background.


Black color preview on #B29385 background

This text has black color on #B29385 background.


White color preview on #B29385 background

This text has white color on #B29385 background.


Related colors

Complementary color

Complementary color for #hex is #4D6C7A.


I love getcolorcode.com

Triadic colors

1 #85B293 and #9385B2 with #B29385 are triadic colors.

2 #8593B2 and #93B285 with #B29385 are triadic colors.