COLOR #B774A6

HEX: #B774A6
RGB: (183,116,166)

Color info

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

RGB color model

#B774A6 color RGB value is (183,116,166).

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

RGB channels and saturation

R 183 of 255 = 72%
G 116 of 255 = 45%
B 166 of 255 = 65%

183
116
166

R + G + B ~ 61%. #B774A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 116 + 166 = 465 (100%)
R 183 of 465 ~ 39.35%
G 116 of 465 ~ 24.95%
B 166 of 465 ~ 35.7%

%39.35
%24.95
%35.7

CMYK color model

#B774A6 color CMYK value is (0,37,9,28).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 9.29%
  • key color value is 28.24%
CMYK:
(0,37,9,28)
C0M37Y9K28 
(0%,37%,9%,28%)
(0.00/0.37/0.09/0.28)	

CMYK percentages

%0
%36.61
%9.29
%28.24

Codes

Color #B774A6 in popluar color models

B774A6
RGB183116166
HSL315°31.75%58.63%
HSB/HSV315°36.61%71.76%
CMYK0.00%36.61%9.29%
28.24%

Color #B774A6 in popluar number systems.

HEXB774A6
Decimal183116166
Binary10110111111010010100110
Octal267164246

Shades and tints

Shades of #B774A6

#B774A6
(183,116,166)
#A76A97
(167,106,151)
#976088
(151,96,136)
#875679
(135,86,121)
#774C6A
(119,76,106)
#67425B
(103,66,91)
#57384C
(87,56,76)
#472E3D
(71,46,61)
#37242E
(55,36,46)
#271A1F
(39,26,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #B774A6

#B774A6
(183,116,166)
#BD80AE
(189,128,174)
#C38CB6
(195,140,182)
#C998BE
(201,152,190)
#CFA4C6
(207,164,198)
#D5B0CE
(213,176,206)
#DBBCD6
(219,188,214)
#E1C8DE
(225,200,222)
#E7D4E6
(231,212,230)
#EDE0EE
(237,224,238)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B774A6; }

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

This text font color is #B774A6.


Background Color

.myBgColor { background-color: #B774A6; }

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

This div background color is #B774A6.


Border color

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

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

This div border color is #B774A6.


Opacity

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

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

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

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

This text has shadow with #B774A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B774A6 on black background.


Color preview on white background

This text has color #B774A6 on white background.



Black color preview on #B774A6 background

This text has black color on #B774A6 background.


White color preview on #B774A6 background

This text has white color on #B774A6 background.