COLOR #B99B6F

HEX: #B99B6F RGB: (185,155,111)

Color info

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

RGB color model

#B99B6F color RGB value is (185,155,111).

RGB: (185,155,111) (73%, 61%, 44%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 111 of 255 = 44%

185
155
111

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

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 111 = 451 (100%)
R 185 of 451 ~ 41.02%
G 155 of 451 ~ 34.37%
B 111 of 451 ~ 24.61'%

%41.02
%34.37
%24.61

CMYK color model

#B99B6F color CMYK value is (0,16,40,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 40.00%
  • key color value is 27.45%

CMYK: (0,16,40,27)
C0M16Y40K27 (0%, 16%, 40%, 27%)
(0.00 / 0.16 / 0.40 / 0.27)

CMYK percentages

%0
%16.22
%40
%27.45

Codes

Color #B99B6F in popluar color models

B9 9B 6F
RGB 185 155 111
HSL 36° 34.58% 58.04%
HSB/HSV 36° 40.00% 72.55%
CMYK 0.00% 16.22% 40.00%
27.45%

Color #B99B6F in popluar number systems.

HEX B9 9B 6F
Decimal 185 155 111
Binary 10111001 10011011 1101111
Octal 271 233 157

Shades and tints

Shades of #B99B6F

#B99B6F
(185,155,111)
#A98D65
(169,141,101)
#997F5B
(153,127,91)
#897151
(137,113,81)
#796347
(121,99,71)
#69553D
(105,85,61)
#594733
(89,71,51)
#493929
(73,57,41)
#392B1F
(57,43,31)
#291D15
(41,29,21)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #B99B6F

#B99B6F
(185,155,111)
#BFA47C
(191,164,124)
#C5AD89
(197,173,137)
#CBB696
(203,182,150)
#D1BFA3
(209,191,163)
#D7C8B0
(215,200,176)
#DDD1BD
(221,209,189)
#E3DACA
(227,218,202)
#E9E3D7
(233,227,215)
#EFECE4
(239,236,228)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99B6F color. Also use rgb(185,155,111) instead hex code.

Text Font Color

.myTextColor { color: #B99B6F; }

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

This text font color is #B99B6F.

Background Color

.myBgColor { background-color: #B99B6F; }

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

This div background color is #B99B6F.

Border color

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

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

This div border color is #B99B6F.

Opacity

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

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

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

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

This text has shadow with #B99B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99B6F.

Preview

Color preview on black background

This text has color #B99B6F on black background.


Color preview on white background

This text has color #B99B6F on white background.


Black color preview on #B99B6F background

This text has black color on #B99B6F background.


White color preview on #B99B6F background

This text has white color on #B99B6F background.


Related colors

Complementary color

Complementary color for #hex is #466490.


I love getcolorcode.com

Triadic colors

1 #6FB99B and #9B6FB9 with #B99B6F are triadic colors.

2 #6F9BB9 and #9BB96F with #B99B6F are triadic colors.