COLOR #B2966D

HEX: #B2966D RGB: (178,150,109)

Color info

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

RGB color model

#B2966D color RGB value is (178,150,109).

RGB: (178,150,109) (70%, 59%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 109 of 255 = 43%

178
150
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 150 + 109 = 437 (100%)
R 178 of 437 ~ 40.73%
G 150 of 437 ~ 34.32%
B 109 of 437 ~ 24.94'%

%40.73
%34.32
%24.94

CMYK color model

#B2966D color CMYK value is (0,16,39,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 38.76%
  • key color value is 30.20%

CMYK: (0,16,39,30)
C0M16Y39K30 (0%, 16%, 39%, 30%)
(0.00 / 0.16 / 0.39 / 0.30)

CMYK percentages

%0
%15.73
%38.76
%30.2

Codes

Color #B2966D in popluar color models

B2 96 6D
RGB 178 150 109
HSL 36° 30.94% 56.27%
HSB/HSV 36° 38.76% 69.80%
CMYK 0.00% 15.73% 38.76%
30.20%

Color #B2966D in popluar number systems.

HEX B2 96 6D
Decimal 178 150 109
Binary 10110010 10010110 1101101
Octal 262 226 155

Shades and tints

Shades of #B2966D

#B2966D
(178,150,109)
#A28964
(162,137,100)
#927C5B
(146,124,91)
#826F52
(130,111,82)
#726249
(114,98,73)
#625540
(98,85,64)
#524837
(82,72,55)
#423B2E
(66,59,46)
#322E25
(50,46,37)
#22211C
(34,33,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #B2966D

#B2966D
(178,150,109)
#B99F7A
(185,159,122)
#C0A887
(192,168,135)
#C7B194
(199,177,148)
#CEBAA1
(206,186,161)
#D5C3AE
(213,195,174)
#DCCCBB
(220,204,187)
#E3D5C8
(227,213,200)
#EADED5
(234,222,213)
#F1E7E2
(241,231,226)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2966D; }

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

This text font color is #B2966D.

Background Color

.myBgColor { background-color: #B2966D; }

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

This div background color is #B2966D.

Border color

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

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

This div border color is #B2966D.

Opacity

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

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

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

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

This text has shadow with #B2966D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2966D.

Preview

Color preview on black background

This text has color #B2966D on black background.


Color preview on white background

This text has color #B2966D on white background.


Black color preview on #B2966D background

This text has black color on #B2966D background.


White color preview on #B2966D background

This text has white color on #B2966D background.


Related colors

Complementary color

Complementary color for #hex is #4D6992.


I love getcolorcode.com

Triadic colors

1 #6DB296 and #966DB2 with #B2966D are triadic colors.

2 #6D96B2 and #96B26D with #B2966D are triadic colors.