COLOR #B37188

HEX: #B37188
RGB: (179,113,136)

Color info

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

RGB color model

#B37188 color RGB value is (179,113,136).

  • red value is 179;
  • green value is 113;
  • blue value is 136.
RGB:
(179,113,136)
(70%,44%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 113 of 255 = 44%
B 136 of 255 = 53%

179
113
136

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

Portions of RGB colors in percentages

R + G + B =
179 + 113 + 136 = 428 (100%)
R 179 of 428 ~ 41.82%
G 113 of 428 ~ 26.4%
B 136 of 428 ~ 31.78%

%41.82
%26.4
%31.78

CMYK color model

#B37188 color CMYK value is (0,37,24,30).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(0,37,24,30)
C0M37Y24K30 
(0%,37%,24%,30%)
(0.00/0.37/0.24/0.30)	

CMYK percentages

%0
%36.87
%24.02
%29.8

Codes

Color #B37188 in popluar color models

B37188
RGB179113136
HSL339°30.28%57.25%
HSB/HSV339°36.87%70.20%
CMYK0.00%36.87%24.02%
29.80%

Color #B37188 in popluar number systems.

HEXB37188
Decimal179113136
Binary10110011111000110001000
Octal263161210

Shades and tints

Shades of #B37188

#B37188
(179,113,136)
#A3677C
(163,103,124)
#935D70
(147,93,112)
#835364
(131,83,100)
#734958
(115,73,88)
#633F4C
(99,63,76)
#533540
(83,53,64)
#432B34
(67,43,52)
#332128
(51,33,40)
#23171C
(35,23,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #B37188

#B37188
(179,113,136)
#B97D92
(185,125,146)
#BF899C
(191,137,156)
#C595A6
(197,149,166)
#CBA1B0
(203,161,176)
#D1ADBA
(209,173,186)
#D7B9C4
(215,185,196)
#DDC5CE
(221,197,206)
#E3D1D8
(227,209,216)
#E9DDE2
(233,221,226)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37188 color. Also use rgb(179,113,136) instead hex code.

Text Font Color

.myTextColor { color: #B37188; }

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

This text font color is #B37188.


Background Color

.myBgColor { background-color: #B37188; }

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

This div background color is #B37188.


Border color

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

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

This div border color is #B37188.


Opacity

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

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

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

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

This text has shadow with #B37188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37188 on black background.


Color preview on white background

This text has color #B37188 on white background.



Black color preview on #B37188 background

This text has black color on #B37188 background.


White color preview on #B37188 background

This text has white color on #B37188 background.