COLOR #B3888C

HEX: #B3888C RGB: (179,136,140)

Color info

#B3888C contains red, green and blue colors in about the same proportion. Web safe color of #B3888C is #999999 (or #999).

RGB color model

#B3888C color RGB value is (179,136,140).

RGB: (179,136,140) (70%, 53%, 55%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 140 of 255 = 55%

179
136
140

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 140 = 455 (100%)
R 179 of 455 ~ 39.34%
G 136 of 455 ~ 29.89%
B 140 of 455 ~ 30.77'%

%39.34
%29.89
%30.77

CMYK color model

#B3888C color CMYK value is (0,24,22,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 21.79%
  • key color value is 29.80%

CMYK: (0,24,22,30)
C0M24Y22K30 (0%, 24%, 22%, 30%)
(0.00 / 0.24 / 0.22 / 0.30)

CMYK percentages

%0
%24.02
%21.79
%29.8

Codes

Color #B3888C in popluar color models

B3 88 8C
RGB 179 136 140
HSL 354° 22.05% 61.76%
HSB/HSV 354° 24.02% 70.20%
CMYK 0.00% 24.02% 21.79%
29.80%

Color #B3888C in popluar number systems.

HEX B3 88 8C
Decimal 179 136 140
Binary 10110011 10001000 10001100
Octal 263 210 214

Shades and tints

Shades of #B3888C

#B3888C
(179,136,140)
#A37C80
(163,124,128)
#937074
(147,112,116)
#836468
(131,100,104)
#73585C
(115,88,92)
#634C50
(99,76,80)
#534044
(83,64,68)
#433438
(67,52,56)
#33282C
(51,40,44)
#231C20
(35,28,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B3888C

#B3888C
(179,136,140)
#B99296
(185,146,150)
#BF9CA0
(191,156,160)
#C5A6AA
(197,166,170)
#CBB0B4
(203,176,180)
#D1BABE
(209,186,190)
#D7C4C8
(215,196,200)
#DDCED2
(221,206,210)
#E3D8DC
(227,216,220)
#E9E2E6
(233,226,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3888C; }

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

This text font color is #B3888C.

Background Color

.myBgColor { background-color: #B3888C; }

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

This div background color is #B3888C.

Border color

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

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

This div border color is #B3888C.

Opacity

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

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

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

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

This text has shadow with #B3888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3888C.

Preview

Color preview on black background

This text has color #B3888C on black background.


Color preview on white background

This text has color #B3888C on white background.


Black color preview on #B3888C background

This text has black color on #B3888C background.


White color preview on #B3888C background

This text has white color on #B3888C background.


Related colors

Complementary color

Complementary color for #hex is #4C7773.


I love getcolorcode.com

Triadic colors

1 #8CB388 and #888CB3 with #B3888C are triadic colors.

2 #8C88B3 and #88B38C with #B3888C are triadic colors.