COLOR #B99D54

HEX: #B99D54
RGB: (185,157,84)

Color info

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

RGB color model

#B99D54 color RGB value is (185,157,84).

  • red value is 185;
  • green value is 157;
  • blue value is 84.
RGB:
(185,157,84)
(73%,62%,33%)

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 84 of 255 = 33%

185
157
84

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 84 = 426 (100%)
R 185 of 426 ~ 43.43%
G 157 of 426 ~ 36.85%
B 84 of 426 ~ 19.72%

%43.43
%36.85
%19.72

CMYK color model

#B99D54 color CMYK value is (0,15,55,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 54.59%
  • key color value is 27.45%
CMYK:
(0,15,55,27)
C0M15Y55K27 
(0%,15%,55%,27%)
(0.00/0.15/0.55/0.27)	

CMYK percentages

%0
%15.14
%54.59
%27.45

Codes

Color #B99D54 in popluar color models

B99D54
RGB18515784
HSL43°41.91%52.75%
HSB/HSV43°54.59%72.55%
CMYK0.00%15.14%54.59%
27.45%

Color #B99D54 in popluar number systems.

HEXB99D54
Decimal18515784
Binary10111001100111011010100
Octal271235124

Shades and tints

Shades of #B99D54

#B99D54
(185,157,84)
#A98F4D
(169,143,77)
#998146
(153,129,70)
#89733F
(137,115,63)
#796538
(121,101,56)
#695731
(105,87,49)
#59492A
(89,73,42)
#493B23
(73,59,35)
#392D1C
(57,45,28)
#291F15
(41,31,21)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #B99D54

#B99D54
(185,157,84)
#BFA563
(191,165,99)
#C5AD72
(197,173,114)
#CBB581
(203,181,129)
#D1BD90
(209,189,144)
#D7C59F
(215,197,159)
#DDCDAE
(221,205,174)
#E3D5BD
(227,213,189)
#E9DDCC
(233,221,204)
#EFE5DB
(239,229,219)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99D54 color. Also use rgb(185,157,84) instead hex code.

Text Font Color

.myTextColor { color: #B99D54; }

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

This text font color is #B99D54.


Background Color

.myBgColor { background-color: #B99D54; }

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

This div background color is #B99D54.


Border color

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

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

This div border color is #B99D54.


Opacity

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

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

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

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

This text has shadow with #B99D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D54 on black background.


Color preview on white background

This text has color #B99D54 on white background.



Black color preview on #B99D54 background

This text has black color on #B99D54 background.


White color preview on #B99D54 background

This text has white color on #B99D54 background.