COLOR #B99859

HEX: #B99859 RGB: (185,152,89)

Color info

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

RGB color model

#B99859 color RGB value is (185,152,89).

RGB: (185,152,89) (73%, 60%, 35%)

RGB channels and saturation

R 185 of 255 = 73%
G 152 of 255 = 60%
B 89 of 255 = 35%

185
152
89

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

Portions of RGB colors in percentages

R + G + B = 185 + 152 + 89 = 426 (100%)
R 185 of 426 ~ 43.43%
G 152 of 426 ~ 35.68%
B 89 of 426 ~ 20.89'%

%43.43
%35.68
%20.89

CMYK color model

#B99859 color CMYK value is (0,18,52,27).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 51.89%
  • key color value is 27.45%

CMYK: (0,18,52,27)
C0M18Y52K27 (0%, 18%, 52%, 27%)
(0.00 / 0.18 / 0.52 / 0.27)

CMYK percentages

%0
%17.84
%51.89
%27.45

Codes

Color #B99859 in popluar color models

B9 98 59
RGB 185 152 89
HSL 39° 40.68% 53.73%
HSB/HSV 39° 51.89% 72.55%
CMYK 0.00% 17.84% 51.89%
27.45%

Color #B99859 in popluar number systems.

HEX B9 98 59
Decimal 185 152 89
Binary 10111001 10011000 1011001
Octal 271 230 131

Shades and tints

Shades of #B99859

#B99859
(185,152,89)
#A98B51
(169,139,81)
#997E49
(153,126,73)
#897141
(137,113,65)
#796439
(121,100,57)
#695731
(105,87,49)
#594A29
(89,74,41)
#493D21
(73,61,33)
#393019
(57,48,25)
#292311
(41,35,17)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #B99859

#B99859
(185,152,89)
#BFA168
(191,161,104)
#C5AA77
(197,170,119)
#CBB386
(203,179,134)
#D1BC95
(209,188,149)
#D7C5A4
(215,197,164)
#DDCEB3
(221,206,179)
#E3D7C2
(227,215,194)
#E9E0D1
(233,224,209)
#EFE9E0
(239,233,224)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99859 color. Also use rgb(185,152,89) instead hex code.

Text Font Color

.myTextColor { color: #B99859; }

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

This text font color is #B99859.

Background Color

.myBgColor { background-color: #B99859; }

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

This div background color is #B99859.

Border color

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

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

This div border color is #B99859.

Opacity

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

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

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

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

This text has shadow with #B99859 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99859.

Preview

Color preview on black background

This text has color #B99859 on black background.


Color preview on white background

This text has color #B99859 on white background.


Black color preview on #B99859 background

This text has black color on #B99859 background.


White color preview on #B99859 background

This text has white color on #B99859 background.


Related colors

Complementary color

Complementary color for #hex is #4667A6.


I love getcolorcode.com

Triadic colors

1 #59B998 and #9859B9 with #B99859 are triadic colors.

2 #5998B9 and #98B959 with #B99859 are triadic colors.