COLOR #B29382

HEX: #B29382
RGB: (178,147,130)

Color info

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

RGB color model

#B29382 color RGB value is (178,147,130).

  • red value is 178;
  • green value is 147;
  • blue value is 130.
RGB:
(178,147,130)
(70%,58%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 130 of 255 = 51%

178
147
130

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

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 130 = 455 (100%)
R 178 of 455 ~ 39.12%
G 147 of 455 ~ 32.31%
B 130 of 455 ~ 28.57%

%39.12
%32.31
%28.57

CMYK color model

#B29382 color CMYK value is (0,17,27,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 26.97%
  • key color value is 30.20%
CMYK:
(0,17,27,30)
C0M17Y27K30 
(0%,17%,27%,30%)
(0.00/0.17/0.27/0.30)	

CMYK percentages

%0
%17.42
%26.97
%30.2

Codes

Color #B29382 in popluar color models

B29382
RGB178147130
HSL21°23.76%60.39%
HSB/HSV21°26.97%69.80%
CMYK0.00%17.42%26.97%
30.20%

Color #B29382 in popluar number systems.

HEXB29382
Decimal178147130
Binary101100101001001110000010
Octal262223202

Shades and tints

Shades of #B29382

#B29382
(178,147,130)
#A28677
(162,134,119)
#92796C
(146,121,108)
#826C61
(130,108,97)
#725F56
(114,95,86)
#62524B
(98,82,75)
#524540
(82,69,64)
#423835
(66,56,53)
#322B2A
(50,43,42)
#221E1F
(34,30,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B29382

#B29382
(178,147,130)
#B99C8D
(185,156,141)
#C0A598
(192,165,152)
#C7AEA3
(199,174,163)
#CEB7AE
(206,183,174)
#D5C0B9
(213,192,185)
#DCC9C4
(220,201,196)
#E3D2CF
(227,210,207)
#EADBDA
(234,219,218)
#F1E4E5
(241,228,229)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29382; }

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

This text font color is #B29382.


Background Color

.myBgColor { background-color: #B29382; }

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

This div background color is #B29382.


Border color

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

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

This div border color is #B29382.


Opacity

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

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

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

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

This text has shadow with #B29382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29382 on black background.


Color preview on white background

This text has color #B29382 on white background.



Black color preview on #B29382 background

This text has black color on #B29382 background.


White color preview on #B29382 background

This text has white color on #B29382 background.