COLOR #B2946B

HEX: #B2946B RGB: (178,148,107)

Color info

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

RGB color model

#B2946B color RGB value is (178,148,107).

RGB: (178,148,107) (70%, 58%, 42%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 107 of 255 = 42%

178
148
107

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

Portions of RGB colors in percentages

R + G + B = 178 + 148 + 107 = 433 (100%)
R 178 of 433 ~ 41.11%
G 148 of 433 ~ 34.18%
B 107 of 433 ~ 24.71'%

%41.11
%34.18
%24.71

CMYK color model

#B2946B color CMYK value is (0,17,40,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 39.89%
  • key color value is 30.20%

CMYK: (0,17,40,30)
C0M17Y40K30 (0%, 17%, 40%, 30%)
(0.00 / 0.17 / 0.40 / 0.30)

CMYK percentages

%0
%16.85
%39.89
%30.2

Codes

Color #B2946B in popluar color models

B2 94 6B
RGB 178 148 107
HSL 35° 31.56% 55.88%
HSB/HSV 35° 39.89% 69.80%
CMYK 0.00% 16.85% 39.89%
30.20%

Color #B2946B in popluar number systems.

HEX B2 94 6B
Decimal 178 148 107
Binary 10110010 10010100 1101011
Octal 262 224 153

Shades and tints

Shades of #B2946B

#B2946B
(178,148,107)
#A28762
(162,135,98)
#927A59
(146,122,89)
#826D50
(130,109,80)
#726047
(114,96,71)
#62533E
(98,83,62)
#524635
(82,70,53)
#42392C
(66,57,44)
#322C23
(50,44,35)
#221F1A
(34,31,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B2946B

#B2946B
(178,148,107)
#B99D78
(185,157,120)
#C0A685
(192,166,133)
#C7AF92
(199,175,146)
#CEB89F
(206,184,159)
#D5C1AC
(213,193,172)
#DCCAB9
(220,202,185)
#E3D3C6
(227,211,198)
#EADCD3
(234,220,211)
#F1E5E0
(241,229,224)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2946B color. Also use rgb(178,148,107) instead hex code.

Text Font Color

.myTextColor { color: #B2946B; }

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

This text font color is #B2946B.

Background Color

.myBgColor { background-color: #B2946B; }

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

This div background color is #B2946B.

Border color

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

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

This div border color is #B2946B.

Opacity

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

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

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

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

This text has shadow with #B2946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2946B.

Preview

Color preview on black background

This text has color #B2946B on black background.


Color preview on white background

This text has color #B2946B on white background.


Black color preview on #B2946B background

This text has black color on #B2946B background.


White color preview on #B2946B background

This text has white color on #B2946B background.


Related colors

Complementary color

Complementary color for #hex is #4D6B94.


I love getcolorcode.com

Triadic colors

1 #6BB294 and #946BB2 with #B2946B are triadic colors.

2 #6B94B2 and #94B26B with #B2946B are triadic colors.