COLOR #B99B5E

HEX: #B99B5E
RGB: (185,155,94)

Color info

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

RGB color model

#B99B5E color RGB value is (185,155,94).

  • red value is 185;
  • green value is 155;
  • blue value is 94.
RGB:
(185,155,94)
(73%,61%,37%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 94 of 255 = 37%

185
155
94

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

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 94 = 434 (100%)
R 185 of 434 ~ 42.63%
G 155 of 434 ~ 35.71%
B 94 of 434 ~ 21.66%

%42.63
%35.71
%21.66

CMYK color model

#B99B5E color CMYK value is (0,16,49,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(0,16,49,27)
C0M16Y49K27 
(0%,16%,49%,27%)
(0.00/0.16/0.49/0.27)	

CMYK percentages

%0
%16.22
%49.19
%27.45

Codes

Color #B99B5E in popluar color models

B99B5E
RGB18515594
HSL40°39.39%54.71%
HSB/HSV40°49.19%72.55%
CMYK0.00%16.22%49.19%
27.45%

Color #B99B5E in popluar number systems.

HEXB99B5E
Decimal18515594
Binary10111001100110111011110
Octal271233136

Shades and tints

Shades of #B99B5E

#B99B5E
(185,155,94)
#A98D56
(169,141,86)
#997F4E
(153,127,78)
#897146
(137,113,70)
#79633E
(121,99,62)
#695536
(105,85,54)
#59472E
(89,71,46)
#493926
(73,57,38)
#392B1E
(57,43,30)
#291D16
(41,29,22)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #B99B5E

#B99B5E
(185,155,94)
#BFA46C
(191,164,108)
#C5AD7A
(197,173,122)
#CBB688
(203,182,136)
#D1BF96
(209,191,150)
#D7C8A4
(215,200,164)
#DDD1B2
(221,209,178)
#E3DAC0
(227,218,192)
#E9E3CE
(233,227,206)
#EFECDC
(239,236,220)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99B5E; }

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

This text font color is #B99B5E.


Background Color

.myBgColor { background-color: #B99B5E; }

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

This div background color is #B99B5E.


Border color

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

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

This div border color is #B99B5E.


Opacity

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

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

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

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

This text has shadow with #B99B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99B5E on black background.


Color preview on white background

This text has color #B99B5E on white background.



Black color preview on #B99B5E background

This text has black color on #B99B5E background.


White color preview on #B99B5E background

This text has white color on #B99B5E background.