COLOR #B29182

HEX: #B29182
RGB: (178,145,130)

Color info

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

RGB color model

#B29182 color RGB value is (178,145,130).

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

RGB channels and saturation

R 178 of 255 = 70%
G 145 of 255 = 57%
B 130 of 255 = 51%

178
145
130

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

Portions of RGB colors in percentages

R + G + B =
178 + 145 + 130 = 453 (100%)
R 178 of 453 ~ 39.29%
G 145 of 453 ~ 32.01%
B 130 of 453 ~ 28.7%

%39.29
%32.01
%28.7

CMYK color model

#B29182 color CMYK value is (0,19,27,30).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 26.97%
  • key color value is 30.20%
CMYK:
(0,19,27,30)
C0M19Y27K30 
(0%,19%,27%,30%)
(0.00/0.19/0.27/0.30)	

CMYK percentages

%0
%18.54
%26.97
%30.2

Codes

Color #B29182 in popluar color models

B29182
RGB178145130
HSL19°23.76%60.39%
HSB/HSV19°26.97%69.80%
CMYK0.00%18.54%26.97%
30.20%

Color #B29182 in popluar number systems.

HEXB29182
Decimal178145130
Binary101100101001000110000010
Octal262221202

Shades and tints

Shades of #B29182

#B29182
(178,145,130)
#A28477
(162,132,119)
#92776C
(146,119,108)
#826A61
(130,106,97)
#725D56
(114,93,86)
#62504B
(98,80,75)
#524340
(82,67,64)
#423635
(66,54,53)
#32292A
(50,41,42)
#221C1F
(34,28,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #B29182

#B29182
(178,145,130)
#B99B8D
(185,155,141)
#C0A598
(192,165,152)
#C7AFA3
(199,175,163)
#CEB9AE
(206,185,174)
#D5C3B9
(213,195,185)
#DCCDC4
(220,205,196)
#E3D7CF
(227,215,207)
#EAE1DA
(234,225,218)
#F1EBE5
(241,235,229)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29182; }

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

This text font color is #B29182.


Background Color

.myBgColor { background-color: #B29182; }

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

This div background color is #B29182.


Border color

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

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

This div border color is #B29182.


Opacity

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

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

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

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

This text has shadow with #B29182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29182 on black background.


Color preview on white background

This text has color #B29182 on white background.



Black color preview on #B29182 background

This text has black color on #B29182 background.


White color preview on #B29182 background

This text has white color on #B29182 background.