COLOR #B07899

HEX: #B07899 RGB: (176,120,153)

Color info

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

RGB color model

#B07899 color RGB value is (176,120,153).

RGB: (176,120,153) (69%, 47%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 120 of 255 = 47%
B 153 of 255 = 60%

176
120
153

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

Portions of RGB colors in percentages

R + G + B = 176 + 120 + 153 = 449 (100%)
R 176 of 449 ~ 39.2%
G 120 of 449 ~ 26.73%
B 153 of 449 ~ 34.08'%

%39.2
%26.73
%34.08

CMYK color model

#B07899 color CMYK value is (0,32,13,31).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK: (0,32,13,31) C0M32Y13K31 (0%,32%,13%,31%) (0.00/0.32/0.13/0.31) 

CMYK percentages

%0
%31.82
%13.07
%30.98

Codes

Color #B07899 in popluar color models

B0 78 99
RGB 176 120 153
HSL 325° 26.17% 58.04%
HSB/HSV 325° 31.82% 69.02%
CMYK 0.00% 31.82% 13.07%
30.98%

Color #B07899 in popluar number systems.

HEX B0 78 99
Decimal 176 120 153
Binary 10110000 1111000 10011001
Octal 260 170 231

Shades and tints

Shades of #B07899

#B07899
(176,120,153)
#A06E8C
(160,110,140)
#90647F
(144,100,127)
#805A72
(128,90,114)
#705065
(112,80,101)
#604658
(96,70,88)
#503C4B
(80,60,75)
#40323E
(64,50,62)
#302831
(48,40,49)
#201E24
(32,30,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #B07899

#B07899
(176,120,153)
#B784A2
(183,132,162)
#BE90AB
(190,144,171)
#C59CB4
(197,156,180)
#CCA8BD
(204,168,189)
#D3B4C6
(211,180,198)
#DAC0CF
(218,192,207)
#E1CCD8
(225,204,216)
#E8D8E1
(232,216,225)
#EFE4EA
(239,228,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07899; }

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

This text font color is #B07899.

Background Color

.myBgColor { background-color: #B07899; }

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

This div background color is #B07899.

Border color

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

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

This div border color is #B07899.

Opacity

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

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

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

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

This text has shadow with #B07899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07899.

Preview

Color preview on black background

This text has color #B07899 on black background.


Color preview on white background

This text has color #B07899 on white background.


Black color preview on #B07899 background

This text has black color on #B07899 background.


White color preview on #B07899 background

This text has white color on #B07899 background.


Related colors

Complementary color

Complementary color for #hex is #4F8766.


I love getcolorcode.com

Triadic colors

1 #99B078 and #7899B0 with #B07899 are triadic colors.

2 #9978B0 and #78B099 with #B07899 are triadic colors.