COLOR #B29480

HEX: #B29480
RGB: (178,148,128)

Color info

#B29480 contains red, green and blue colors in about the same proportion. Web safe color of #B29480 is #999966 (or #996).

RGB color model

#B29480 color RGB value is (178,148,128).

  • red value is 178;
  • green value is 148;
  • blue value is 128.
RGB:
(178,148,128)
(70%,58%,50%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 128 of 255 = 50%

178
148
128

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

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 128 = 454 (100%)
R 178 of 454 ~ 39.21%
G 148 of 454 ~ 32.6%
B 128 of 454 ~ 28.19%

%39.21
%32.6
%28.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 28.09%
  • 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
%28.09
%30.2

Codes

Color #B29480 in popluar color models

B29480
RGB178148128
HSL24°24.51%60.00%
HSB/HSV24°28.09%69.80%
CMYK0.00%16.85%28.09%
30.20%

Color #B29480 in popluar number systems.

HEXB29480
Decimal178148128
Binary101100101001010010000000
Octal262224200

Shades and tints

Shades of #B29480

#B29480
(178,148,128)
#A28775
(162,135,117)
#927A6A
(146,122,106)
#826D5F
(130,109,95)
#726054
(114,96,84)
#625349
(98,83,73)
#52463E
(82,70,62)
#423933
(66,57,51)
#322C28
(50,44,40)
#221F1D
(34,31,29)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B29480

#B29480
(178,148,128)
#B99D8B
(185,157,139)
#C0A696
(192,166,150)
#C7AFA1
(199,175,161)
#CEB8AC
(206,184,172)
#D5C1B7
(213,193,183)
#DCCAC2
(220,202,194)
#E3D3CD
(227,211,205)
#EADCD8
(234,220,216)
#F1E5E3
(241,229,227)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29480; }

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

This text font color is #B29480.


Background Color

.myBgColor { background-color: #B29480; }

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

This div background color is #B29480.


Border color

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

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

This div border color is #B29480.


Opacity

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

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

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

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

This text has shadow with #B29480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29480 on black background.


Color preview on white background

This text has color #B29480 on white background.



Black color preview on #B29480 background

This text has black color on #B29480 background.


White color preview on #B29480 background

This text has white color on #B29480 background.