COLOR #B96D2B

HEX: #B96D2B RGB: (185,109,43)

Color info

#B96D2B contains mainly red color. Web safe color of #B96D2B is #CC6633 (or #C63).

RGB color model

#B96D2B color RGB value is (185,109,43).

RGB: (185,109,43) (73%, 43%, 17%)

RGB channels and saturation

R 185 of 255 = 73%
G 109 of 255 = 43%
B 43 of 255 = 17%

185
109
43

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

Portions of RGB colors in percentages

R + G + B = 185 + 109 + 43 = 337 (100%)
R 185 of 337 ~ 54.9%
G 109 of 337 ~ 32.34%
B 43 of 337 ~ 12.76'%

%54.9
%32.34
%12.76

CMYK color model

#B96D2B color CMYK value is (0,41,77,27).

  • cyan value is 0.00%
  • magenta value is 41.08%
  • yellow value is 76.76%
  • key color value is 27.45%

CMYK: (0,41,77,27)
C0M41Y77K27 (0%, 41%, 77%, 27%)
(0.00 / 0.41 / 0.77 / 0.27)

CMYK percentages

%0
%41.08
%76.76
%27.45

Codes

Color #B96D2B in popluar color models

B9 6D 2B
RGB 185 109 43
HSL 28° 62.28% 44.71%
HSB/HSV 28° 76.76% 72.55%
CMYK 0.00% 41.08% 76.76%
27.45%

Color #B96D2B in popluar number systems.

HEX B9 6D 2B
Decimal 185 109 43
Binary 10111001 1101101 101011
Octal 271 155 53

Shades and tints

Shades of #B96D2B

#B96D2B
(185,109,43)
#A96428
(169,100,40)
#995B25
(153,91,37)
#895222
(137,82,34)
#79491F
(121,73,31)
#69401C
(105,64,28)
#593719
(89,55,25)
#492E16
(73,46,22)
#392513
(57,37,19)
#291C10
(41,28,16)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B96D2B

#B96D2B
(185,109,43)
#BF7A3E
(191,122,62)
#C58751
(197,135,81)
#CB9464
(203,148,100)
#D1A177
(209,161,119)
#D7AE8A
(215,174,138)
#DDBB9D
(221,187,157)
#E3C8B0
(227,200,176)
#E9D5C3
(233,213,195)
#EFE2D6
(239,226,214)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B96D2B color. Also use rgb(185,109,43) instead hex code.

Text Font Color

.myTextColor { color: #B96D2B; }

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

This text font color is #B96D2B.

Background Color

.myBgColor { background-color: #B96D2B; }

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

This div background color is #B96D2B.

Border color

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

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

This div border color is #B96D2B.

Opacity

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

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

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

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

This text has shadow with #B96D2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B96D2B.

Preview

Color preview on black background

This text has color #B96D2B on black background.


Color preview on white background

This text has color #B96D2B on white background.


Black color preview on #B96D2B background

This text has black color on #B96D2B background.


White color preview on #B96D2B background

This text has white color on #B96D2B background.


Related colors

Complementary color

Complementary color for #hex is #4692D4.


I love getcolorcode.com

Triadic colors

1 #2BB96D and #6D2BB9 with #B96D2B are triadic colors.

2 #2B6DB9 and #6DB92B with #B96D2B are triadic colors.