COLOR #B88989

HEX: #B88989 RGB: (184,137,137)

Color info

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

RGB color model

#B88989 color RGB value is (184,137,137).

RGB: (184,137,137) (72%, 54%, 54%)

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 137 of 255 = 54%

184
137
137

R + G + B ~ 60%. #B88989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 184 + 137 + 137 = 458 (100%)
R 184 of 458 ~ 40.17%
G 137 of 458 ~ 29.91%
B 137 of 458 ~ 29.91'%

%40.17
%29.91
%29.91

CMYK color model

#B88989 color CMYK value is (0,26,26,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 25.54%
  • key color value is 27.84%

CMYK: (0,26,26,28)
C0M26Y26K28 (0%, 26%, 26%, 28%)
(0.00 / 0.26 / 0.26 / 0.28)

CMYK percentages

%0
%25.54
%25.54
%27.84

Codes

Color #B88989 in popluar color models

B8 89 89
RGB 184 137 137
HSL 24.87% 62.94%
HSB/HSV 25.54% 72.16%
CMYK 0.00% 25.54% 25.54%
27.84%

Color #B88989 in popluar number systems.

HEX B8 89 89
Decimal 184 137 137
Binary 10111000 10001001 10001001
Octal 270 211 211

Shades and tints

Shades of #B88989

#B88989
(184,137,137)
#A87D7D
(168,125,125)
#987171
(152,113,113)
#886565
(136,101,101)
#785959
(120,89,89)
#684D4D
(104,77,77)
#584141
(88,65,65)
#483535
(72,53,53)
#382929
(56,41,41)
#281D1D
(40,29,29)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #B88989

#B88989
(184,137,137)
#BE9393
(190,147,147)
#C49D9D
(196,157,157)
#CAA7A7
(202,167,167)
#D0B1B1
(208,177,177)
#D6BBBB
(214,187,187)
#DCC5C5
(220,197,197)
#E2CFCF
(226,207,207)
#E8D9D9
(232,217,217)
#EEE3E3
(238,227,227)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88989; }

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

This text font color is #B88989.

Background Color

.myBgColor { background-color: #B88989; }

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

This div background color is #B88989.

Border color

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

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

This div border color is #B88989.

Opacity

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

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

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

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

This text has shadow with #B88989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88989.

Preview

Color preview on black background

This text has color #B88989 on black background.


Color preview on white background

This text has color #B88989 on white background.


Black color preview on #B88989 background

This text has black color on #B88989 background.


White color preview on #B88989 background

This text has white color on #B88989 background.


Related colors

Complementary color

Complementary color for #hex is #477676.


I love getcolorcode.com