COLOR #B99E57

HEX: #B99E57
RGB: (185,158,87)

Color info

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

RGB color model

#B99E57 color RGB value is (185,158,87).

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

RGB channels and saturation

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

185
158
87

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

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 87 = 430 (100%)
R 185 of 430 ~ 43.02%
G 158 of 430 ~ 36.74%
B 87 of 430 ~ 20.23%

%43.02
%36.74
%20.23

CMYK color model

#B99E57 color CMYK value is (0,15,53,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 52.97%
  • key color value is 27.45%
CMYK:
(0,15,53,27)
C0M15Y53K27 
(0%,15%,53%,27%)
(0.00/0.15/0.53/0.27)	

CMYK percentages

%0
%14.59
%52.97
%27.45

Codes

Color #B99E57 in popluar color models

B99E57
RGB18515887
HSL43°41.18%53.33%
HSB/HSV43°52.97%72.55%
CMYK0.00%14.59%52.97%
27.45%

Color #B99E57 in popluar number systems.

HEXB99E57
Decimal18515887
Binary10111001100111101010111
Octal271236127

Shades and tints

Shades of #B99E57

#B99E57
(185,158,87)
#A99050
(169,144,80)
#998249
(153,130,73)
#897442
(137,116,66)
#79663B
(121,102,59)
#695834
(105,88,52)
#594A2D
(89,74,45)
#493C26
(73,60,38)
#392E1F
(57,46,31)
#292018
(41,32,24)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #B99E57

#B99E57
(185,158,87)
#BFA666
(191,166,102)
#C5AE75
(197,174,117)
#CBB684
(203,182,132)
#D1BE93
(209,190,147)
#D7C6A2
(215,198,162)
#DDCEB1
(221,206,177)
#E3D6C0
(227,214,192)
#E9DECF
(233,222,207)
#EFE6DE
(239,230,222)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99E57; }

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

This text font color is #B99E57.


Background Color

.myBgColor { background-color: #B99E57; }

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

This div background color is #B99E57.


Border color

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

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

This div border color is #B99E57.


Opacity

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

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

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

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

This text has shadow with #B99E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99E57 on black background.


Color preview on white background

This text has color #B99E57 on white background.



Black color preview on #B99E57 background

This text has black color on #B99E57 background.


White color preview on #B99E57 background

This text has white color on #B99E57 background.