COLOR #B89780

HEX: #B89780
RGB: (184,151,128)

Color info

#B89780 contains red, green and blue colors in about the same proportion. Web safe color of #B89780 is #CC9966 (or #C96).

RGB color model

#B89780 color RGB value is (184,151,128).

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

RGB channels and saturation

R 184 of 255 = 72%
G 151 of 255 = 59%
B 128 of 255 = 50%

184
151
128

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

Portions of RGB colors in percentages

R + G + B =
184 + 151 + 128 = 463 (100%)
R 184 of 463 ~ 39.74%
G 151 of 463 ~ 32.61%
B 128 of 463 ~ 27.65%

%39.74
%32.61
%27.65

CMYK color model

#B89780 color CMYK value is (0,18,30,28).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK:
(0,18,30,28)
C0M18Y30K28 
(0%,18%,30%,28%)
(0.00/0.18/0.30/0.28)	

CMYK percentages

%0
%17.93
%30.43
%27.84

Codes

Color #B89780 in popluar color models

B89780
RGB184151128
HSL25°28.28%61.18%
HSB/HSV25°30.43%72.16%
CMYK0.00%17.93%30.43%
27.84%

Color #B89780 in popluar number systems.

HEXB89780
Decimal184151128
Binary101110001001011110000000
Octal270227200

Shades and tints

Shades of #B89780

#B89780
(184,151,128)
#A88A75
(168,138,117)
#987D6A
(152,125,106)
#88705F
(136,112,95)
#786354
(120,99,84)
#685649
(104,86,73)
#58493E
(88,73,62)
#483C33
(72,60,51)
#382F28
(56,47,40)
#28221D
(40,34,29)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B89780

#B89780
(184,151,128)
#BEA08B
(190,160,139)
#C4A996
(196,169,150)
#CAB2A1
(202,178,161)
#D0BBAC
(208,187,172)
#D6C4B7
(214,196,183)
#DCCDC2
(220,205,194)
#E2D6CD
(226,214,205)
#E8DFD8
(232,223,216)
#EEE8E3
(238,232,227)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89780; }

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

This text font color is #B89780.


Background Color

.myBgColor { background-color: #B89780; }

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

This div background color is #B89780.


Border color

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

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

This div border color is #B89780.


Opacity

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

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

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

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

This text has shadow with #B89780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89780 on black background.


Color preview on white background

This text has color #B89780 on white background.



Black color preview on #B89780 background

This text has black color on #B89780 background.


White color preview on #B89780 background

This text has white color on #B89780 background.