COLOR #B049AC

HEX: #B049AC RGB: (176,73,172)

Color info

#B049AC contains mainly red and blue colors. Web safe color of #B049AC is #993399 (or #939).

RGB color model

#B049AC color RGB value is (176,73,172).

RGB: (176,73,172) (69%, 29%, 67%)

RGB channels and saturation

R 176 of 255 = 69%
G 73 of 255 = 29%
B 172 of 255 = 67%

176
73
172

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

Portions of RGB colors in percentages

R + G + B = 176 + 73 + 172 = 421 (100%)
R 176 of 421 ~ 41.81%
G 73 of 421 ~ 17.34%
B 172 of 421 ~ 40.86'%

%41.81
%17.34
%40.86

CMYK color model

#B049AC color CMYK value is (0,59,2,31).

  • cyan value is 0.00%
  • magenta value is 58.52%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (0,59,2,31)
C0M59Y2K31 (0%, 59%, 2%, 31%)
(0.00 / 0.59 / 0.02 / 0.31)

CMYK percentages

%0
%58.52
%2.27
%30.98

Codes

Color #B049AC in popluar color models

B0 49 AC
RGB 176 73 172
HSL 302° 41.37% 48.82%
HSB/HSV 302° 58.52% 69.02%
CMYK 0.00% 58.52% 2.27%
30.98%

Color #B049AC in popluar number systems.

HEX B0 49 AC
Decimal 176 73 172
Binary 10110000 1001001 10101100
Octal 260 111 254

Shades and tints

Shades of #B049AC

#B049AC
(176,73,172)
#A0439D
(160,67,157)
#903D8E
(144,61,142)
#80377F
(128,55,127)
#703170
(112,49,112)
#602B61
(96,43,97)
#502552
(80,37,82)
#401F43
(64,31,67)
#301934
(48,25,52)
#201325
(32,19,37)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #B049AC

#B049AC
(176,73,172)
#B759B3
(183,89,179)
#BE69BA
(190,105,186)
#C579C1
(197,121,193)
#CC89C8
(204,137,200)
#D399CF
(211,153,207)
#DAA9D6
(218,169,214)
#E1B9DD
(225,185,221)
#E8C9E4
(232,201,228)
#EFD9EB
(239,217,235)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B049AC color. Also use rgb(176,73,172) instead hex code.

Text Font Color

.myTextColor { color: #B049AC; }

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

This text font color is #B049AC.

Background Color

.myBgColor { background-color: #B049AC; }

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

This div background color is #B049AC.

Border color

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

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

This div border color is #B049AC.

Opacity

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

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

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

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

This text has shadow with #B049AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B049AC.

Preview

Color preview on black background

This text has color #B049AC on black background.


Color preview on white background

This text has color #B049AC on white background.


Black color preview on #B049AC background

This text has black color on #B049AC background.


White color preview on #B049AC background

This text has white color on #B049AC background.


Related colors

Complementary color

Complementary color for #hex is #4FB653.


I love getcolorcode.com

Triadic colors

1 #ACB049 and #49ACB0 with #B049AC are triadic colors.

2 #AC49B0 and #49B0AC with #B049AC are triadic colors.