COLOR #B4888F

HEX: #B4888F RGB: (180,136,143)

Color info

#B4888F contains red, green and blue colors in about the same proportion. Web safe color of #B4888F is #CC9999 (or #C99).

RGB color model

#B4888F color RGB value is (180,136,143).

RGB: (180,136,143) (71%, 53%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 143 of 255 = 56%

180
136
143

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

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 143 = 459 (100%)
R 180 of 459 ~ 39.22%
G 136 of 459 ~ 29.63%
B 143 of 459 ~ 31.15'%

%39.22
%29.63
%31.15

CMYK color model

#B4888F color CMYK value is (0,24,21,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 20.56%
  • key color value is 29.41%

CMYK: (0,24,21,29)
C0M24Y21K29 (0%, 24%, 21%, 29%)
(0.00 / 0.24 / 0.21 / 0.29)

CMYK percentages

%0
%24.44
%20.56
%29.41

Codes

Color #B4888F in popluar color models

B4 88 8F
RGB 180 136 143
HSL 350° 22.68% 61.96%
HSB/HSV 350° 24.44% 70.59%
CMYK 0.00% 24.44% 20.56%
29.41%

Color #B4888F in popluar number systems.

HEX B4 88 8F
Decimal 180 136 143
Binary 10110100 10001000 10001111
Octal 264 210 217

Shades and tints

Shades of #B4888F

#B4888F
(180,136,143)
#A47C82
(164,124,130)
#947075
(148,112,117)
#846468
(132,100,104)
#74585B
(116,88,91)
#644C4E
(100,76,78)
#544041
(84,64,65)
#443434
(68,52,52)
#342827
(52,40,39)
#241C1A
(36,28,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #B4888F

#B4888F
(180,136,143)
#BA9299
(186,146,153)
#C09CA3
(192,156,163)
#C6A6AD
(198,166,173)
#CCB0B7
(204,176,183)
#D2BAC1
(210,186,193)
#D8C4CB
(216,196,203)
#DECED5
(222,206,213)
#E4D8DF
(228,216,223)
#EAE2E9
(234,226,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4888F color. Also use rgb(180,136,143) instead hex code.

Text Font Color

.myTextColor { color: #B4888F; }

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

This text font color is #B4888F.

Background Color

.myBgColor { background-color: #B4888F; }

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

This div background color is #B4888F.

Border color

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

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

This div border color is #B4888F.

Opacity

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

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

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

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

This text has shadow with #B4888F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4888F.

Preview

Color preview on black background

This text has color #B4888F on black background.


Color preview on white background

This text has color #B4888F on white background.


Black color preview on #B4888F background

This text has black color on #B4888F background.


White color preview on #B4888F background

This text has white color on #B4888F background.


Related colors

Complementary color

Complementary color for #hex is #4B7770.


I love getcolorcode.com

Triadic colors

1 #8FB488 and #888FB4 with #B4888F are triadic colors.

2 #8F88B4 and #88B48F with #B4888F are triadic colors.