COLOR #B29960

HEX: #B29960 RGB: (178,153,96)

Color info

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

RGB color model

#B29960 color RGB value is (178,153,96).

RGB: (178,153,96) (70%, 60%, 38%)

RGB channels and saturation

R 178 of 255 = 70%
G 153 of 255 = 60%
B 96 of 255 = 38%

178
153
96

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

Portions of RGB colors in percentages

R + G + B = 178 + 153 + 96 = 427 (100%)
R 178 of 427 ~ 41.69%
G 153 of 427 ~ 35.83%
B 96 of 427 ~ 22.48'%

%41.69
%35.83
%22.48

CMYK color model

#B29960 color CMYK value is (0,14,46,30).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 46.07%
  • key color value is 30.20%

CMYK: (0,14,46,30)
C0M14Y46K30 (0%, 14%, 46%, 30%)
(0.00 / 0.14 / 0.46 / 0.30)

CMYK percentages

%0
%14.04
%46.07
%30.2

Codes

Color #B29960 in popluar color models

B2 99 60
RGB 178 153 96
HSL 42° 34.75% 53.73%
HSB/HSV 42° 46.07% 69.80%
CMYK 0.00% 14.04% 46.07%
30.20%

Color #B29960 in popluar number systems.

HEX B2 99 60
Decimal 178 153 96
Binary 10110010 10011001 1100000
Octal 262 231 140

Shades and tints

Shades of #B29960

#B29960
(178,153,96)
#A28C58
(162,140,88)
#927F50
(146,127,80)
#827248
(130,114,72)
#726540
(114,101,64)
#625838
(98,88,56)
#524B30
(82,75,48)
#423E28
(66,62,40)
#323120
(50,49,32)
#222418
(34,36,24)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #B29960

#B29960
(178,153,96)
#B9A26E
(185,162,110)
#C0AB7C
(192,171,124)
#C7B48A
(199,180,138)
#CEBD98
(206,189,152)
#D5C6A6
(213,198,166)
#DCCFB4
(220,207,180)
#E3D8C2
(227,216,194)
#EAE1D0
(234,225,208)
#F1EADE
(241,234,222)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B29960 color. Also use rgb(178,153,96) instead hex code.

Text Font Color

.myTextColor { color: #B29960; }

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

This text font color is #B29960.

Background Color

.myBgColor { background-color: #B29960; }

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

This div background color is #B29960.

Border color

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

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

This div border color is #B29960.

Opacity

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

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

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

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

This text has shadow with #B29960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B29960.

Preview

Color preview on black background

This text has color #B29960 on black background.


Color preview on white background

This text has color #B29960 on white background.


Black color preview on #B29960 background

This text has black color on #B29960 background.


White color preview on #B29960 background

This text has white color on #B29960 background.


Related colors

Complementary color

Complementary color for #hex is #4D669F.


I love getcolorcode.com

Triadic colors

1 #60B299 and #9960B2 with #B29960 are triadic colors.

2 #6099B2 and #99B260 with #B29960 are triadic colors.