COLOR #B99C63

HEX: #B99C63 RGB: (185,156,99)

Color info

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

RGB color model

#B99C63 color RGB value is (185,156,99).

RGB: (185,156,99) (73%, 61%, 39%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 99 of 255 = 39%

185
156
99

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

Portions of RGB colors in percentages

R + G + B = 185 + 156 + 99 = 440 (100%)
R 185 of 440 ~ 42.05%
G 156 of 440 ~ 35.45%
B 99 of 440 ~ 22.5'%

%42.05
%35.45
%22.5

CMYK color model

#B99C63 color CMYK value is (0,16,46,27).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 46.49%
  • key color value is 27.45%

CMYK: (0,16,46,27)
C0M16Y46K27 (0%, 16%, 46%, 27%)
(0.00 / 0.16 / 0.46 / 0.27)

CMYK percentages

%0
%15.68
%46.49
%27.45

Codes

Color #B99C63 in popluar color models

B9 9C 63
RGB 185 156 99
HSL 40° 38.05% 55.69%
HSB/HSV 40° 46.49% 72.55%
CMYK 0.00% 15.68% 46.49%
27.45%

Color #B99C63 in popluar number systems.

HEX B9 9C 63
Decimal 185 156 99
Binary 10111001 10011100 1100011
Octal 271 234 143

Shades and tints

Shades of #B99C63

#B99C63
(185,156,99)
#A98E5A
(169,142,90)
#998051
(153,128,81)
#897248
(137,114,72)
#79643F
(121,100,63)
#695636
(105,86,54)
#59482D
(89,72,45)
#493A24
(73,58,36)
#392C1B
(57,44,27)
#291E12
(41,30,18)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #B99C63

#B99C63
(185,156,99)
#BFA571
(191,165,113)
#C5AE7F
(197,174,127)
#CBB78D
(203,183,141)
#D1C09B
(209,192,155)
#D7C9A9
(215,201,169)
#DDD2B7
(221,210,183)
#E3DBC5
(227,219,197)
#E9E4D3
(233,228,211)
#EFEDE1
(239,237,225)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99C63; }

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

This text font color is #B99C63.

Background Color

.myBgColor { background-color: #B99C63; }

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

This div background color is #B99C63.

Border color

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

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

This div border color is #B99C63.

Opacity

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

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

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

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

This text has shadow with #B99C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99C63.

Preview

Color preview on black background

This text has color #B99C63 on black background.


Color preview on white background

This text has color #B99C63 on white background.


Black color preview on #B99C63 background

This text has black color on #B99C63 background.


White color preview on #B99C63 background

This text has white color on #B99C63 background.


Related colors

Complementary color

Complementary color for #hex is #46639C.


I love getcolorcode.com

Triadic colors

1 #63B99C and #9C63B9 with #B99C63 are triadic colors.

2 #639CB9 and #9CB963 with #B99C63 are triadic colors.