COLOR #B38789

HEX: #B38789 RGB: (179,135,137)

Color info

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

RGB color model

#B38789 color RGB value is (179,135,137).

RGB: (179,135,137) (70%, 53%, 54%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 137 of 255 = 54%

179
135
137

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

Portions of RGB colors in percentages

R + G + B = 179 + 135 + 137 = 451 (100%)
R 179 of 451 ~ 39.69%
G 135 of 451 ~ 29.93%
B 137 of 451 ~ 30.38'%

%39.69
%29.93
%30.38

CMYK color model

#B38789 color CMYK value is (0,25,23,30).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK: (0,25,23,30) C0M25Y23K30 (0%,25%,23%,30%) (0.00/0.25/0.23/0.30) 

CMYK percentages

%0
%24.58
%23.46
%29.8

Codes

Color #B38789 in popluar color models

B3 87 89
RGB 179 135 137
HSL 357° 22.45% 61.57%
HSB/HSV 357° 24.58% 70.20%
CMYK 0.00% 24.58% 23.46%
29.80%

Color #B38789 in popluar number systems.

HEX B3 87 89
Decimal 179 135 137
Binary 10110011 10000111 10001001
Octal 263 207 211

Shades and tints

Shades of #B38789

#B38789
(179,135,137)
#A37B7D
(163,123,125)
#936F71
(147,111,113)
#836365
(131,99,101)
#735759
(115,87,89)
#634B4D
(99,75,77)
#533F41
(83,63,65)
#433335
(67,51,53)
#332729
(51,39,41)
#231B1D
(35,27,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B38789

#B38789
(179,135,137)
#B99193
(185,145,147)
#BF9B9D
(191,155,157)
#C5A5A7
(197,165,167)
#CBAFB1
(203,175,177)
#D1B9BB
(209,185,187)
#D7C3C5
(215,195,197)
#DDCDCF
(221,205,207)
#E3D7D9
(227,215,217)
#E9E1E3
(233,225,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38789; }

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

This text font color is #B38789.

Background Color

.myBgColor { background-color: #B38789; }

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

This div background color is #B38789.

Border color

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

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

This div border color is #B38789.

Opacity

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

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

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

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

This text has shadow with #B38789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38789.

Preview

Color preview on black background

This text has color #B38789 on black background.


Color preview on white background

This text has color #B38789 on white background.


Black color preview on #B38789 background

This text has black color on #B38789 background.


White color preview on #B38789 background

This text has white color on #B38789 background.


Related colors

Complementary color

Complementary color for #hex is #4C7876.


I love getcolorcode.com

Triadic colors

1 #89B387 and #8789B3 with #B38789 are triadic colors.

2 #8987B3 and #87B389 with #B38789 are triadic colors.