COLOR #B99A40

HEX: #B99A40
RGB: (185,154,64)

Color info

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

RGB color model

#B99A40 color RGB value is (185,154,64).

  • red value is 185;
  • green value is 154;
  • blue value is 64.
RGB:
(185,154,64)
(73%,60%,25%)

RGB channels and saturation

R 185 of 255 = 73%
G 154 of 255 = 60%
B 64 of 255 = 25%

185
154
64

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

Portions of RGB colors in percentages

R + G + B =
185 + 154 + 64 = 403 (100%)
R 185 of 403 ~ 45.91%
G 154 of 403 ~ 38.21%
B 64 of 403 ~ 15.88%

%45.91
%38.21
%15.88

CMYK color model

#B99A40 color CMYK value is (0,17,65,27).

  • cyan value is 0.00%
  • magenta value is 16.76%
  • yellow value is 65.41%
  • key color value is 27.45%
CMYK:
(0,17,65,27)
C0M17Y65K27 
(0%,17%,65%,27%)
(0.00/0.17/0.65/0.27)	

CMYK percentages

%0
%16.76
%65.41
%27.45

Codes

Color #B99A40 in popluar color models

B99A40
RGB18515464
HSL45°48.59%48.82%
HSB/HSV45°65.41%72.55%
CMYK0.00%16.76%65.41%
27.45%

Color #B99A40 in popluar number systems.

HEXB99A40
Decimal18515464
Binary10111001100110101000000
Octal271232100

Shades and tints

Shades of #B99A40

#B99A40
(185,154,64)
#A98C3B
(169,140,59)
#997E36
(153,126,54)
#897031
(137,112,49)
#79622C
(121,98,44)
#695427
(105,84,39)
#594622
(89,70,34)
#49381D
(73,56,29)
#392A18
(57,42,24)
#291C13
(41,28,19)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #B99A40

#B99A40
(185,154,64)
#BFA351
(191,163,81)
#C5AC62
(197,172,98)
#CBB573
(203,181,115)
#D1BE84
(209,190,132)
#D7C795
(215,199,149)
#DDD0A6
(221,208,166)
#E3D9B7
(227,217,183)
#E9E2C8
(233,226,200)
#EFEBD9
(239,235,217)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99A40 color. Also use rgb(185,154,64) instead hex code.

Text Font Color

.myTextColor { color: #B99A40; }

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

This text font color is #B99A40.


Background Color

.myBgColor { background-color: #B99A40; }

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

This div background color is #B99A40.


Border color

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

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

This div border color is #B99A40.


Opacity

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

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

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

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

This text has shadow with #B99A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99A40 on black background.


Color preview on white background

This text has color #B99A40 on white background.



Black color preview on #B99A40 background

This text has black color on #B99A40 background.


White color preview on #B99A40 background

This text has white color on #B99A40 background.