COLOR #B4888B

HEX: #B4888B RGB: (180,136,139)

Color info

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

RGB color model

#B4888B color RGB value is (180,136,139).

RGB: (180,136,139) (71%, 53%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 139 of 255 = 55%

180
136
139

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

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 139 = 455 (100%)
R 180 of 455 ~ 39.56%
G 136 of 455 ~ 29.89%
B 139 of 455 ~ 30.55'%

%39.56
%29.89
%30.55

CMYK color model

#B4888B color CMYK value is (0,24,23,29).

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

CMYK: (0,24,23,29)
C0M24Y23K29 (0%, 24%, 23%, 29%)
(0.00 / 0.24 / 0.23 / 0.29)

CMYK percentages

%0
%24.44
%22.78
%29.41

Codes

Color #B4888B in popluar color models

B4 88 8B
RGB 180 136 139
HSL 356° 22.68% 61.96%
HSB/HSV 356° 24.44% 70.59%
CMYK 0.00% 24.44% 22.78%
29.41%

Color #B4888B in popluar number systems.

HEX B4 88 8B
Decimal 180 136 139
Binary 10110100 10001000 10001011
Octal 264 210 213

Shades and tints

Shades of #B4888B

#B4888B
(180,136,139)
#A47C7F
(164,124,127)
#947073
(148,112,115)
#846467
(132,100,103)
#74585B
(116,88,91)
#644C4F
(100,76,79)
#544043
(84,64,67)
#443437
(68,52,55)
#34282B
(52,40,43)
#241C1F
(36,28,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B4888B

#B4888B
(180,136,139)
#BA9295
(186,146,149)
#C09C9F
(192,156,159)
#C6A6A9
(198,166,169)
#CCB0B3
(204,176,179)
#D2BABD
(210,186,189)
#D8C4C7
(216,196,199)
#DECED1
(222,206,209)
#E4D8DB
(228,216,219)
#EAE2E5
(234,226,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4888B; }

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

This text font color is #B4888B.

Background Color

.myBgColor { background-color: #B4888B; }

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

This div background color is #B4888B.

Border color

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

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

This div border color is #B4888B.

Opacity

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

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

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

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

This text has shadow with #B4888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4888B.

Preview

Color preview on black background

This text has color #B4888B on black background.


Color preview on white background

This text has color #B4888B on white background.


Black color preview on #B4888B background

This text has black color on #B4888B background.


White color preview on #B4888B background

This text has white color on #B4888B background.


Related colors

Complementary color

Complementary color for #hex is #4B7774.


I love getcolorcode.com

Triadic colors

1 #8BB488 and #888BB4 with #B4888B are triadic colors.

2 #8B88B4 and #88B48B with #B4888B are triadic colors.