COLOR #B89A78

HEX: #B89A78
RGB: (184,154,120)

Color info

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

RGB color model

#B89A78 color RGB value is (184,154,120).

  • red value is 184;
  • green value is 154;
  • blue value is 120.
RGB:
(184,154,120)
(72%,60%,47%)

RGB channels and saturation

R 184 of 255 = 72%
G 154 of 255 = 60%
B 120 of 255 = 47%

184
154
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 154 + 120 = 458 (100%)
R 184 of 458 ~ 40.17%
G 154 of 458 ~ 33.62%
B 120 of 458 ~ 26.2%

%40.17
%33.62
%26.2

CMYK color model

#B89A78 color CMYK value is (0,16,35,28).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,16,35,28)
C0M16Y35K28 
(0%,16%,35%,28%)
(0.00/0.16/0.35/0.28)	

CMYK percentages

%0
%16.3
%34.78
%27.84

Codes

Color #B89A78 in popluar color models

B89A78
RGB184154120
HSL32°31.07%59.61%
HSB/HSV32°34.78%72.16%
CMYK0.00%16.30%34.78%
27.84%

Color #B89A78 in popluar number systems.

HEXB89A78
Decimal184154120
Binary10111000100110101111000
Octal270232170

Shades and tints

Shades of #B89A78

#B89A78
(184,154,120)
#A88C6E
(168,140,110)
#987E64
(152,126,100)
#88705A
(136,112,90)
#786250
(120,98,80)
#685446
(104,84,70)
#58463C
(88,70,60)
#483832
(72,56,50)
#382A28
(56,42,40)
#281C1E
(40,28,30)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B89A78

#B89A78
(184,154,120)
#BEA384
(190,163,132)
#C4AC90
(196,172,144)
#CAB59C
(202,181,156)
#D0BEA8
(208,190,168)
#D6C7B4
(214,199,180)
#DCD0C0
(220,208,192)
#E2D9CC
(226,217,204)
#E8E2D8
(232,226,216)
#EEEBE4
(238,235,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89A78; }

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

This text font color is #B89A78.


Background Color

.myBgColor { background-color: #B89A78; }

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

This div background color is #B89A78.


Border color

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

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

This div border color is #B89A78.


Opacity

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

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

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

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

This text has shadow with #B89A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89A78 on black background.


Color preview on white background

This text has color #B89A78 on white background.



Black color preview on #B89A78 background

This text has black color on #B89A78 background.


White color preview on #B89A78 background

This text has white color on #B89A78 background.