COLOR #B77E98

HEX: #B77E98 RGB: (183,126,152)

Color info

#B77E98 contains red, green and blue colors in about the same proportion. Web safe color of #B77E98 is #CC6699 (or #C69).

RGB color model

#B77E98 color RGB value is (183,126,152).

RGB: (183,126,152) (72%, 49%, 60%)

RGB channels and saturation

R 183 of 255 = 72%
G 126 of 255 = 49%
B 152 of 255 = 60%

183
126
152

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

Portions of RGB colors in percentages

R + G + B = 183 + 126 + 152 = 461 (100%)
R 183 of 461 ~ 39.7%
G 126 of 461 ~ 27.33%
B 152 of 461 ~ 32.97'%

%39.7
%27.33
%32.97

CMYK color model

#B77E98 color CMYK value is (0,31,17,28).

  • cyan value is 0.00%
  • magenta value is 31.15%
  • yellow value is 16.94%
  • key color value is 28.24%

CMYK: (0,31,17,28)
C0M31Y17K28 (0%, 31%, 17%, 28%)
(0.00 / 0.31 / 0.17 / 0.28)

CMYK percentages

%0
%31.15
%16.94
%28.24

Codes

Color #B77E98 in popluar color models

B7 7E 98
RGB 183 126 152
HSL 333° 28.36% 60.59%
HSB/HSV 333° 31.15% 71.76%
CMYK 0.00% 31.15% 16.94%
28.24%

Color #B77E98 in popluar number systems.

HEX B7 7E 98
Decimal 183 126 152
Binary 10110111 1111110 10011000
Octal 267 176 230

Shades and tints

Shades of #B77E98

#B77E98
(183,126,152)
#A7738B
(167,115,139)
#97687E
(151,104,126)
#875D71
(135,93,113)
#775264
(119,82,100)
#674757
(103,71,87)
#573C4A
(87,60,74)
#47313D
(71,49,61)
#372630
(55,38,48)
#271B23
(39,27,35)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #B77E98

#B77E98
(183,126,152)
#BD89A1
(189,137,161)
#C394AA
(195,148,170)
#C99FB3
(201,159,179)
#CFAABC
(207,170,188)
#D5B5C5
(213,181,197)
#DBC0CE
(219,192,206)
#E1CBD7
(225,203,215)
#E7D6E0
(231,214,224)
#EDE1E9
(237,225,233)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77E98 color. Also use rgb(183,126,152) instead hex code.

Text Font Color

.myTextColor { color: #B77E98; }

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

This text font color is #B77E98.

Background Color

.myBgColor { background-color: #B77E98; }

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

This div background color is #B77E98.

Border color

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

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

This div border color is #B77E98.

Opacity

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

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

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

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

This text has shadow with #B77E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77E98.

Preview

Color preview on black background

This text has color #B77E98 on black background.


Color preview on white background

This text has color #B77E98 on white background.


Black color preview on #B77E98 background

This text has black color on #B77E98 background.


White color preview on #B77E98 background

This text has white color on #B77E98 background.


Related colors

Complementary color

Complementary color for #hex is #488167.


I love getcolorcode.com

Triadic colors

1 #98B77E and #7E98B7 with #B77E98 are triadic colors.

2 #987EB7 and #7EB798 with #B77E98 are triadic colors.