COLOR #B89D93

HEX: #B89D93
RGB: (184,157,147)

Color info

#B89D93 contains red, green and blue colors in about the same proportion. Web safe color of #B89D93 is #CC9999 (or #C99).

RGB color model

#B89D93 color RGB value is (184,157,147).

  • red value is 184;
  • green value is 157;
  • blue value is 147.
RGB:
(184,157,147)
(72%,62%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 147 of 255 = 58%

184
157
147

R + G + B ~ 64%. #B89D93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 147 = 488 (100%)
R 184 of 488 ~ 37.7%
G 157 of 488 ~ 32.17%
B 147 of 488 ~ 30.12%

%37.7
%32.17
%30.12

CMYK color model

#B89D93 color CMYK value is (0,15,20,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(0,15,20,28)
C0M15Y20K28 
(0%,15%,20%,28%)
(0.00/0.15/0.20/0.28)	

CMYK percentages

%0
%14.67
%20.11
%27.84

Codes

Color #B89D93 in popluar color models

B89D93
RGB184157147
HSL16°20.67%64.90%
HSB/HSV16°20.11%72.16%
CMYK0.00%14.67%20.11%
27.84%

Color #B89D93 in popluar number systems.

HEXB89D93
Decimal184157147
Binary101110001001110110010011
Octal270235223

Shades and tints

Shades of #B89D93

#B89D93
(184,157,147)
#A88F86
(168,143,134)
#988179
(152,129,121)
#88736C
(136,115,108)
#78655F
(120,101,95)
#685752
(104,87,82)
#584945
(88,73,69)
#483B38
(72,59,56)
#382D2B
(56,45,43)
#281F1E
(40,31,30)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #B89D93

#B89D93
(184,157,147)
#BEA59C
(190,165,156)
#C4ADA5
(196,173,165)
#CAB5AE
(202,181,174)
#D0BDB7
(208,189,183)
#D6C5C0
(214,197,192)
#DCCDC9
(220,205,201)
#E2D5D2
(226,213,210)
#E8DDDB
(232,221,219)
#EEE5E4
(238,229,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89D93 color. Also use rgb(184,157,147) instead hex code.

Text Font Color

.myTextColor { color: #B89D93; }

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

This text font color is #B89D93.


Background Color

.myBgColor { background-color: #B89D93; }

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

This div background color is #B89D93.


Border color

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

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

This div border color is #B89D93.


Opacity

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

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

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

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

This text has shadow with #B89D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89D93 on black background.


Color preview on white background

This text has color #B89D93 on white background.



Black color preview on #B89D93 background

This text has black color on #B89D93 background.


White color preview on #B89D93 background

This text has white color on #B89D93 background.