COLOR #B89671

HEX: #B89671
RGB: (184,150,113)

Color info

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

RGB color model

#B89671 color RGB value is (184,150,113).

  • red value is 184;
  • green value is 150;
  • blue value is 113.
RGB:
(184,150,113)
(72%,59%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 113 of 255 = 44%

184
150
113

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 113 = 447 (100%)
R 184 of 447 ~ 41.16%
G 150 of 447 ~ 33.56%
B 113 of 447 ~ 25.28%

%41.16
%33.56
%25.28

CMYK color model

#B89671 color CMYK value is (0,18,39,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 38.59%
  • key color value is 27.84%
CMYK:
(0,18,39,28)
C0M18Y39K28 
(0%,18%,39%,28%)
(0.00/0.18/0.39/0.28)	

CMYK percentages

%0
%18.48
%38.59
%27.84

Codes

Color #B89671 in popluar color models

B89671
RGB184150113
HSL31°33.33%58.24%
HSB/HSV31°38.59%72.16%
CMYK0.00%18.48%38.59%
27.84%

Color #B89671 in popluar number systems.

HEXB89671
Decimal184150113
Binary10111000100101101110001
Octal270226161

Shades and tints

Shades of #B89671

#B89671
(184,150,113)
#A88967
(168,137,103)
#987C5D
(152,124,93)
#886F53
(136,111,83)
#786249
(120,98,73)
#68553F
(104,85,63)
#584835
(88,72,53)
#483B2B
(72,59,43)
#382E21
(56,46,33)
#282117
(40,33,23)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #B89671

#B89671
(184,150,113)
#BE9F7D
(190,159,125)
#C4A889
(196,168,137)
#CAB195
(202,177,149)
#D0BAA1
(208,186,161)
#D6C3AD
(214,195,173)
#DCCCB9
(220,204,185)
#E2D5C5
(226,213,197)
#E8DED1
(232,222,209)
#EEE7DD
(238,231,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89671 color. Also use rgb(184,150,113) instead hex code.

Text Font Color

.myTextColor { color: #B89671; }

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

This text font color is #B89671.


Background Color

.myBgColor { background-color: #B89671; }

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

This div background color is #B89671.


Border color

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

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

This div border color is #B89671.


Opacity

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

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

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

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

This text has shadow with #B89671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89671 on black background.


Color preview on white background

This text has color #B89671 on white background.



Black color preview on #B89671 background

This text has black color on #B89671 background.


White color preview on #B89671 background

This text has white color on #B89671 background.