COLOR #B99C7C

HEX: #B99C7C RGB: (185,156,124)

Color info

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

RGB color model

#B99C7C color RGB value is (185,156,124).

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

RGB channels and saturation

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

185
156
124

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

Portions of RGB colors in percentages

R + G + B = 185 + 156 + 124 = 465 (100%)
R 185 of 465 ~ 39.78%
G 156 of 465 ~ 33.55%
B 124 of 465 ~ 26.67'%

%39.78
%33.55
%26.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.68%
  • 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
%15.68
%32.97
%27.45

Codes

Color #B99C7C in popluar color models

B9 9C 7C
RGB 185 156 124
HSL 31° 30.35% 60.59%
HSB/HSV 31° 32.97% 72.55%
CMYK 0.00% 15.68% 32.97%
27.45%

Color #B99C7C in popluar number systems.

HEX B9 9C 7C
Decimal 185 156 124
Binary 10111001 10011100 1111100
Octal 271 234 174

Shades and tints

Shades of #B99C7C

#B99C7C
(185,156,124)
#A98E71
(169,142,113)
#998066
(153,128,102)
#89725B
(137,114,91)
#796450
(121,100,80)
#695645
(105,86,69)
#59483A
(89,72,58)
#493A2F
(73,58,47)
#392C24
(57,44,36)
#291E19
(41,30,25)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #B99C7C

#B99C7C
(185,156,124)
#BFA587
(191,165,135)
#C5AE92
(197,174,146)
#CBB79D
(203,183,157)
#D1C0A8
(209,192,168)
#D7C9B3
(215,201,179)
#DDD2BE
(221,210,190)
#E3DBC9
(227,219,201)
#E9E4D4
(233,228,212)
#EFEDDF
(239,237,223)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99C7C; }

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

This text font color is #B99C7C.

Background Color

.myBgColor { background-color: #B99C7C; }

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

This div background color is #B99C7C.

Border color

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

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

This div border color is #B99C7C.

Opacity

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

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

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

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

This text has shadow with #B99C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99C7C.

Preview

Color preview on black background

This text has color #B99C7C on black background.


Color preview on white background

This text has color #B99C7C on white background.


Black color preview on #B99C7C background

This text has black color on #B99C7C background.


White color preview on #B99C7C background

This text has white color on #B99C7C background.


Related colors

Complementary color

Complementary color for #hex is #466383.


I love getcolorcode.com

Triadic colors

1 #7CB99C and #9C7CB9 with #B99C7C are triadic colors.

2 #7C9CB9 and #9CB97C with #B99C7C are triadic colors.