COLOR #B18889

HEX: #B18889 RGB: (177,136,137)

Color info

#B18889 contains red, green and blue colors in about the same proportion. Web safe color of #B18889 is #999999 (or #999).

RGB color model

#B18889 color RGB value is (177,136,137).

RGB: (177,136,137) (69%, 53%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 137 of 255 = 54%

177
136
137

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

Portions of RGB colors in percentages

R + G + B = 177 + 136 + 137 = 450 (100%)
R 177 of 450 ~ 39.33%
G 136 of 450 ~ 30.22%
B 137 of 450 ~ 30.44'%

%39.33
%30.22
%30.44

CMYK color model

#B18889 color CMYK value is (0,23,23,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 22.60%
  • key color value is 30.59%

CMYK: (0,23,23,31)
C0M23Y23K31 (0%, 23%, 23%, 31%)
(0.00 / 0.23 / 0.23 / 0.31)

CMYK percentages

%0
%23.16
%22.6
%30.59

Codes

Color #B18889 in popluar color models

B1 88 89
RGB 177 136 137
HSL 359° 20.81% 61.37%
HSB/HSV 359° 23.16% 69.41%
CMYK 0.00% 23.16% 22.60%
30.59%

Color #B18889 in popluar number systems.

HEX B1 88 89
Decimal 177 136 137
Binary 10110001 10001000 10001001
Octal 261 210 211

Shades and tints

Shades of #B18889

#B18889
(177,136,137)
#A17C7D
(161,124,125)
#917071
(145,112,113)
#816465
(129,100,101)
#715859
(113,88,89)
#614C4D
(97,76,77)
#514041
(81,64,65)
#413435
(65,52,53)
#312829
(49,40,41)
#211C1D
(33,28,29)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #B18889

#B18889
(177,136,137)
#B89293
(184,146,147)
#BF9C9D
(191,156,157)
#C6A6A7
(198,166,167)
#CDB0B1
(205,176,177)
#D4BABB
(212,186,187)
#DBC4C5
(219,196,197)
#E2CECF
(226,206,207)
#E9D8D9
(233,216,217)
#F0E2E3
(240,226,227)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18889; }

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

This text font color is #B18889.

Background Color

.myBgColor { background-color: #B18889; }

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

This div background color is #B18889.

Border color

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

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

This div border color is #B18889.

Opacity

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

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

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

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

This text has shadow with #B18889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18889.

Preview

Color preview on black background

This text has color #B18889 on black background.


Color preview on white background

This text has color #B18889 on white background.


Black color preview on #B18889 background

This text has black color on #B18889 background.


White color preview on #B18889 background

This text has white color on #B18889 background.


Related colors

Complementary color

Complementary color for #hex is #4E7776.


I love getcolorcode.com

Triadic colors

1 #89B188 and #8889B1 with #B18889 are triadic colors.

2 #8988B1 and #88B189 with #B18889 are triadic colors.