COLOR #B29653

HEX: #B29653
RGB: (178,150,83)

Color info

#B29653 contains mainly red and green colors. Web safe color of #B29653 is #999966 (or #996).

RGB color model

#B29653 color RGB value is (178,150,83).

  • red value is 178;
  • green value is 150;
  • blue value is 83.
RGB:
(178,150,83)
(70%,59%,33%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 83 of 255 = 33%

178
150
83

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

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 83 = 411 (100%)
R 178 of 411 ~ 43.31%
G 150 of 411 ~ 36.5%
B 83 of 411 ~ 20.19%

%43.31
%36.5
%20.19

CMYK color model

#B29653 color CMYK value is (0,16,53,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 53.37%
  • key color value is 30.20%
CMYK:
(0,16,53,30)
C0M16Y53K30 
(0%,16%,53%,30%)
(0.00/0.16/0.53/0.30)	

CMYK percentages

%0
%15.73
%53.37
%30.2

Codes

Color #B29653 in popluar color models

B29653
RGB17815083
HSL42°38.15%51.18%
HSB/HSV42°53.37%69.80%
CMYK0.00%15.73%53.37%
30.20%

Color #B29653 in popluar number systems.

HEXB29653
Decimal17815083
Binary10110010100101101010011
Octal262226123

Shades and tints

Shades of #B29653

#B29653
(178,150,83)
#A2894C
(162,137,76)
#927C45
(146,124,69)
#826F3E
(130,111,62)
#726237
(114,98,55)
#625530
(98,85,48)
#524829
(82,72,41)
#423B22
(66,59,34)
#322E1B
(50,46,27)
#222114
(34,33,20)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #B29653

#B29653
(178,150,83)
#B99F62
(185,159,98)
#C0A871
(192,168,113)
#C7B180
(199,177,128)
#CEBA8F
(206,186,143)
#D5C39E
(213,195,158)
#DCCCAD
(220,204,173)
#E3D5BC
(227,213,188)
#EADECB
(234,222,203)
#F1E7DA
(241,231,218)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29653 color. Also use rgb(178,150,83) instead hex code.

Text Font Color

.myTextColor { color: #B29653; }

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

This text font color is #B29653.


Background Color

.myBgColor { background-color: #B29653; }

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

This div background color is #B29653.


Border color

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

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

This div border color is #B29653.


Opacity

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

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

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

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

This text has shadow with #B29653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29653 on black background.


Color preview on white background

This text has color #B29653 on white background.



Black color preview on #B29653 background

This text has black color on #B29653 background.


White color preview on #B29653 background

This text has white color on #B29653 background.