COLOR #B08889

HEX: #B08889 RGB: (176,136,137)

Color info

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

RGB color model

#B08889 color RGB value is (176,136,137).

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

RGB channels and saturation

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

176
136
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 136 + 137 = 449 (100%)
R 176 of 449 ~ 39.2%
G 136 of 449 ~ 30.29%
B 137 of 449 ~ 30.51'%

%39.2
%30.29
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 22.16%
  • key color value is 30.98%

CMYK: (0,23,22,31)
C0M23Y22K31 (0%, 23%, 22%, 31%)
(0.00 / 0.23 / 0.22 / 0.31)

CMYK percentages

%0
%22.73
%22.16
%30.98

Codes

Color #B08889 in popluar color models

B0 88 89
RGB 176 136 137
HSL 359° 20.20% 61.18%
HSB/HSV 359° 22.73% 69.02%
CMYK 0.00% 22.73% 22.16%
30.98%

Color #B08889 in popluar number systems.

HEX B0 88 89
Decimal 176 136 137
Binary 10110000 10001000 10001001
Octal 260 210 211

Shades and tints

Shades of #B08889

#B08889
(176,136,137)
#A07C7D
(160,124,125)
#907071
(144,112,113)
#806465
(128,100,101)
#705859
(112,88,89)
#604C4D
(96,76,77)
#504041
(80,64,65)
#403435
(64,52,53)
#302829
(48,40,41)
#201C1D
(32,28,29)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #B08889

#B08889
(176,136,137)
#B79293
(183,146,147)
#BE9C9D
(190,156,157)
#C5A6A7
(197,166,167)
#CCB0B1
(204,176,177)
#D3BABB
(211,186,187)
#DAC4C5
(218,196,197)
#E1CECF
(225,206,207)
#E8D8D9
(232,216,217)
#EFE2E3
(239,226,227)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08889; }

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

This text font color is #B08889.

Background Color

.myBgColor { background-color: #B08889; }

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

This div background color is #B08889.

Border color

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

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

This div border color is #B08889.

Opacity

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

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

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

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

This text has shadow with #B08889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08889.

Preview

Color preview on black background

This text has color #B08889 on black background.


Color preview on white background

This text has color #B08889 on white background.


Black color preview on #B08889 background

This text has black color on #B08889 background.


White color preview on #B08889 background

This text has white color on #B08889 background.


Related colors

Complementary color

Complementary color for #hex is #4F7776.


I love getcolorcode.com

Triadic colors

1 #89B088 and #8889B0 with #B08889 are triadic colors.

2 #8988B0 and #88B089 with #B08889 are triadic colors.