COLOR #B99E5C

HEX: #B99E5C
RGB: (185,158,92)

Color info

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

RGB color model

#B99E5C color RGB value is (185,158,92).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 92 of 255 = 36%

185
158
92

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

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 92 = 435 (100%)
R 185 of 435 ~ 42.53%
G 158 of 435 ~ 36.32%
B 92 of 435 ~ 21.15%

%42.53
%36.32
%21.15

CMYK color model

#B99E5C color CMYK value is (0,15,50,27).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 50.27%
  • key color value is 27.45%
CMYK:
(0,15,50,27)
C0M15Y50K27 
(0%,15%,50%,27%)
(0.00/0.15/0.50/0.27)	

CMYK percentages

%0
%14.59
%50.27
%27.45

Codes

Color #B99E5C in popluar color models

B99E5C
RGB18515892
HSL43°39.91%54.31%
HSB/HSV43°50.27%72.55%
CMYK0.00%14.59%50.27%
27.45%

Color #B99E5C in popluar number systems.

HEXB99E5C
Decimal18515892
Binary10111001100111101011100
Octal271236134

Shades and tints

Shades of #B99E5C

#B99E5C
(185,158,92)
#A99054
(169,144,84)
#99824C
(153,130,76)
#897444
(137,116,68)
#79663C
(121,102,60)
#695834
(105,88,52)
#594A2C
(89,74,44)
#493C24
(73,60,36)
#392E1C
(57,46,28)
#292014
(41,32,20)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #B99E5C

#B99E5C
(185,158,92)
#BFA66A
(191,166,106)
#C5AE78
(197,174,120)
#CBB686
(203,182,134)
#D1BE94
(209,190,148)
#D7C6A2
(215,198,162)
#DDCEB0
(221,206,176)
#E3D6BE
(227,214,190)
#E9DECC
(233,222,204)
#EFE6DA
(239,230,218)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99E5C; }

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

This text font color is #B99E5C.


Background Color

.myBgColor { background-color: #B99E5C; }

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

This div background color is #B99E5C.


Border color

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

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

This div border color is #B99E5C.


Opacity

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

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

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

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

This text has shadow with #B99E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99E5C on black background.


Color preview on white background

This text has color #B99E5C on white background.



Black color preview on #B99E5C background

This text has black color on #B99E5C background.


White color preview on #B99E5C background

This text has white color on #B99E5C background.