COLOR #B89884

HEX: #B89884 RGB: (184,152,132)

Color info

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

RGB color model

#B89884 color RGB value is (184,152,132).

RGB: (184,152,132) (72%, 60%, 52%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 132 of 255 = 52%

184
152
132

R + G + B ~ 61%. #B89884 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 152 + 132 = 468 (100%)
R 184 of 468 ~ 39.32%
G 152 of 468 ~ 32.48%
B 132 of 468 ~ 28.21'%

%39.32
%32.48
%28.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 28.26%
  • key color value is 27.84%

CMYK: (0,17,28,28)
C0M17Y28K28 (0%, 17%, 28%, 28%)
(0.00 / 0.17 / 0.28 / 0.28)

CMYK percentages

%0
%17.39
%28.26
%27.84

Codes

Color #B89884 in popluar color models

B8 98 84
RGB 184 152 132
HSL 23° 26.80% 61.96%
HSB/HSV 23° 28.26% 72.16%
CMYK 0.00% 17.39% 28.26%
27.84%

Color #B89884 in popluar number systems.

HEX B8 98 84
Decimal 184 152 132
Binary 10111000 10011000 10000100
Octal 270 230 204

Shades and tints

Shades of #B89884

#B89884
(184,152,132)
#A88B78
(168,139,120)
#987E6C
(152,126,108)
#887160
(136,113,96)
#786454
(120,100,84)
#685748
(104,87,72)
#584A3C
(88,74,60)
#483D30
(72,61,48)
#383024
(56,48,36)
#282318
(40,35,24)
#18160C
(24,22,12)
#000000
(0,0,0)

Tints of #B89884

#B89884
(184,152,132)
#BEA18F
(190,161,143)
#C4AA9A
(196,170,154)
#CAB3A5
(202,179,165)
#D0BCB0
(208,188,176)
#D6C5BB
(214,197,187)
#DCCEC6
(220,206,198)
#E2D7D1
(226,215,209)
#E8E0DC
(232,224,220)
#EEE9E7
(238,233,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89884 color. Also use rgb(184,152,132) instead hex code.

Text Font Color

.myTextColor { color: #B89884; }

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

This text font color is #B89884.

Background Color

.myBgColor { background-color: #B89884; }

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

This div background color is #B89884.

Border color

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

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

This div border color is #B89884.

Opacity

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

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

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

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

This text has shadow with #B89884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89884.

Preview

Color preview on black background

This text has color #B89884 on black background.


Color preview on white background

This text has color #B89884 on white background.


Black color preview on #B89884 background

This text has black color on #B89884 background.


White color preview on #B89884 background

This text has white color on #B89884 background.


Related colors

Complementary color

Complementary color for #hex is #47677B.


I love getcolorcode.com

Triadic colors

1 #84B898 and #9884B8 with #B89884 are triadic colors.

2 #8498B8 and #98B884 with #B89884 are triadic colors.