COLOR #B29A72

HEX: #B29A72 RGB: (178,154,114)

Color info

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

RGB color model

#B29A72 color RGB value is (178,154,114).

RGB: (178,154,114) (70%, 60%, 45%)

RGB channels and saturation

R 178 of 255 = 70%
G 154 of 255 = 60%
B 114 of 255 = 45%

178
154
114

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

Portions of RGB colors in percentages

R + G + B = 178 + 154 + 114 = 446 (100%)
R 178 of 446 ~ 39.91%
G 154 of 446 ~ 34.53%
B 114 of 446 ~ 25.56'%

%39.91
%34.53
%25.56

CMYK color model

#B29A72 color CMYK value is (0,13,36,30).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 35.96%
  • key color value is 30.20%

CMYK: (0,13,36,30)
C0M13Y36K30 (0%, 13%, 36%, 30%)
(0.00 / 0.13 / 0.36 / 0.30)

CMYK percentages

%0
%13.48
%35.96
%30.2

Codes

Color #B29A72 in popluar color models

B2 9A 72
RGB 178 154 114
HSL 38° 29.36% 57.25%
HSB/HSV 38° 35.96% 69.80%
CMYK 0.00% 13.48% 35.96%
30.20%

Color #B29A72 in popluar number systems.

HEX B2 9A 72
Decimal 178 154 114
Binary 10110010 10011010 1110010
Octal 262 232 162

Shades and tints

Shades of #B29A72

#B29A72
(178,154,114)
#A28C68
(162,140,104)
#927E5E
(146,126,94)
#827054
(130,112,84)
#72624A
(114,98,74)
#625440
(98,84,64)
#524636
(82,70,54)
#42382C
(66,56,44)
#322A22
(50,42,34)
#221C18
(34,28,24)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #B29A72

#B29A72
(178,154,114)
#B9A37E
(185,163,126)
#C0AC8A
(192,172,138)
#C7B596
(199,181,150)
#CEBEA2
(206,190,162)
#D5C7AE
(213,199,174)
#DCD0BA
(220,208,186)
#E3D9C6
(227,217,198)
#EAE2D2
(234,226,210)
#F1EBDE
(241,235,222)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B29A72; }

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

This text font color is #B29A72.

Background Color

.myBgColor { background-color: #B29A72; }

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

This div background color is #B29A72.

Border color

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

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

This div border color is #B29A72.

Opacity

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

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

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

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

This text has shadow with #B29A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29A72.

Preview

Color preview on black background

This text has color #B29A72 on black background.


Color preview on white background

This text has color #B29A72 on white background.


Black color preview on #B29A72 background

This text has black color on #B29A72 background.


White color preview on #B29A72 background

This text has white color on #B29A72 background.


Related colors

Complementary color

Complementary color for #hex is #4D658D.


I love getcolorcode.com

Triadic colors

1 #72B29A and #9A72B2 with #B29A72 are triadic colors.

2 #729AB2 and #9AB272 with #B29A72 are triadic colors.