COLOR #B872A6

HEX: #B872A6
RGB: (184,114,166)

Color info

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

RGB color model

#B872A6 color RGB value is (184,114,166).

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

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 166 of 255 = 65%

184
114
166

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

Portions of RGB colors in percentages

R + G + B =
184 + 114 + 166 = 464 (100%)
R 184 of 464 ~ 39.66%
G 114 of 464 ~ 24.57%
B 166 of 464 ~ 35.78%

%39.66
%24.57
%35.78

CMYK color model

#B872A6 color CMYK value is (0,38,10,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(0,38,10,28)
C0M38Y10K28 
(0%,38%,10%,28%)
(0.00/0.38/0.10/0.28)	

CMYK percentages

%0
%38.04
%9.78
%27.84

Codes

Color #B872A6 in popluar color models

B872A6
RGB184114166
HSL315°33.02%58.43%
HSB/HSV315°38.04%72.16%
CMYK0.00%38.04%9.78%
27.84%

Color #B872A6 in popluar number systems.

HEXB872A6
Decimal184114166
Binary10111000111001010100110
Octal270162246

Shades and tints

Shades of #B872A6

#B872A6
(184,114,166)
#A86897
(168,104,151)
#985E88
(152,94,136)
#885479
(136,84,121)
#784A6A
(120,74,106)
#68405B
(104,64,91)
#58364C
(88,54,76)
#482C3D
(72,44,61)
#38222E
(56,34,46)
#28181F
(40,24,31)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #B872A6

#B872A6
(184,114,166)
#BE7EAE
(190,126,174)
#C48AB6
(196,138,182)
#CA96BE
(202,150,190)
#D0A2C6
(208,162,198)
#D6AECE
(214,174,206)
#DCBAD6
(220,186,214)
#E2C6DE
(226,198,222)
#E8D2E6
(232,210,230)
#EEDEEE
(238,222,238)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B872A6 color. Also use rgb(184,114,166) instead hex code.

Text Font Color

.myTextColor { color: #B872A6; }

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

This text font color is #B872A6.


Background Color

.myBgColor { background-color: #B872A6; }

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

This div background color is #B872A6.


Border color

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

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

This div border color is #B872A6.


Opacity

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

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

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

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

This text has shadow with #B872A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B872A6 on black background.


Color preview on white background

This text has color #B872A6 on white background.



Black color preview on #B872A6 background

This text has black color on #B872A6 background.


White color preview on #B872A6 background

This text has white color on #B872A6 background.