COLOR #B99C50

HEX: #B99C50
RGB: (185,156,80)

Color info

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

RGB color model

#B99C50 color RGB value is (185,156,80).

  • red value is 185;
  • green value is 156;
  • blue value is 80.
RGB:
(185,156,80)
(73%,61%,31%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 80 of 255 = 31%

185
156
80

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

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 80 = 421 (100%)
R 185 of 421 ~ 43.94%
G 156 of 421 ~ 37.05%
B 80 of 421 ~ 19%

%43.94
%37.05
%19

CMYK color model

#B99C50 color CMYK value is (0,16,57,27).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 56.76%
  • key color value is 27.45%
CMYK:
(0,16,57,27)
C0M16Y57K27 
(0%,16%,57%,27%)
(0.00/0.16/0.57/0.27)	

CMYK percentages

%0
%15.68
%56.76
%27.45

Codes

Color #B99C50 in popluar color models

B99C50
RGB18515680
HSL43°42.86%51.96%
HSB/HSV43°56.76%72.55%
CMYK0.00%15.68%56.76%
27.45%

Color #B99C50 in popluar number systems.

HEXB99C50
Decimal18515680
Binary10111001100111001010000
Octal271234120

Shades and tints

Shades of #B99C50

#B99C50
(185,156,80)
#A98E49
(169,142,73)
#998042
(153,128,66)
#89723B
(137,114,59)
#796434
(121,100,52)
#69562D
(105,86,45)
#594826
(89,72,38)
#493A1F
(73,58,31)
#392C18
(57,44,24)
#291E11
(41,30,17)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #B99C50

#B99C50
(185,156,80)
#BFA55F
(191,165,95)
#C5AE6E
(197,174,110)
#CBB77D
(203,183,125)
#D1C08C
(209,192,140)
#D7C99B
(215,201,155)
#DDD2AA
(221,210,170)
#E3DBB9
(227,219,185)
#E9E4C8
(233,228,200)
#EFEDD7
(239,237,215)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99C50 color. Also use rgb(185,156,80) instead hex code.

Text Font Color

.myTextColor { color: #B99C50; }

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

This text font color is #B99C50.


Background Color

.myBgColor { background-color: #B99C50; }

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

This div background color is #B99C50.


Border color

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

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

This div border color is #B99C50.


Opacity

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

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

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

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

This text has shadow with #B99C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99C50 on black background.


Color preview on white background

This text has color #B99C50 on white background.



Black color preview on #B99C50 background

This text has black color on #B99C50 background.


White color preview on #B99C50 background

This text has white color on #B99C50 background.