COLOR #B29578

HEX: #B29578
RGB: (178,149,120)

Color info

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

RGB color model

#B29578 color RGB value is (178,149,120).

  • red value is 178;
  • green value is 149;
  • blue value is 120.
RGB:
(178,149,120)
(70%,58%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 120 of 255 = 47%

178
149
120

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

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 120 = 447 (100%)
R 178 of 447 ~ 39.82%
G 149 of 447 ~ 33.33%
B 120 of 447 ~ 26.85%

%39.82
%33.33
%26.85

CMYK color model

#B29578 color CMYK value is (0,16,33,30).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 32.58%
  • key color value is 30.20%
CMYK:
(0,16,33,30)
C0M16Y33K30 
(0%,16%,33%,30%)
(0.00/0.16/0.33/0.30)	

CMYK percentages

%0
%16.29
%32.58
%30.2

Codes

Color #B29578 in popluar color models

B29578
RGB178149120
HSL30°27.36%58.43%
HSB/HSV30°32.58%69.80%
CMYK0.00%16.29%32.58%
30.20%

Color #B29578 in popluar number systems.

HEXB29578
Decimal178149120
Binary10110010100101011111000
Octal262225170

Shades and tints

Shades of #B29578

#B29578
(178,149,120)
#A2886E
(162,136,110)
#927B64
(146,123,100)
#826E5A
(130,110,90)
#726150
(114,97,80)
#625446
(98,84,70)
#52473C
(82,71,60)
#423A32
(66,58,50)
#322D28
(50,45,40)
#22201E
(34,32,30)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B29578

#B29578
(178,149,120)
#B99E84
(185,158,132)
#C0A790
(192,167,144)
#C7B09C
(199,176,156)
#CEB9A8
(206,185,168)
#D5C2B4
(213,194,180)
#DCCBC0
(220,203,192)
#E3D4CC
(227,212,204)
#EADDD8
(234,221,216)
#F1E6E4
(241,230,228)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29578 color. Also use rgb(178,149,120) instead hex code.

Text Font Color

.myTextColor { color: #B29578; }

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

This text font color is #B29578.


Background Color

.myBgColor { background-color: #B29578; }

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

This div background color is #B29578.


Border color

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

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

This div border color is #B29578.


Opacity

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

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

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

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

This text has shadow with #B29578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29578 on black background.


Color preview on white background

This text has color #B29578 on white background.



Black color preview on #B29578 background

This text has black color on #B29578 background.


White color preview on #B29578 background

This text has white color on #B29578 background.