COLOR #B89778

HEX: #B89778
RGB: (184,151,120)

Color info

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

RGB color model

#B89778 color RGB value is (184,151,120).

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

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 120 of 255 = 47%

184
151
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 120 = 455 (100%)
R 184 of 455 ~ 40.44%
G 151 of 455 ~ 33.19%
B 120 of 455 ~ 26.37%

%40.44
%33.19
%26.37

CMYK color model

#B89778 color CMYK value is (0,18,35,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,18,35,28)
C0M18Y35K28 
(0%,18%,35%,28%)
(0.00/0.18/0.35/0.28)	

CMYK percentages

%0
%17.93
%34.78
%27.84

Codes

Color #B89778 in popluar color models

B89778
RGB184151120
HSL29°31.07%59.61%
HSB/HSV29°34.78%72.16%
CMYK0.00%17.93%34.78%
27.84%

Color #B89778 in popluar number systems.

HEXB89778
Decimal184151120
Binary10111000100101111111000
Octal270227170

Shades and tints

Shades of #B89778

#B89778
(184,151,120)
#A88A6E
(168,138,110)
#987D64
(152,125,100)
#88705A
(136,112,90)
#786350
(120,99,80)
#685646
(104,86,70)
#58493C
(88,73,60)
#483C32
(72,60,50)
#382F28
(56,47,40)
#28221E
(40,34,30)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B89778

#B89778
(184,151,120)
#BEA084
(190,160,132)
#C4A990
(196,169,144)
#CAB29C
(202,178,156)
#D0BBA8
(208,187,168)
#D6C4B4
(214,196,180)
#DCCDC0
(220,205,192)
#E2D6CC
(226,214,204)
#E8DFD8
(232,223,216)
#EEE8E4
(238,232,228)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89778; }

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

This text font color is #B89778.


Background Color

.myBgColor { background-color: #B89778; }

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

This div background color is #B89778.


Border color

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

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

This div border color is #B89778.


Opacity

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

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

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

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

This text has shadow with #B89778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89778 on black background.


Color preview on white background

This text has color #B89778 on white background.



Black color preview on #B89778 background

This text has black color on #B89778 background.


White color preview on #B89778 background

This text has white color on #B89778 background.