COLOR #B29663

HEX: #B29663
RGB: (178,150,99)

Color info

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

RGB color model

#B29663 color RGB value is (178,150,99).

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

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 99 of 255 = 39%

178
150
99

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

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 99 = 427 (100%)
R 178 of 427 ~ 41.69%
G 150 of 427 ~ 35.13%
B 99 of 427 ~ 23.19%

%41.69
%35.13
%23.19

CMYK color model

#B29663 color CMYK value is (0,16,44,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK:
(0,16,44,30)
C0M16Y44K30 
(0%,16%,44%,30%)
(0.00/0.16/0.44/0.30)	

CMYK percentages

%0
%15.73
%44.38
%30.2

Codes

Color #B29663 in popluar color models

B29663
RGB17815099
HSL39°33.91%54.31%
HSB/HSV39°44.38%69.80%
CMYK0.00%15.73%44.38%
30.20%

Color #B29663 in popluar number systems.

HEXB29663
Decimal17815099
Binary10110010100101101100011
Octal262226143

Shades and tints

Shades of #B29663

#B29663
(178,150,99)
#A2895A
(162,137,90)
#927C51
(146,124,81)
#826F48
(130,111,72)
#72623F
(114,98,63)
#625536
(98,85,54)
#52482D
(82,72,45)
#423B24
(66,59,36)
#322E1B
(50,46,27)
#222112
(34,33,18)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #B29663

#B29663
(178,150,99)
#B99F71
(185,159,113)
#C0A87F
(192,168,127)
#C7B18D
(199,177,141)
#CEBA9B
(206,186,155)
#D5C3A9
(213,195,169)
#DCCCB7
(220,204,183)
#E3D5C5
(227,213,197)
#EADED3
(234,222,211)
#F1E7E1
(241,231,225)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29663; }

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

This text font color is #B29663.


Background Color

.myBgColor { background-color: #B29663; }

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

This div background color is #B29663.


Border color

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

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

This div border color is #B29663.


Opacity

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

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

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

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

This text has shadow with #B29663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29663 on black background.


Color preview on white background

This text has color #B29663 on white background.



Black color preview on #B29663 background

This text has black color on #B29663 background.


White color preview on #B29663 background

This text has white color on #B29663 background.