COLOR #B2956D

HEX: #B2956D RGB: (178,149,109)

Color info

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

RGB color model

#B2956D color RGB value is (178,149,109).

RGB: (178,149,109) (70%, 58%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 109 of 255 = 43%

178
149
109

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

Portions of RGB colors in percentages

R + G + B = 178 + 149 + 109 = 436 (100%)
R 178 of 436 ~ 40.83%
G 149 of 436 ~ 34.17%
B 109 of 436 ~ 25'%

%40.83
%34.17
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.29%
  • 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
%16.29
%38.76
%30.2

Codes

Color #B2956D in popluar color models

B2 95 6D
RGB 178 149 109
HSL 35° 30.94% 56.27%
HSB/HSV 35° 38.76% 69.80%
CMYK 0.00% 16.29% 38.76%
30.20%

Color #B2956D in popluar number systems.

HEX B2 95 6D
Decimal 178 149 109
Binary 10110010 10010101 1101101
Octal 262 225 155

Shades and tints

Shades of #B2956D

#B2956D
(178,149,109)
#A28864
(162,136,100)
#927B5B
(146,123,91)
#826E52
(130,110,82)
#726149
(114,97,73)
#625440
(98,84,64)
#524737
(82,71,55)
#423A2E
(66,58,46)
#322D25
(50,45,37)
#22201C
(34,32,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #B2956D

#B2956D
(178,149,109)
#B99E7A
(185,158,122)
#C0A787
(192,167,135)
#C7B094
(199,176,148)
#CEB9A1
(206,185,161)
#D5C2AE
(213,194,174)
#DCCBBB
(220,203,187)
#E3D4C8
(227,212,200)
#EADDD5
(234,221,213)
#F1E6E2
(241,230,226)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2956D; }

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

This text font color is #B2956D.

Background Color

.myBgColor { background-color: #B2956D; }

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

This div background color is #B2956D.

Border color

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

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

This div border color is #B2956D.

Opacity

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

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

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

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

This text has shadow with #B2956D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2956D.

Preview

Color preview on black background

This text has color #B2956D on black background.


Color preview on white background

This text has color #B2956D on white background.


Black color preview on #B2956D background

This text has black color on #B2956D background.


White color preview on #B2956D background

This text has white color on #B2956D background.


Related colors

Complementary color

Complementary color for #hex is #4D6A92.


I love getcolorcode.com

Triadic colors

1 #6DB295 and #956DB2 with #B2956D are triadic colors.

2 #6D95B2 and #95B26D with #B2956D are triadic colors.