COLOR #B99F71

HEX: #B99F71
RGB: (185,159,113)

Color info

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

RGB color model

#B99F71 color RGB value is (185,159,113).

  • red value is 185;
  • green value is 159;
  • blue value is 113.
RGB:
(185,159,113)
(73%,62%,44%)

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 113 of 255 = 44%

185
159
113

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

Portions of RGB colors in percentages

R + G + B =
185 + 159 + 113 = 457 (100%)
R 185 of 457 ~ 40.48%
G 159 of 457 ~ 34.79%
B 113 of 457 ~ 24.73%

%40.48
%34.79
%24.73

CMYK color model

#B99F71 color CMYK value is (0,14,39,27).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(0,14,39,27)
C0M14Y39K27 
(0%,14%,39%,27%)
(0.00/0.14/0.39/0.27)	

CMYK percentages

%0
%14.05
%38.92
%27.45

Codes

Color #B99F71 in popluar color models

B99F71
RGB185159113
HSL38°33.96%58.43%
HSB/HSV38°38.92%72.55%
CMYK0.00%14.05%38.92%
27.45%

Color #B99F71 in popluar number systems.

HEXB99F71
Decimal185159113
Binary10111001100111111110001
Octal271237161

Shades and tints

Shades of #B99F71

#B99F71
(185,159,113)
#A99167
(169,145,103)
#99835D
(153,131,93)
#897553
(137,117,83)
#796749
(121,103,73)
#69593F
(105,89,63)
#594B35
(89,75,53)
#493D2B
(73,61,43)
#392F21
(57,47,33)
#292117
(41,33,23)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #B99F71

#B99F71
(185,159,113)
#BFA77D
(191,167,125)
#C5AF89
(197,175,137)
#CBB795
(203,183,149)
#D1BFA1
(209,191,161)
#D7C7AD
(215,199,173)
#DDCFB9
(221,207,185)
#E3D7C5
(227,215,197)
#E9DFD1
(233,223,209)
#EFE7DD
(239,231,221)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99F71 color. Also use rgb(185,159,113) instead hex code.

Text Font Color

.myTextColor { color: #B99F71; }

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

This text font color is #B99F71.


Background Color

.myBgColor { background-color: #B99F71; }

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

This div background color is #B99F71.


Border color

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

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

This div border color is #B99F71.


Opacity

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

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

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

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

This text has shadow with #B99F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99F71 on black background.


Color preview on white background

This text has color #B99F71 on white background.



Black color preview on #B99F71 background

This text has black color on #B99F71 background.


White color preview on #B99F71 background

This text has white color on #B99F71 background.