COLOR #B99F57

HEX: #B99F57
RGB: (185,159,87)

Color info

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

RGB color model

#B99F57 color RGB value is (185,159,87).

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

RGB channels and saturation

R 185 of 255 = 73%
G 159 of 255 = 62%
B 87 of 255 = 34%

185
159
87

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

Portions of RGB colors in percentages

R + G + B =
185 + 159 + 87 = 431 (100%)
R 185 of 431 ~ 42.92%
G 159 of 431 ~ 36.89%
B 87 of 431 ~ 20.19%

%42.92
%36.89
%20.19

CMYK color model

#B99F57 color CMYK value is (0,14,53,27).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 52.97%
  • key color value is 27.45%
CMYK:
(0,14,53,27)
C0M14Y53K27 
(0%,14%,53%,27%)
(0.00/0.14/0.53/0.27)	

CMYK percentages

%0
%14.05
%52.97
%27.45

Codes

Color #B99F57 in popluar color models

B99F57
RGB18515987
HSL44°41.18%53.33%
HSB/HSV44°52.97%72.55%
CMYK0.00%14.05%52.97%
27.45%

Color #B99F57 in popluar number systems.

HEXB99F57
Decimal18515987
Binary10111001100111111010111
Octal271237127

Shades and tints

Shades of #B99F57

#B99F57
(185,159,87)
#A99150
(169,145,80)
#998349
(153,131,73)
#897542
(137,117,66)
#79673B
(121,103,59)
#695934
(105,89,52)
#594B2D
(89,75,45)
#493D26
(73,61,38)
#392F1F
(57,47,31)
#292118
(41,33,24)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B99F57

#B99F57
(185,159,87)
#BFA766
(191,167,102)
#C5AF75
(197,175,117)
#CBB784
(203,183,132)
#D1BF93
(209,191,147)
#D7C7A2
(215,199,162)
#DDCFB1
(221,207,177)
#E3D7C0
(227,215,192)
#E9DFCF
(233,223,207)
#EFE7DE
(239,231,222)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99F57; }

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

This text font color is #B99F57.


Background Color

.myBgColor { background-color: #B99F57; }

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

This div background color is #B99F57.


Border color

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

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

This div border color is #B99F57.


Opacity

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

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

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

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

This text has shadow with #B99F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99F57 on black background.


Color preview on white background

This text has color #B99F57 on white background.



Black color preview on #B99F57 background

This text has black color on #B99F57 background.


White color preview on #B99F57 background

This text has white color on #B99F57 background.