COLOR #B77494

HEX: #B77494
RGB: (183,116,148)

Color info

#B77494 contains mainly red and blue colors. Web safe color of #B77494 is #CC6699 (or #C69).

RGB color model

#B77494 color RGB value is (183,116,148).

  • red value is 183;
  • green value is 116;
  • blue value is 148.
RGB:
(183,116,148)
(72%,45%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 116 of 255 = 45%
B 148 of 255 = 58%

183
116
148

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

Portions of RGB colors in percentages

R + G + B =
183 + 116 + 148 = 447 (100%)
R 183 of 447 ~ 40.94%
G 116 of 447 ~ 25.95%
B 148 of 447 ~ 33.11%

%40.94
%25.95
%33.11

CMYK color model

#B77494 color CMYK value is (0,37,19,28).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 19.13%
  • key color value is 28.24%
CMYK:
(0,37,19,28)
C0M37Y19K28 
(0%,37%,19%,28%)
(0.00/0.37/0.19/0.28)	

CMYK percentages

%0
%36.61
%19.13
%28.24

Codes

Color #B77494 in popluar color models

B77494
RGB183116148
HSL331°31.75%58.63%
HSB/HSV331°36.61%71.76%
CMYK0.00%36.61%19.13%
28.24%

Color #B77494 in popluar number systems.

HEXB77494
Decimal183116148
Binary10110111111010010010100
Octal267164224

Shades and tints

Shades of #B77494

#B77494
(183,116,148)
#A76A87
(167,106,135)
#97607A
(151,96,122)
#87566D
(135,86,109)
#774C60
(119,76,96)
#674253
(103,66,83)
#573846
(87,56,70)
#472E39
(71,46,57)
#37242C
(55,36,44)
#271A1F
(39,26,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #B77494

#B77494
(183,116,148)
#BD809D
(189,128,157)
#C38CA6
(195,140,166)
#C998AF
(201,152,175)
#CFA4B8
(207,164,184)
#D5B0C1
(213,176,193)
#DBBCCA
(219,188,202)
#E1C8D3
(225,200,211)
#E7D4DC
(231,212,220)
#EDE0E5
(237,224,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77494 color. Also use rgb(183,116,148) instead hex code.

Text Font Color

.myTextColor { color: #B77494; }

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

This text font color is #B77494.


Background Color

.myBgColor { background-color: #B77494; }

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

This div background color is #B77494.


Border color

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

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

This div border color is #B77494.


Opacity

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

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

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

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

This text has shadow with #B77494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77494 on black background.


Color preview on white background

This text has color #B77494 on white background.



Black color preview on #B77494 background

This text has black color on #B77494 background.


White color preview on #B77494 background

This text has white color on #B77494 background.