COLOR #B89994

HEX: #B89994
RGB: (184,153,148)

Color info

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

RGB color model

#B89994 color RGB value is (184,153,148).

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

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 148 of 255 = 58%

184
153
148

R + G + B ~ 63%. #B89994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 153 + 148 = 485 (100%)
R 184 of 485 ~ 37.94%
G 153 of 485 ~ 31.55%
B 148 of 485 ~ 30.52%

%37.94
%31.55
%30.52

CMYK color model

#B89994 color CMYK value is (0,17,20,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(0,17,20,28)
C0M17Y20K28 
(0%,17%,20%,28%)
(0.00/0.17/0.20/0.28)	

CMYK percentages

%0
%16.85
%19.57
%27.84

Codes

Color #B89994 in popluar color models

B89994
RGB184153148
HSL20.22%65.10%
HSB/HSV19.57%72.16%
CMYK0.00%16.85%19.57%
27.84%

Color #B89994 in popluar number systems.

HEXB89994
Decimal184153148
Binary101110001001100110010100
Octal270231224

Shades and tints

Shades of #B89994

#B89994
(184,153,148)
#A88C87
(168,140,135)
#987F7A
(152,127,122)
#88726D
(136,114,109)
#786560
(120,101,96)
#685853
(104,88,83)
#584B46
(88,75,70)
#483E39
(72,62,57)
#38312C
(56,49,44)
#28241F
(40,36,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B89994

#B89994
(184,153,148)
#BEA29D
(190,162,157)
#C4ABA6
(196,171,166)
#CAB4AF
(202,180,175)
#D0BDB8
(208,189,184)
#D6C6C1
(214,198,193)
#DCCFCA
(220,207,202)
#E2D8D3
(226,216,211)
#E8E1DC
(232,225,220)
#EEEAE5
(238,234,229)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89994; }

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

This text font color is #B89994.


Background Color

.myBgColor { background-color: #B89994; }

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

This div background color is #B89994.


Border color

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

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

This div border color is #B89994.


Opacity

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

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

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

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

This text has shadow with #B89994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89994 on black background.


Color preview on white background

This text has color #B89994 on white background.



Black color preview on #B89994 background

This text has black color on #B89994 background.


White color preview on #B89994 background

This text has white color on #B89994 background.