COLOR #B89480

HEX: #B89480
RGB: (184,148,128)

Color info

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

RGB color model

#B89480 color RGB value is (184,148,128).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 128 of 255 = 50%

184
148
128

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 128 = 460 (100%)
R 184 of 460 ~ 40%
G 148 of 460 ~ 32.17%
B 128 of 460 ~ 27.83%

%40
%32.17
%27.83

CMYK color model

#B89480 color CMYK value is (0,20,30,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK:
(0,20,30,28)
C0M20Y30K28 
(0%,20%,30%,28%)
(0.00/0.20/0.30/0.28)	

CMYK percentages

%0
%19.57
%30.43
%27.84

Codes

Color #B89480 in popluar color models

B89480
RGB184148128
HSL21°28.28%61.18%
HSB/HSV21°30.43%72.16%
CMYK0.00%19.57%30.43%
27.84%

Color #B89480 in popluar number systems.

HEXB89480
Decimal184148128
Binary101110001001010010000000
Octal270224200

Shades and tints

Shades of #B89480

#B89480
(184,148,128)
#A88775
(168,135,117)
#987A6A
(152,122,106)
#886D5F
(136,109,95)
#786054
(120,96,84)
#685349
(104,83,73)
#58463E
(88,70,62)
#483933
(72,57,51)
#382C28
(56,44,40)
#281F1D
(40,31,29)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B89480

#B89480
(184,148,128)
#BE9D8B
(190,157,139)
#C4A696
(196,166,150)
#CAAFA1
(202,175,161)
#D0B8AC
(208,184,172)
#D6C1B7
(214,193,183)
#DCCAC2
(220,202,194)
#E2D3CD
(226,211,205)
#E8DCD8
(232,220,216)
#EEE5E3
(238,229,227)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89480; }

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

This text font color is #B89480.


Background Color

.myBgColor { background-color: #B89480; }

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

This div background color is #B89480.


Border color

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

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

This div border color is #B89480.


Opacity

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

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

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

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

This text has shadow with #B89480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89480 on black background.


Color preview on white background

This text has color #B89480 on white background.



Black color preview on #B89480 background

This text has black color on #B89480 background.


White color preview on #B89480 background

This text has white color on #B89480 background.