COLOR #B89986

HEX: #B89986 RGB: (184,153,134)

Color info

#B89986 contains red, green and blue colors in about the same proportion. Web safe color of #B89986 is #CC9999 (or #C99).

RGB color model

#B89986 color RGB value is (184,153,134).

RGB: (184,153,134) (72%, 60%, 53%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 134 of 255 = 53%

184
153
134

R + G + B ~ 62%. #B89986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 134 = 471 (100%)
R 184 of 471 ~ 39.07%
G 153 of 471 ~ 32.48%
B 134 of 471 ~ 28.45'%

%39.07
%32.48
%28.45

CMYK color model

#B89986 color CMYK value is (0,17,27,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 27.17%
  • key color value is 27.84%

CMYK: (0,17,27,28)
C0M17Y27K28 (0%, 17%, 27%, 28%)
(0.00 / 0.17 / 0.27 / 0.28)

CMYK percentages

%0
%16.85
%27.17
%27.84

Codes

Color #B89986 in popluar color models

B8 99 86
RGB 184 153 134
HSL 23° 26.04% 62.35%
HSB/HSV 23° 27.17% 72.16%
CMYK 0.00% 16.85% 27.17%
27.84%

Color #B89986 in popluar number systems.

HEX B8 99 86
Decimal 184 153 134
Binary 10111000 10011001 10000110
Octal 270 231 206

Shades and tints

Shades of #B89986

#B89986
(184,153,134)
#A88C7A
(168,140,122)
#987F6E
(152,127,110)
#887262
(136,114,98)
#786556
(120,101,86)
#68584A
(104,88,74)
#584B3E
(88,75,62)
#483E32
(72,62,50)
#383126
(56,49,38)
#28241A
(40,36,26)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #B89986

#B89986
(184,153,134)
#BEA291
(190,162,145)
#C4AB9C
(196,171,156)
#CAB4A7
(202,180,167)
#D0BDB2
(208,189,178)
#D6C6BD
(214,198,189)
#DCCFC8
(220,207,200)
#E2D8D3
(226,216,211)
#E8E1DE
(232,225,222)
#EEEAE9
(238,234,233)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89986 color. Also use rgb(184,153,134) instead hex code.

Text Font Color

.myTextColor { color: #B89986; }

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

This text font color is #B89986.

Background Color

.myBgColor { background-color: #B89986; }

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

This div background color is #B89986.

Border color

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

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

This div border color is #B89986.

Opacity

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

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

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

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

This text has shadow with #B89986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89986.

Preview

Color preview on black background

This text has color #B89986 on black background.


Color preview on white background

This text has color #B89986 on white background.


Black color preview on #B89986 background

This text has black color on #B89986 background.


White color preview on #B89986 background

This text has white color on #B89986 background.


Related colors

Complementary color

Complementary color for #hex is #476679.


I love getcolorcode.com

Triadic colors

1 #86B899 and #9986B8 with #B89986 are triadic colors.

2 #8699B8 and #99B886 with #B89986 are triadic colors.