COLOR #B29A65

HEX: #B29A65
RGB: (178,154,101)

Color info

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

RGB color model

#B29A65 color RGB value is (178,154,101).

  • red value is 178;
  • green value is 154;
  • blue value is 101.
RGB:
(178,154,101)
(70%,60%,40%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 101 of 255 = 40%

178
154
101

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

Portions of RGB colors in percentages

R + G + B =
178 + 154 + 101 = 433 (100%)
R 178 of 433 ~ 41.11%
G 154 of 433 ~ 35.57%
B 101 of 433 ~ 23.33%

%41.11
%35.57
%23.33

CMYK color model

#B29A65 color CMYK value is (0,13,43,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 43.26%
  • key color value is 30.20%
CMYK:
(0,13,43,30)
C0M13Y43K30 
(0%,13%,43%,30%)
(0.00/0.13/0.43/0.30)	

CMYK percentages

%0
%13.48
%43.26
%30.2

Codes

Color #B29A65 in popluar color models

B29A65
RGB178154101
HSL41°33.33%54.71%
HSB/HSV41°43.26%69.80%
CMYK0.00%13.48%43.26%
30.20%

Color #B29A65 in popluar number systems.

HEXB29A65
Decimal178154101
Binary10110010100110101100101
Octal262232145

Shades and tints

Shades of #B29A65

#B29A65
(178,154,101)
#A28C5C
(162,140,92)
#927E53
(146,126,83)
#82704A
(130,112,74)
#726241
(114,98,65)
#625438
(98,84,56)
#52462F
(82,70,47)
#423826
(66,56,38)
#322A1D
(50,42,29)
#221C14
(34,28,20)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #B29A65

#B29A65
(178,154,101)
#B9A373
(185,163,115)
#C0AC81
(192,172,129)
#C7B58F
(199,181,143)
#CEBE9D
(206,190,157)
#D5C7AB
(213,199,171)
#DCD0B9
(220,208,185)
#E3D9C7
(227,217,199)
#EAE2D5
(234,226,213)
#F1EBE3
(241,235,227)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29A65 color. Also use rgb(178,154,101) instead hex code.

Text Font Color

.myTextColor { color: #B29A65; }

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

This text font color is #B29A65.


Background Color

.myBgColor { background-color: #B29A65; }

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

This div background color is #B29A65.


Border color

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

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

This div border color is #B29A65.


Opacity

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

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

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

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

This text has shadow with #B29A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B29A65 on black background.


Color preview on white background

This text has color #B29A65 on white background.



Black color preview on #B29A65 background

This text has black color on #B29A65 background.


White color preview on #B29A65 background

This text has white color on #B29A65 background.