COLOR #B07889

HEX: #B07889 RGB: (176,120,137)

Color info

#B07889 contains red, green and blue colors in about the same proportion. Web safe color of #B07889 is #996699 (or #969).

RGB color model

#B07889 color RGB value is (176,120,137).

RGB: (176,120,137) (69%, 47%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 120 of 255 = 47%
B 137 of 255 = 54%

176
120
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 120 + 137 = 433 (100%)
R 176 of 433 ~ 40.65%
G 120 of 433 ~ 27.71%
B 137 of 433 ~ 31.64'%

%40.65
%27.71
%31.64

CMYK color model

#B07889 color CMYK value is (0,32,22,31).

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

CMYK: (0,32,22,31)
C0M32Y22K31 (0%, 32%, 22%, 31%)
(0.00 / 0.32 / 0.22 / 0.31)

CMYK percentages

%0
%31.82
%22.16
%30.98

Codes

Color #B07889 in popluar color models

B0 78 89
RGB 176 120 137
HSL 342° 26.17% 58.04%
HSB/HSV 342° 31.82% 69.02%
CMYK 0.00% 31.82% 22.16%
30.98%

Color #B07889 in popluar number systems.

HEX B0 78 89
Decimal 176 120 137
Binary 10110000 1111000 10001001
Octal 260 170 211

Shades and tints

Shades of #B07889

#B07889
(176,120,137)
#A06E7D
(160,110,125)
#906471
(144,100,113)
#805A65
(128,90,101)
#705059
(112,80,89)
#60464D
(96,70,77)
#503C41
(80,60,65)
#403235
(64,50,53)
#302829
(48,40,41)
#201E1D
(32,30,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B07889

#B07889
(176,120,137)
#B78493
(183,132,147)
#BE909D
(190,144,157)
#C59CA7
(197,156,167)
#CCA8B1
(204,168,177)
#D3B4BB
(211,180,187)
#DAC0C5
(218,192,197)
#E1CCCF
(225,204,207)
#E8D8D9
(232,216,217)
#EFE4E3
(239,228,227)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07889; }

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

This text font color is #B07889.

Background Color

.myBgColor { background-color: #B07889; }

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

This div background color is #B07889.

Border color

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

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

This div border color is #B07889.

Opacity

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

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

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

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

This text has shadow with #B07889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07889.

Preview

Color preview on black background

This text has color #B07889 on black background.


Color preview on white background

This text has color #B07889 on white background.


Black color preview on #B07889 background

This text has black color on #B07889 background.


White color preview on #B07889 background

This text has white color on #B07889 background.


Related colors

Complementary color

Complementary color for #hex is #4F8776.


I love getcolorcode.com

Triadic colors

1 #89B078 and #7889B0 with #B07889 are triadic colors.

2 #8978B0 and #78B089 with #B07889 are triadic colors.