COLOR #B77193

HEX: #B77193
RGB: (183,113,147)

Color info

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

RGB color model

#B77193 color RGB value is (183,113,147).

  • red value is 183;
  • green value is 113;
  • blue value is 147.
RGB:
(183,113,147)
(72%,44%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 113 of 255 = 44%
B 147 of 255 = 58%

183
113
147

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

Portions of RGB colors in percentages

R + G + B =
183 + 113 + 147 = 443 (100%)
R 183 of 443 ~ 41.31%
G 113 of 443 ~ 25.51%
B 147 of 443 ~ 33.18%

%41.31
%25.51
%33.18

CMYK color model

#B77193 color CMYK value is (0,38,20,28).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(0,38,20,28)
C0M38Y20K28 
(0%,38%,20%,28%)
(0.00/0.38/0.20/0.28)	

CMYK percentages

%0
%38.25
%19.67
%28.24

Codes

Color #B77193 in popluar color models

B77193
RGB183113147
HSL331°32.71%58.04%
HSB/HSV331°38.25%71.76%
CMYK0.00%38.25%19.67%
28.24%

Color #B77193 in popluar number systems.

HEXB77193
Decimal183113147
Binary10110111111000110010011
Octal267161223

Shades and tints

Shades of #B77193

#B77193
(183,113,147)
#A76786
(167,103,134)
#975D79
(151,93,121)
#87536C
(135,83,108)
#77495F
(119,73,95)
#673F52
(103,63,82)
#573545
(87,53,69)
#472B38
(71,43,56)
#37212B
(55,33,43)
#27171E
(39,23,30)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #B77193

#B77193
(183,113,147)
#BD7D9C
(189,125,156)
#C389A5
(195,137,165)
#C995AE
(201,149,174)
#CFA1B7
(207,161,183)
#D5ADC0
(213,173,192)
#DBB9C9
(219,185,201)
#E1C5D2
(225,197,210)
#E7D1DB
(231,209,219)
#EDDDE4
(237,221,228)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77193 color. Also use rgb(183,113,147) instead hex code.

Text Font Color

.myTextColor { color: #B77193; }

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

This text font color is #B77193.


Background Color

.myBgColor { background-color: #B77193; }

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

This div background color is #B77193.


Border color

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

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

This div border color is #B77193.


Opacity

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

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

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

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

This text has shadow with #B77193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77193 on black background.


Color preview on white background

This text has color #B77193 on white background.



Black color preview on #B77193 background

This text has black color on #B77193 background.


White color preview on #B77193 background

This text has white color on #B77193 background.