COLOR #B47598

HEX: #B47598
RGB: (180,117,152)

Color info

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

RGB color model

#B47598 color RGB value is (180,117,152).

  • red value is 180;
  • green value is 117;
  • blue value is 152.
RGB:
(180,117,152)
(71%,46%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 152 of 255 = 60%

180
117
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 117 + 152 = 449 (100%)
R 180 of 449 ~ 40.09%
G 117 of 449 ~ 26.06%
B 152 of 449 ~ 33.85%

%40.09
%26.06
%33.85

CMYK color model

#B47598 color CMYK value is (0,35,16,29).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,35,16,29)
C0M35Y16K29 
(0%,35%,16%,29%)
(0.00/0.35/0.16/0.29)	

CMYK percentages

%0
%35
%15.56
%29.41

Codes

Color #B47598 in popluar color models

B47598
RGB180117152
HSL327°29.58%58.24%
HSB/HSV327°35.00%70.59%
CMYK0.00%35.00%15.56%
29.41%

Color #B47598 in popluar number systems.

HEXB47598
Decimal180117152
Binary10110100111010110011000
Octal264165230

Shades and tints

Shades of #B47598

#B47598
(180,117,152)
#A46B8B
(164,107,139)
#94617E
(148,97,126)
#845771
(132,87,113)
#744D64
(116,77,100)
#644357
(100,67,87)
#54394A
(84,57,74)
#442F3D
(68,47,61)
#342530
(52,37,48)
#241B23
(36,27,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B47598

#B47598
(180,117,152)
#BA81A1
(186,129,161)
#C08DAA
(192,141,170)
#C699B3
(198,153,179)
#CCA5BC
(204,165,188)
#D2B1C5
(210,177,197)
#D8BDCE
(216,189,206)
#DEC9D7
(222,201,215)
#E4D5E0
(228,213,224)
#EAE1E9
(234,225,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47598 color. Also use rgb(180,117,152) instead hex code.

Text Font Color

.myTextColor { color: #B47598; }

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

This text font color is #B47598.


Background Color

.myBgColor { background-color: #B47598; }

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

This div background color is #B47598.


Border color

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

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

This div border color is #B47598.


Opacity

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

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

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

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

This text has shadow with #B47598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47598 on black background.


Color preview on white background

This text has color #B47598 on white background.



Black color preview on #B47598 background

This text has black color on #B47598 background.


White color preview on #B47598 background

This text has white color on #B47598 background.