COLOR #B2936B

HEX: #B2936B RGB: (178,147,107)

Color info

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

RGB color model

#B2936B color RGB value is (178,147,107).

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

RGB channels and saturation

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

178
147
107

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

Portions of RGB colors in percentages

R + G + B = 178 + 147 + 107 = 432 (100%)
R 178 of 432 ~ 41.2%
G 147 of 432 ~ 34.03%
B 107 of 432 ~ 24.77'%

%41.2
%34.03
%24.77

CMYK color model

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

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

Codes

Color #B2936B in popluar color models

B2 93 6B
RGB 178 147 107
HSL 34° 31.56% 55.88%
HSB/HSV 34° 39.89% 69.80%
CMYK 0.00% 17.42% 39.89%
30.20%

Color #B2936B in popluar number systems.

HEX B2 93 6B
Decimal 178 147 107
Binary 10110010 10010011 1101011
Octal 262 223 153

Shades and tints

Shades of #B2936B

#B2936B
(178,147,107)
#A28662
(162,134,98)
#927959
(146,121,89)
#826C50
(130,108,80)
#725F47
(114,95,71)
#62523E
(98,82,62)
#524535
(82,69,53)
#42382C
(66,56,44)
#322B23
(50,43,35)
#221E1A
(34,30,26)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #B2936B

#B2936B
(178,147,107)
#B99C78
(185,156,120)
#C0A585
(192,165,133)
#C7AE92
(199,174,146)
#CEB79F
(206,183,159)
#D5C0AC
(213,192,172)
#DCC9B9
(220,201,185)
#E3D2C6
(227,210,198)
#EADBD3
(234,219,211)
#F1E4E0
(241,228,224)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2936B; }

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

This text font color is #B2936B.

Background Color

.myBgColor { background-color: #B2936B; }

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

This div background color is #B2936B.

Border color

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

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

This div border color is #B2936B.

Opacity

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

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

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

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

This text has shadow with #B2936B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2936B.

Preview

Color preview on black background

This text has color #B2936B on black background.


Color preview on white background

This text has color #B2936B on white background.


Black color preview on #B2936B background

This text has black color on #B2936B background.


White color preview on #B2936B background

This text has white color on #B2936B background.


Related colors

Complementary color

Complementary color for #hex is #4D6C94.


I love getcolorcode.com

Triadic colors

1 #6BB293 and #936BB2 with #B2936B are triadic colors.

2 #6B93B2 and #93B26B with #B2936B are triadic colors.