COLOR #B774A2

HEX: #B774A2 RGB: (183,116,162)

Color info

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

RGB color model

#B774A2 color RGB value is (183,116,162).

RGB: (183,116,162) (72%, 45%, 64%)

RGB channels and saturation

R 183 of 255 = 72%
G 116 of 255 = 45%
B 162 of 255 = 64%

183
116
162

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

Portions of RGB colors in percentages

R + G + B = 183 + 116 + 162 = 461 (100%)
R 183 of 461 ~ 39.7%
G 116 of 461 ~ 25.16%
B 162 of 461 ~ 35.14'%

%39.7
%25.16
%35.14

CMYK color model

#B774A2 color CMYK value is (0,37,11,28).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 11.48%
  • key color value is 28.24%

CMYK: (0,37,11,28)
C0M37Y11K28 (0%, 37%, 11%, 28%)
(0.00 / 0.37 / 0.11 / 0.28)

CMYK percentages

%0
%36.61
%11.48
%28.24

Codes

Color #B774A2 in popluar color models

B7 74 A2
RGB 183 116 162
HSL 319° 31.75% 58.63%
HSB/HSV 319° 36.61% 71.76%
CMYK 0.00% 36.61% 11.48%
28.24%

Color #B774A2 in popluar number systems.

HEX B7 74 A2
Decimal 183 116 162
Binary 10110111 1110100 10100010
Octal 267 164 242

Shades and tints

Shades of #B774A2

#B774A2
(183,116,162)
#A76A94
(167,106,148)
#976086
(151,96,134)
#875678
(135,86,120)
#774C6A
(119,76,106)
#67425C
(103,66,92)
#57384E
(87,56,78)
#472E40
(71,46,64)
#372432
(55,36,50)
#271A24
(39,26,36)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #B774A2

#B774A2
(183,116,162)
#BD80AA
(189,128,170)
#C38CB2
(195,140,178)
#C998BA
(201,152,186)
#CFA4C2
(207,164,194)
#D5B0CA
(213,176,202)
#DBBCD2
(219,188,210)
#E1C8DA
(225,200,218)
#E7D4E2
(231,212,226)
#EDE0EA
(237,224,234)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B774A2; }

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

This text font color is #B774A2.

Background Color

.myBgColor { background-color: #B774A2; }

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

This div background color is #B774A2.

Border color

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

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

This div border color is #B774A2.

Opacity

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

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

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

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

This text has shadow with #B774A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B774A2.

Preview

Color preview on black background

This text has color #B774A2 on black background.


Color preview on white background

This text has color #B774A2 on white background.


Black color preview on #B774A2 background

This text has black color on #B774A2 background.


White color preview on #B774A2 background

This text has white color on #B774A2 background.


Related colors

Complementary color

Complementary color for #hex is #488B5D.


I love getcolorcode.com

Triadic colors

1 #A2B774 and #74A2B7 with #B774A2 are triadic colors.

2 #A274B7 and #74B7A2 with #B774A2 are triadic colors.