COLOR #B9956B

HEX: #B9956B RGB: (185,149,107)

Color info

#B9956B contains mainly red and green colors. Web safe color of #B9956B is #CC9966 (or #C96).

RGB color model

#B9956B color RGB value is (185,149,107).

RGB: (185,149,107) (73%, 58%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 107 of 255 = 42%

185
149
107

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

Portions of RGB colors in percentages

R + G + B = 185 + 149 + 107 = 441 (100%)
R 185 of 441 ~ 41.95%
G 149 of 441 ~ 33.79%
B 107 of 441 ~ 24.26'%

%41.95
%33.79
%24.26

CMYK color model

#B9956B color CMYK value is (0,19,42,27).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 42.16%
  • key color value is 27.45%

CMYK: (0,19,42,27)
C0M19Y42K27 (0%, 19%, 42%, 27%)
(0.00 / 0.19 / 0.42 / 0.27)

CMYK percentages

%0
%19.46
%42.16
%27.45

Codes

Color #B9956B in popluar color models

B9 95 6B
RGB 185 149 107
HSL 32° 35.78% 57.25%
HSB/HSV 32° 42.16% 72.55%
CMYK 0.00% 19.46% 42.16%
27.45%

Color #B9956B in popluar number systems.

HEX B9 95 6B
Decimal 185 149 107
Binary 10111001 10010101 1101011
Octal 271 225 153

Shades and tints

Shades of #B9956B

#B9956B
(185,149,107)
#A98862
(169,136,98)
#997B59
(153,123,89)
#896E50
(137,110,80)
#796147
(121,97,71)
#69543E
(105,84,62)
#594735
(89,71,53)
#493A2C
(73,58,44)
#392D23
(57,45,35)
#29201A
(41,32,26)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B9956B

#B9956B
(185,149,107)
#BF9E78
(191,158,120)
#C5A785
(197,167,133)
#CBB092
(203,176,146)
#D1B99F
(209,185,159)
#D7C2AC
(215,194,172)
#DDCBB9
(221,203,185)
#E3D4C6
(227,212,198)
#E9DDD3
(233,221,211)
#EFE6E0
(239,230,224)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9956B color. Also use rgb(185,149,107) instead hex code.

Text Font Color

.myTextColor { color: #B9956B; }

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

This text font color is #B9956B.

Background Color

.myBgColor { background-color: #B9956B; }

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

This div background color is #B9956B.

Border color

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

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

This div border color is #B9956B.

Opacity

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

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

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

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

This text has shadow with #B9956B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9956B.

Preview

Color preview on black background

This text has color #B9956B on black background.


Color preview on white background

This text has color #B9956B on white background.


Black color preview on #B9956B background

This text has black color on #B9956B background.


White color preview on #B9956B background

This text has white color on #B9956B background.


Related colors

Complementary color

Complementary color for #hex is #466A94.


I love getcolorcode.com

Triadic colors

1 #6BB995 and #956BB9 with #B9956B are triadic colors.

2 #6B95B9 and #95B96B with #B9956B are triadic colors.