COLOR #B99376

HEX: #B99376 RGB: (185,147,118)

Color info

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

RGB color model

#B99376 color RGB value is (185,147,118).

RGB: (185,147,118) (73%, 58%, 46%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 118 of 255 = 46%

185
147
118

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 118 = 450 (100%)
R 185 of 450 ~ 41.11%
G 147 of 450 ~ 32.67%
B 118 of 450 ~ 26.22'%

%41.11
%32.67
%26.22

CMYK color model

#B99376 color CMYK value is (0,21,36,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 36.22%
  • key color value is 27.45%

CMYK: (0,21,36,27)
C0M21Y36K27 (0%, 21%, 36%, 27%)
(0.00 / 0.21 / 0.36 / 0.27)

CMYK percentages

%0
%20.54
%36.22
%27.45

Codes

Color #B99376 in popluar color models

B9 93 76
RGB 185 147 118
HSL 26° 32.37% 59.41%
HSB/HSV 26° 36.22% 72.55%
CMYK 0.00% 20.54% 36.22%
27.45%

Color #B99376 in popluar number systems.

HEX B9 93 76
Decimal 185 147 118
Binary 10111001 10010011 1110110
Octal 271 223 166

Shades and tints

Shades of #B99376

#B99376
(185,147,118)
#A9866C
(169,134,108)
#997962
(153,121,98)
#896C58
(137,108,88)
#795F4E
(121,95,78)
#695244
(105,82,68)
#59453A
(89,69,58)
#493830
(73,56,48)
#392B26
(57,43,38)
#291E1C
(41,30,28)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B99376

#B99376
(185,147,118)
#BF9C82
(191,156,130)
#C5A58E
(197,165,142)
#CBAE9A
(203,174,154)
#D1B7A6
(209,183,166)
#D7C0B2
(215,192,178)
#DDC9BE
(221,201,190)
#E3D2CA
(227,210,202)
#E9DBD6
(233,219,214)
#EFE4E2
(239,228,226)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99376 color. Also use rgb(185,147,118) instead hex code.

Text Font Color

.myTextColor { color: #B99376; }

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

This text font color is #B99376.

Background Color

.myBgColor { background-color: #B99376; }

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

This div background color is #B99376.

Border color

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

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

This div border color is #B99376.

Opacity

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

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

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

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

This text has shadow with #B99376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99376.

Preview

Color preview on black background

This text has color #B99376 on black background.


Color preview on white background

This text has color #B99376 on white background.


Black color preview on #B99376 background

This text has black color on #B99376 background.


White color preview on #B99376 background

This text has white color on #B99376 background.


Related colors

Complementary color

Complementary color for #hex is #466C89.


I love getcolorcode.com

Triadic colors

1 #76B993 and #9376B9 with #B99376 are triadic colors.

2 #7693B9 and #93B976 with #B99376 are triadic colors.