COLOR #B89AA0

HEX: #B89AA0 RGB: (184,154,160)

Color info

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

RGB color model

#B89AA0 color RGB value is (184,154,160).

RGB: (184,154,160) (72%, 60%, 63%)

RGB channels and saturation

R 184 of 255 = 72%
G 154 of 255 = 60%
B 160 of 255 = 63%

184
154
160

R + G + B ~ 65%. #B89AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 154 + 160 = 498 (100%)
R 184 of 498 ~ 36.95%
G 154 of 498 ~ 30.92%
B 160 of 498 ~ 32.13'%

%36.95
%30.92
%32.13

CMYK color model

#B89AA0 color CMYK value is (0,16,13,28).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 13.04%
  • key color value is 27.84%
CMYK: (0,16,13,28) C0M16Y13K28 (0%,16%,13%,28%) (0.00/0.16/0.13/0.28) 

CMYK percentages

%0
%16.3
%13.04
%27.84

Codes

Color #B89AA0 in popluar color models

B8 9A A0
RGB 184 154 160
HSL 348° 17.44% 66.27%
HSB/HSV 348° 16.30% 72.16%
CMYK 0.00% 16.30% 13.04%
27.84%

Color #B89AA0 in popluar number systems.

HEX B8 9A A0
Decimal 184 154 160
Binary 10111000 10011010 10100000
Octal 270 232 240

Shades and tints

Shades of #B89AA0

#B89AA0
(184,154,160)
#A88C92
(168,140,146)
#987E84
(152,126,132)
#887076
(136,112,118)
#786268
(120,98,104)
#68545A
(104,84,90)
#58464C
(88,70,76)
#48383E
(72,56,62)
#382A30
(56,42,48)
#281C22
(40,28,34)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B89AA0

#B89AA0
(184,154,160)
#BEA3A8
(190,163,168)
#C4ACB0
(196,172,176)
#CAB5B8
(202,181,184)
#D0BEC0
(208,190,192)
#D6C7C8
(214,199,200)
#DCD0D0
(220,208,208)
#E2D9D8
(226,217,216)
#E8E2E0
(232,226,224)
#EEEBE8
(238,235,232)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89AA0 color. Also use rgb(184,154,160) instead hex code.

Text Font Color

.myTextColor { color: #B89AA0; }

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

This text font color is #B89AA0.

Background Color

.myBgColor { background-color: #B89AA0; }

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

This div background color is #B89AA0.

Border color

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

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

This div border color is #B89AA0.

Opacity

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

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

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

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

This text has shadow with #B89AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89AA0.

Preview

Color preview on black background

This text has color #B89AA0 on black background.


Color preview on white background

This text has color #B89AA0 on white background.


Black color preview on #B89AA0 background

This text has black color on #B89AA0 background.


White color preview on #B89AA0 background

This text has white color on #B89AA0 background.


Related colors

Complementary color

Complementary color for #hex is #47655F.


I love getcolorcode.com

Triadic colors

1 #A0B89A and #9AA0B8 with #B89AA0 are triadic colors.

2 #A09AB8 and #9AB8A0 with #B89AA0 are triadic colors.