COLOR #B2966E

HEX: #B2966E RGB: (178,150,110)

Color info

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

RGB color model

#B2966E color RGB value is (178,150,110).

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

RGB channels and saturation

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

178
150
110

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

Portions of RGB colors in percentages

R + G + B = 178 + 150 + 110 = 438 (100%)
R 178 of 438 ~ 40.64%
G 150 of 438 ~ 34.25%
B 110 of 438 ~ 25.11'%

%40.64
%34.25
%25.11

CMYK color model

#B2966E color CMYK value is (0,16,38,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK: (0,16,38,30) C0M16Y38K30 (0%,16%,38%,30%) (0.00/0.16/0.38/0.30) 

CMYK percentages

%0
%15.73
%38.2
%30.2

Codes

Color #B2966E in popluar color models

B2 96 6E
RGB 178 150 110
HSL 35° 30.63% 56.47%
HSB/HSV 35° 38.20% 69.80%
CMYK 0.00% 15.73% 38.20%
30.20%

Color #B2966E in popluar number systems.

HEX B2 96 6E
Decimal 178 150 110
Binary 10110010 10010110 1101110
Octal 262 226 156

Shades and tints

Shades of #B2966E

#B2966E
(178,150,110)
#A28964
(162,137,100)
#927C5A
(146,124,90)
#826F50
(130,111,80)
#726246
(114,98,70)
#62553C
(98,85,60)
#524832
(82,72,50)
#423B28
(66,59,40)
#322E1E
(50,46,30)
#222114
(34,33,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #B2966E

#B2966E
(178,150,110)
#B99F7B
(185,159,123)
#C0A888
(192,168,136)
#C7B195
(199,177,149)
#CEBAA2
(206,186,162)
#D5C3AF
(213,195,175)
#DCCCBC
(220,204,188)
#E3D5C9
(227,213,201)
#EADED6
(234,222,214)
#F1E7E3
(241,231,227)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2966E; }

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

This text font color is #B2966E.

Background Color

.myBgColor { background-color: #B2966E; }

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

This div background color is #B2966E.

Border color

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

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

This div border color is #B2966E.

Opacity

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

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

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

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

This text has shadow with #B2966E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2966E.

Preview

Color preview on black background

This text has color #B2966E on black background.


Color preview on white background

This text has color #B2966E on white background.


Black color preview on #B2966E background

This text has black color on #B2966E background.


White color preview on #B2966E background

This text has white color on #B2966E background.


Related colors

Complementary color

Complementary color for #hex is #4D6991.


I love getcolorcode.com

Triadic colors

1 #6EB296 and #966EB2 with #B2966E are triadic colors.

2 #6E96B2 and #96B26E with #B2966E are triadic colors.