COLOR #B99673

HEX: #B99673 RGB: (185,150,115)

Color info

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

RGB color model

#B99673 color RGB value is (185,150,115).

RGB: (185,150,115) (73%, 59%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 150 of 255 = 59%
B 115 of 255 = 45%

185
150
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 150 + 115 = 450 (100%)
R 185 of 450 ~ 41.11%
G 150 of 450 ~ 33.33%
B 115 of 450 ~ 25.56'%

%41.11
%33.33
%25.56

CMYK color model

#B99673 color CMYK value is (0,19,38,27).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 37.84%
  • key color value is 27.45%

CMYK: (0,19,38,27)
C0M19Y38K27 (0%, 19%, 38%, 27%)
(0.00 / 0.19 / 0.38 / 0.27)

CMYK percentages

%0
%18.92
%37.84
%27.45

Codes

Color #B99673 in popluar color models

B9 96 73
RGB 185 150 115
HSL 30° 33.33% 58.82%
HSB/HSV 30° 37.84% 72.55%
CMYK 0.00% 18.92% 37.84%
27.45%

Color #B99673 in popluar number systems.

HEX B9 96 73
Decimal 185 150 115
Binary 10111001 10010110 1110011
Octal 271 226 163

Shades and tints

Shades of #B99673

#B99673
(185,150,115)
#A98969
(169,137,105)
#997C5F
(153,124,95)
#896F55
(137,111,85)
#79624B
(121,98,75)
#695541
(105,85,65)
#594837
(89,72,55)
#493B2D
(73,59,45)
#392E23
(57,46,35)
#292119
(41,33,25)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B99673

#B99673
(185,150,115)
#BF9F7F
(191,159,127)
#C5A88B
(197,168,139)
#CBB197
(203,177,151)
#D1BAA3
(209,186,163)
#D7C3AF
(215,195,175)
#DDCCBB
(221,204,187)
#E3D5C7
(227,213,199)
#E9DED3
(233,222,211)
#EFE7DF
(239,231,223)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99673 color. Also use rgb(185,150,115) instead hex code.

Text Font Color

.myTextColor { color: #B99673; }

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

This text font color is #B99673.

Background Color

.myBgColor { background-color: #B99673; }

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

This div background color is #B99673.

Border color

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

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

This div border color is #B99673.

Opacity

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

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

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

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

This text has shadow with #B99673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99673.

Preview

Color preview on black background

This text has color #B99673 on black background.


Color preview on white background

This text has color #B99673 on white background.


Black color preview on #B99673 background

This text has black color on #B99673 background.


White color preview on #B99673 background

This text has white color on #B99673 background.


Related colors

Complementary color

Complementary color for #hex is #46698C.


I love getcolorcode.com

Triadic colors

1 #73B996 and #9673B9 with #B99673 are triadic colors.

2 #7396B9 and #96B973 with #B99673 are triadic colors.