COLOR #B89C78

HEX: #B89C78 RGB: (184,156,120)

Color info

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

RGB color model

#B89C78 color RGB value is (184,156,120).

RGB: (184,156,120) (72%, 61%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 156 of 255 = 61%
B 120 of 255 = 47%

184
156
120

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

Portions of RGB colors in percentages

R + G + B = 184 + 156 + 120 = 460 (100%)
R 184 of 460 ~ 40%
G 156 of 460 ~ 33.91%
B 120 of 460 ~ 26.09'%

%40
%33.91
%26.09

CMYK color model

#B89C78 color CMYK value is (0,15,35,28).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 34.78%
  • key color value is 27.84%

CMYK: (0,15,35,28)
C0M15Y35K28 (0%, 15%, 35%, 28%)
(0.00 / 0.15 / 0.35 / 0.28)

CMYK percentages

%0
%15.22
%34.78
%27.84

Codes

Color #B89C78 in popluar color models

B8 9C 78
RGB 184 156 120
HSL 34° 31.07% 59.61%
HSB/HSV 34° 34.78% 72.16%
CMYK 0.00% 15.22% 34.78%
27.84%

Color #B89C78 in popluar number systems.

HEX B8 9C 78
Decimal 184 156 120
Binary 10111000 10011100 1111000
Octal 270 234 170

Shades and tints

Shades of #B89C78

#B89C78
(184,156,120)
#A88E6E
(168,142,110)
#988064
(152,128,100)
#88725A
(136,114,90)
#786450
(120,100,80)
#685646
(104,86,70)
#58483C
(88,72,60)
#483A32
(72,58,50)
#382C28
(56,44,40)
#281E1E
(40,30,30)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #B89C78

#B89C78
(184,156,120)
#BEA584
(190,165,132)
#C4AE90
(196,174,144)
#CAB79C
(202,183,156)
#D0C0A8
(208,192,168)
#D6C9B4
(214,201,180)
#DCD2C0
(220,210,192)
#E2DBCC
(226,219,204)
#E8E4D8
(232,228,216)
#EEEDE4
(238,237,228)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89C78 color. Also use rgb(184,156,120) instead hex code.

Text Font Color

.myTextColor { color: #B89C78; }

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

This text font color is #B89C78.

Background Color

.myBgColor { background-color: #B89C78; }

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

This div background color is #B89C78.

Border color

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

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

This div border color is #B89C78.

Opacity

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

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

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

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

This text has shadow with #B89C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89C78.

Preview

Color preview on black background

This text has color #B89C78 on black background.


Color preview on white background

This text has color #B89C78 on white background.


Black color preview on #B89C78 background

This text has black color on #B89C78 background.


White color preview on #B89C78 background

This text has white color on #B89C78 background.


Related colors

Complementary color

Complementary color for #hex is #476387.


I love getcolorcode.com

Triadic colors

1 #78B89C and #9C78B8 with #B89C78 are triadic colors.

2 #789CB8 and #9CB878 with #B89C78 are triadic colors.