COLOR #B29348

HEX: #B29348
RGB: (178,147,72)

Color info

#B29348 contains mainly red and green colors. Web safe color of #B29348 is #999933 (or #993).

RGB color model

#B29348 color RGB value is (178,147,72).

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

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 72 of 255 = 28%

178
147
72

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

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 72 = 397 (100%)
R 178 of 397 ~ 44.84%
G 147 of 397 ~ 37.03%
B 72 of 397 ~ 18.14%

%44.84
%37.03
%18.14

CMYK color model

#B29348 color CMYK value is (0,17,60,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 59.55%
  • key color value is 30.20%
CMYK:
(0,17,60,30)
C0M17Y60K30 
(0%,17%,60%,30%)
(0.00/0.17/0.60/0.30)	

CMYK percentages

%0
%17.42
%59.55
%30.2

Codes

Color #B29348 in popluar color models

B29348
RGB17814772
HSL42°42.40%49.02%
HSB/HSV42°59.55%69.80%
CMYK0.00%17.42%59.55%
30.20%

Color #B29348 in popluar number systems.

HEXB29348
Decimal17814772
Binary10110010100100111001000
Octal262223110

Shades and tints

Shades of #B29348

#B29348
(178,147,72)
#A28642
(162,134,66)
#92793C
(146,121,60)
#826C36
(130,108,54)
#725F30
(114,95,48)
#62522A
(98,82,42)
#524524
(82,69,36)
#42381E
(66,56,30)
#322B18
(50,43,24)
#221E12
(34,30,18)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #B29348

#B29348
(178,147,72)
#B99C58
(185,156,88)
#C0A568
(192,165,104)
#C7AE78
(199,174,120)
#CEB788
(206,183,136)
#D5C098
(213,192,152)
#DCC9A8
(220,201,168)
#E3D2B8
(227,210,184)
#EADBC8
(234,219,200)
#F1E4D8
(241,228,216)
#F8EDE8
(248,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29348; }

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

This text font color is #B29348.


Background Color

.myBgColor { background-color: #B29348; }

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

This div background color is #B29348.


Border color

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

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

This div border color is #B29348.


Opacity

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

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

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

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

This text has shadow with #B29348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29348 on black background.


Color preview on white background

This text has color #B29348 on white background.



Black color preview on #B29348 background

This text has black color on #B29348 background.


White color preview on #B29348 background

This text has white color on #B29348 background.