COLOR #B08789

HEX: #B08789 RGB: (176,135,137)

Color info

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

RGB color model

#B08789 color RGB value is (176,135,137).

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

RGB channels and saturation

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

176
135
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 135 + 137 = 448 (100%)
R 176 of 448 ~ 39.29%
G 135 of 448 ~ 30.13%
B 137 of 448 ~ 30.58'%

%39.29
%30.13
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.30%
  • 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
%23.3
%22.16
%30.98

Codes

Color #B08789 in popluar color models

B0 87 89
RGB 176 135 137
HSL 357° 20.60% 60.98%
HSB/HSV 357° 23.30% 69.02%
CMYK 0.00% 23.30% 22.16%
30.98%

Color #B08789 in popluar number systems.

HEX B0 87 89
Decimal 176 135 137
Binary 10110000 10000111 10001001
Octal 260 207 211

Shades and tints

Shades of #B08789

#B08789
(176,135,137)
#A07B7D
(160,123,125)
#906F71
(144,111,113)
#806365
(128,99,101)
#705759
(112,87,89)
#604B4D
(96,75,77)
#503F41
(80,63,65)
#403335
(64,51,53)
#302729
(48,39,41)
#201B1D
(32,27,29)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #B08789

#B08789
(176,135,137)
#B79193
(183,145,147)
#BE9B9D
(190,155,157)
#C5A5A7
(197,165,167)
#CCAFB1
(204,175,177)
#D3B9BB
(211,185,187)
#DAC3C5
(218,195,197)
#E1CDCF
(225,205,207)
#E8D7D9
(232,215,217)
#EFE1E3
(239,225,227)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B08789; }

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

This text font color is #B08789.

Background Color

.myBgColor { background-color: #B08789; }

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

This div background color is #B08789.

Border color

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

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

This div border color is #B08789.

Opacity

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

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

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

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

This text has shadow with #B08789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08789.

Preview

Color preview on black background

This text has color #B08789 on black background.


Color preview on white background

This text has color #B08789 on white background.


Black color preview on #B08789 background

This text has black color on #B08789 background.


White color preview on #B08789 background

This text has white color on #B08789 background.


Related colors

Complementary color

Complementary color for #hex is #4F7876.


I love getcolorcode.com

Triadic colors

1 #89B087 and #8789B0 with #B08789 are triadic colors.

2 #8987B0 and #87B089 with #B08789 are triadic colors.