COLOR #B99B7C

HEX: #B99B7C RGB: (185,155,124)

Color info

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

RGB color model

#B99B7C color RGB value is (185,155,124).

RGB: (185,155,124) (73%, 61%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 124 of 255 = 49%

185
155
124

R + G + B ~ 61%. #B99B7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 124 = 464 (100%)
R 185 of 464 ~ 39.87%
G 155 of 464 ~ 33.41%
B 124 of 464 ~ 26.72'%

%39.87
%33.41
%26.72

CMYK color model

#B99B7C color CMYK value is (0,16,33,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK: (0,16,33,27) C0M16Y33K27 (0%,16%,33%,27%) (0.00/0.16/0.33/0.27) 

CMYK percentages

%0
%16.22
%32.97
%27.45

Codes

Color #B99B7C in popluar color models

B9 9B 7C
RGB 185 155 124
HSL 30° 30.35% 60.59%
HSB/HSV 30° 32.97% 72.55%
CMYK 0.00% 16.22% 32.97%
27.45%

Color #B99B7C in popluar number systems.

HEX B9 9B 7C
Decimal 185 155 124
Binary 10111001 10011011 1111100
Octal 271 233 174

Shades and tints

Shades of #B99B7C

#B99B7C
(185,155,124)
#A98D71
(169,141,113)
#997F66
(153,127,102)
#89715B
(137,113,91)
#796350
(121,99,80)
#695545
(105,85,69)
#59473A
(89,71,58)
#49392F
(73,57,47)
#392B24
(57,43,36)
#291D19
(41,29,25)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #B99B7C

#B99B7C
(185,155,124)
#BFA487
(191,164,135)
#C5AD92
(197,173,146)
#CBB69D
(203,182,157)
#D1BFA8
(209,191,168)
#D7C8B3
(215,200,179)
#DDD1BE
(221,209,190)
#E3DAC9
(227,218,201)
#E9E3D4
(233,227,212)
#EFECDF
(239,236,223)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99B7C color. Also use rgb(185,155,124) instead hex code.

Text Font Color

.myTextColor { color: #B99B7C; }

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

This text font color is #B99B7C.

Background Color

.myBgColor { background-color: #B99B7C; }

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

This div background color is #B99B7C.

Border color

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

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

This div border color is #B99B7C.

Opacity

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

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

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

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

This text has shadow with #B99B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99B7C.

Preview

Color preview on black background

This text has color #B99B7C on black background.


Color preview on white background

This text has color #B99B7C on white background.


Black color preview on #B99B7C background

This text has black color on #B99B7C background.


White color preview on #B99B7C background

This text has white color on #B99B7C background.


Related colors

Complementary color

Complementary color for #hex is #466483.


I love getcolorcode.com

Triadic colors

1 #7CB99B and #9B7CB9 with #B99B7C are triadic colors.

2 #7C9BB9 and #9BB97C with #B99B7C are triadic colors.