COLOR #B8719A

HEX: #B8719A
RGB: (184,113,154)

Color info

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

RGB color model

#B8719A color RGB value is (184,113,154).

  • red value is 184;
  • green value is 113;
  • blue value is 154.
RGB:
(184,113,154)
(72%,44%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 113 of 255 = 44%
B 154 of 255 = 60%

184
113
154

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

Portions of RGB colors in percentages

R + G + B =
184 + 113 + 154 = 451 (100%)
R 184 of 451 ~ 40.8%
G 113 of 451 ~ 25.06%
B 154 of 451 ~ 34.15%

%40.8
%25.06
%34.15

CMYK color model

#B8719A color CMYK value is (0,39,16,28).

  • cyan value is 0.00%
  • magenta value is 38.59%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(0,39,16,28)
C0M39Y16K28 
(0%,39%,16%,28%)
(0.00/0.39/0.16/0.28)	

CMYK percentages

%0
%38.59
%16.3
%27.84

Codes

Color #B8719A in popluar color models

B8719A
RGB184113154
HSL325°33.33%58.24%
HSB/HSV325°38.59%72.16%
CMYK0.00%38.59%16.30%
27.84%

Color #B8719A in popluar number systems.

HEXB8719A
Decimal184113154
Binary10111000111000110011010
Octal270161232

Shades and tints

Shades of #B8719A

#B8719A
(184,113,154)
#A8678C
(168,103,140)
#985D7E
(152,93,126)
#885370
(136,83,112)
#784962
(120,73,98)
#683F54
(104,63,84)
#583546
(88,53,70)
#482B38
(72,43,56)
#38212A
(56,33,42)
#28171C
(40,23,28)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #B8719A

#B8719A
(184,113,154)
#BE7DA3
(190,125,163)
#C489AC
(196,137,172)
#CA95B5
(202,149,181)
#D0A1BE
(208,161,190)
#D6ADC7
(214,173,199)
#DCB9D0
(220,185,208)
#E2C5D9
(226,197,217)
#E8D1E2
(232,209,226)
#EEDDEB
(238,221,235)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8719A color. Also use rgb(184,113,154) instead hex code.

Text Font Color

.myTextColor { color: #B8719A; }

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

This text font color is #B8719A.


Background Color

.myBgColor { background-color: #B8719A; }

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

This div background color is #B8719A.


Border color

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

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

This div border color is #B8719A.


Opacity

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

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

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

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

This text has shadow with #B8719A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8719A on black background.


Color preview on white background

This text has color #B8719A on white background.



Black color preview on #B8719A background

This text has black color on #B8719A background.


White color preview on #B8719A background

This text has white color on #B8719A background.