COLOR #B99164

HEX: #B99164 RGB: (185,145,100)

Color info

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

RGB color model

#B99164 color RGB value is (185,145,100).

RGB: (185,145,100) (73%, 57%, 39%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 100 of 255 = 39%

185
145
100

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

Portions of RGB colors in percentages

R + G + B = 185 + 145 + 100 = 430 (100%)
R 185 of 430 ~ 43.02%
G 145 of 430 ~ 33.72%
B 100 of 430 ~ 23.26'%

%43.02
%33.72
%23.26

CMYK color model

#B99164 color CMYK value is (0,22,46,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 45.95%
  • key color value is 27.45%

CMYK: (0,22,46,27)
C0M22Y46K27 (0%, 22%, 46%, 27%)
(0.00 / 0.22 / 0.46 / 0.27)

CMYK percentages

%0
%21.62
%45.95
%27.45

Codes

Color #B99164 in popluar color models

B9 91 64
RGB 185 145 100
HSL 32° 37.78% 55.88%
HSB/HSV 32° 45.95% 72.55%
CMYK 0.00% 21.62% 45.95%
27.45%

Color #B99164 in popluar number systems.

HEX B9 91 64
Decimal 185 145 100
Binary 10111001 10010001 1100100
Octal 271 221 144

Shades and tints

Shades of #B99164

#B99164
(185,145,100)
#A9845B
(169,132,91)
#997752
(153,119,82)
#896A49
(137,106,73)
#795D40
(121,93,64)
#695037
(105,80,55)
#59432E
(89,67,46)
#493625
(73,54,37)
#39291C
(57,41,28)
#291C13
(41,28,19)
#190F0A
(25,15,10)
#000000
(0,0,0)

Tints of #B99164

#B99164
(185,145,100)
#BF9B72
(191,155,114)
#C5A580
(197,165,128)
#CBAF8E
(203,175,142)
#D1B99C
(209,185,156)
#D7C3AA
(215,195,170)
#DDCDB8
(221,205,184)
#E3D7C6
(227,215,198)
#E9E1D4
(233,225,212)
#EFEBE2
(239,235,226)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99164 color. Also use rgb(185,145,100) instead hex code.

Text Font Color

.myTextColor { color: #B99164; }

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

This text font color is #B99164.

Background Color

.myBgColor { background-color: #B99164; }

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

This div background color is #B99164.

Border color

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

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

This div border color is #B99164.

Opacity

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

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

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

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

This text has shadow with #B99164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99164.

Preview

Color preview on black background

This text has color #B99164 on black background.


Color preview on white background

This text has color #B99164 on white background.


Black color preview on #B99164 background

This text has black color on #B99164 background.


White color preview on #B99164 background

This text has white color on #B99164 background.


Related colors

Complementary color

Complementary color for #hex is #466E9B.


I love getcolorcode.com

Triadic colors

1 #64B991 and #9164B9 with #B99164 are triadic colors.

2 #6491B9 and #91B964 with #B99164 are triadic colors.