COLOR #B9996D

HEX: #B9996D RGB: (185,153,109)

Color info

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

RGB color model

#B9996D color RGB value is (185,153,109).

RGB: (185,153,109) (73%, 60%, 43%)

RGB channels and saturation

R 185 of 255 = 73%
G 153 of 255 = 60%
B 109 of 255 = 43%

185
153
109

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

Portions of RGB colors in percentages

R + G + B = 185 + 153 + 109 = 447 (100%)
R 185 of 447 ~ 41.39%
G 153 of 447 ~ 34.23%
B 109 of 447 ~ 24.38'%

%41.39
%34.23
%24.38

CMYK color model

#B9996D color CMYK value is (0,17,41,27).

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

CMYK: (0,17,41,27)
C0M17Y41K27 (0%, 17%, 41%, 27%)
(0.00 / 0.17 / 0.41 / 0.27)

CMYK percentages

%0
%17.3
%41.08
%27.45

Codes

Color #B9996D in popluar color models

B9 99 6D
RGB 185 153 109
HSL 35° 35.19% 57.65%
HSB/HSV 35° 41.08% 72.55%
CMYK 0.00% 17.30% 41.08%
27.45%

Color #B9996D in popluar number systems.

HEX B9 99 6D
Decimal 185 153 109
Binary 10111001 10011001 1101101
Octal 271 231 155

Shades and tints

Shades of #B9996D

#B9996D
(185,153,109)
#A98C64
(169,140,100)
#997F5B
(153,127,91)
#897252
(137,114,82)
#796549
(121,101,73)
#695840
(105,88,64)
#594B37
(89,75,55)
#493E2E
(73,62,46)
#393125
(57,49,37)
#29241C
(41,36,28)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9996D

#B9996D
(185,153,109)
#BFA27A
(191,162,122)
#C5AB87
(197,171,135)
#CBB494
(203,180,148)
#D1BDA1
(209,189,161)
#D7C6AE
(215,198,174)
#DDCFBB
(221,207,187)
#E3D8C8
(227,216,200)
#E9E1D5
(233,225,213)
#EFEAE2
(239,234,226)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9996D; }

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

This text font color is #B9996D.

Background Color

.myBgColor { background-color: #B9996D; }

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

This div background color is #B9996D.

Border color

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

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

This div border color is #B9996D.

Opacity

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

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

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

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

This text has shadow with #B9996D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9996D.

Preview

Color preview on black background

This text has color #B9996D on black background.


Color preview on white background

This text has color #B9996D on white background.


Black color preview on #B9996D background

This text has black color on #B9996D background.


White color preview on #B9996D background

This text has white color on #B9996D background.


Related colors

Complementary color

Complementary color for #hex is #466692.


I love getcolorcode.com

Triadic colors

1 #6DB999 and #996DB9 with #B9996D are triadic colors.

2 #6D99B9 and #99B96D with #B9996D are triadic colors.