COLOR #B37798

HEX: #B37798
RGB: (179,119,152)

Color info

#B37798 contains mainly red and blue colors. Web safe color of #B37798 is #996699 (or #969).

RGB color model

#B37798 color RGB value is (179,119,152).

  • red value is 179;
  • green value is 119;
  • blue value is 152.
RGB:
(179,119,152)
(70%,47%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 152 of 255 = 60%

179
119
152

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 152 = 450 (100%)
R 179 of 450 ~ 39.78%
G 119 of 450 ~ 26.44%
B 152 of 450 ~ 33.78%

%39.78
%26.44
%33.78

CMYK color model

#B37798 color CMYK value is (0,34,15,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 15.08%
  • key color value is 29.80%
CMYK:
(0,34,15,30)
C0M34Y15K30 
(0%,34%,15%,30%)
(0.00/0.34/0.15/0.30)	

CMYK percentages

%0
%33.52
%15.08
%29.8

Codes

Color #B37798 in popluar color models

B37798
RGB179119152
HSL327°28.30%58.43%
HSB/HSV327°33.52%70.20%
CMYK0.00%33.52%15.08%
29.80%

Color #B37798 in popluar number systems.

HEXB37798
Decimal179119152
Binary10110011111011110011000
Octal263167230

Shades and tints

Shades of #B37798

#B37798
(179,119,152)
#A36D8B
(163,109,139)
#93637E
(147,99,126)
#835971
(131,89,113)
#734F64
(115,79,100)
#634557
(99,69,87)
#533B4A
(83,59,74)
#43313D
(67,49,61)
#332730
(51,39,48)
#231D23
(35,29,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B37798

#B37798
(179,119,152)
#B983A1
(185,131,161)
#BF8FAA
(191,143,170)
#C59BB3
(197,155,179)
#CBA7BC
(203,167,188)
#D1B3C5
(209,179,197)
#D7BFCE
(215,191,206)
#DDCBD7
(221,203,215)
#E3D7E0
(227,215,224)
#E9E3E9
(233,227,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37798 color. Also use rgb(179,119,152) instead hex code.

Text Font Color

.myTextColor { color: #B37798; }

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

This text font color is #B37798.


Background Color

.myBgColor { background-color: #B37798; }

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

This div background color is #B37798.


Border color

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

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

This div border color is #B37798.


Opacity

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

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

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

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

This text has shadow with #B37798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37798 on black background.


Color preview on white background

This text has color #B37798 on white background.



Black color preview on #B37798 background

This text has black color on #B37798 background.


White color preview on #B37798 background

This text has white color on #B37798 background.