COLOR #B99340

HEX: #B99340 RGB: (185,147,64)

Color info

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

RGB color model

#B99340 color RGB value is (185,147,64).

RGB: (185,147,64) (73%, 58%, 25%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 64 of 255 = 25%

185
147
64

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 64 = 396 (100%)
R 185 of 396 ~ 46.72%
G 147 of 396 ~ 37.12%
B 64 of 396 ~ 16.16'%

%46.72
%37.12
%16.16

CMYK color model

#B99340 color CMYK value is (0,21,65,27).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 65.41%
  • key color value is 27.45%
CMYK: (0,21,65,27) C0M21Y65K27 (0%,21%,65%,27%) (0.00/0.21/0.65/0.27) 

CMYK percentages

%0
%20.54
%65.41
%27.45

Codes

Color #B99340 in popluar color models

B9 93 40
RGB 185 147 64
HSL 41° 48.59% 48.82%
HSB/HSV 41° 65.41% 72.55%
CMYK 0.00% 20.54% 65.41%
27.45%

Color #B99340 in popluar number systems.

HEX B9 93 40
Decimal 185 147 64
Binary 10111001 10010011 1000000
Octal 271 223 100

Shades and tints

Shades of #B99340

#B99340
(185,147,64)
#A9863B
(169,134,59)
#997936
(153,121,54)
#896C31
(137,108,49)
#795F2C
(121,95,44)
#695227
(105,82,39)
#594522
(89,69,34)
#49381D
(73,56,29)
#392B18
(57,43,24)
#291E13
(41,30,19)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #B99340

#B99340
(185,147,64)
#BF9C51
(191,156,81)
#C5A562
(197,165,98)
#CBAE73
(203,174,115)
#D1B784
(209,183,132)
#D7C095
(215,192,149)
#DDC9A6
(221,201,166)
#E3D2B7
(227,210,183)
#E9DBC8
(233,219,200)
#EFE4D9
(239,228,217)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99340; }

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

This text font color is #B99340.

Background Color

.myBgColor { background-color: #B99340; }

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

This div background color is #B99340.

Border color

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

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

This div border color is #B99340.

Opacity

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

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

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

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

This text has shadow with #B99340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99340.

Preview

Color preview on black background

This text has color #B99340 on black background.


Color preview on white background

This text has color #B99340 on white background.


Black color preview on #B99340 background

This text has black color on #B99340 background.


White color preview on #B99340 background

This text has white color on #B99340 background.


Related colors

Complementary color

Complementary color for #hex is #466CBF.


I love getcolorcode.com

Triadic colors

1 #40B993 and #9340B9 with #B99340 are triadic colors.

2 #4093B9 and #93B940 with #B99340 are triadic colors.