COLOR #B89E93

HEX: #B89E93
RGB: (184,158,147)

Color info

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

RGB color model

#B89E93 color RGB value is (184,158,147).

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

RGB channels and saturation

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

184
158
147

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 147 = 489 (100%)
R 184 of 489 ~ 37.63%
G 158 of 489 ~ 32.31%
B 147 of 489 ~ 30.06%

%37.63
%32.31
%30.06

CMYK color model

#B89E93 color CMYK value is (0,14,20,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(0,14,20,28)
C0M14Y20K28 
(0%,14%,20%,28%)
(0.00/0.14/0.20/0.28)	

CMYK percentages

%0
%14.13
%20.11
%27.84

Codes

Color #B89E93 in popluar color models

B89E93
RGB184158147
HSL18°20.67%64.90%
HSB/HSV18°20.11%72.16%
CMYK0.00%14.13%20.11%
27.84%

Color #B89E93 in popluar number systems.

HEXB89E93
Decimal184158147
Binary101110001001111010010011
Octal270236223

Shades and tints

Shades of #B89E93

#B89E93
(184,158,147)
#A89086
(168,144,134)
#988279
(152,130,121)
#88746C
(136,116,108)
#78665F
(120,102,95)
#685852
(104,88,82)
#584A45
(88,74,69)
#483C38
(72,60,56)
#382E2B
(56,46,43)
#28201E
(40,32,30)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B89E93

#B89E93
(184,158,147)
#BEA69C
(190,166,156)
#C4AEA5
(196,174,165)
#CAB6AE
(202,182,174)
#D0BEB7
(208,190,183)
#D6C6C0
(214,198,192)
#DCCEC9
(220,206,201)
#E2D6D2
(226,214,210)
#E8DEDB
(232,222,219)
#EEE6E4
(238,230,228)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89E93; }

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

This text font color is #B89E93.


Background Color

.myBgColor { background-color: #B89E93; }

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

This div background color is #B89E93.


Border color

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

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

This div border color is #B89E93.


Opacity

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

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

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

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

This text has shadow with #B89E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89E93 on black background.


Color preview on white background

This text has color #B89E93 on white background.



Black color preview on #B89E93 background

This text has black color on #B89E93 background.


White color preview on #B89E93 background

This text has white color on #B89E93 background.