COLOR #B99D44

HEX: #B99D44
RGB: (185,157,68)

Color info

#B99D44 contains mainly red and green colors. Web safe color of #B99D44 is #CC9933 (or #C93).

RGB color model

#B99D44 color RGB value is (185,157,68).

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

RGB channels and saturation

R 185 of 255 = 73%
G 157 of 255 = 62%
B 68 of 255 = 27%

185
157
68

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

Portions of RGB colors in percentages

R + G + B =
185 + 157 + 68 = 410 (100%)
R 185 of 410 ~ 45.12%
G 157 of 410 ~ 38.29%
B 68 of 410 ~ 16.59%

%45.12
%38.29
%16.59

CMYK color model

#B99D44 color CMYK value is (0,15,63,27).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 63.24%
  • key color value is 27.45%
CMYK:
(0,15,63,27)
C0M15Y63K27 
(0%,15%,63%,27%)
(0.00/0.15/0.63/0.27)	

CMYK percentages

%0
%15.14
%63.24
%27.45

Codes

Color #B99D44 in popluar color models

B99D44
RGB18515768
HSL46°46.25%49.61%
HSB/HSV46°63.24%72.55%
CMYK0.00%15.14%63.24%
27.45%

Color #B99D44 in popluar number systems.

HEXB99D44
Decimal18515768
Binary10111001100111011000100
Octal271235104

Shades and tints

Shades of #B99D44

#B99D44
(185,157,68)
#A98F3E
(169,143,62)
#998138
(153,129,56)
#897332
(137,115,50)
#79652C
(121,101,44)
#695726
(105,87,38)
#594920
(89,73,32)
#493B1A
(73,59,26)
#392D14
(57,45,20)
#291F0E
(41,31,14)
#191108
(25,17,8)
#000000
(0,0,0)

Tints of #B99D44

#B99D44
(185,157,68)
#BFA555
(191,165,85)
#C5AD66
(197,173,102)
#CBB577
(203,181,119)
#D1BD88
(209,189,136)
#D7C599
(215,197,153)
#DDCDAA
(221,205,170)
#E3D5BB
(227,213,187)
#E9DDCC
(233,221,204)
#EFE5DD
(239,229,221)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99D44; }

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

This text font color is #B99D44.


Background Color

.myBgColor { background-color: #B99D44; }

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

This div background color is #B99D44.


Border color

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

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

This div border color is #B99D44.


Opacity

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

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

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

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

This text has shadow with #B99D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99D44 on black background.


Color preview on white background

This text has color #B99D44 on white background.



Black color preview on #B99D44 background

This text has black color on #B99D44 background.


White color preview on #B99D44 background

This text has white color on #B99D44 background.