COLOR #B4888E

HEX: #B4888E RGB: (180,136,142)

Color info

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

RGB color model

#B4888E color RGB value is (180,136,142).

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

RGB channels and saturation

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

180
136
142

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

Portions of RGB colors in percentages

R + G + B = 180 + 136 + 142 = 458 (100%)
R 180 of 458 ~ 39.3%
G 136 of 458 ~ 29.69%
B 142 of 458 ~ 31'%

%39.3
%29.69
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 21.11%
  • 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
%21.11
%29.41

Codes

Color #B4888E in popluar color models

B4 88 8E
RGB 180 136 142
HSL 352° 22.68% 61.96%
HSB/HSV 352° 24.44% 70.59%
CMYK 0.00% 24.44% 21.11%
29.41%

Color #B4888E in popluar number systems.

HEX B4 88 8E
Decimal 180 136 142
Binary 10110100 10001000 10001110
Octal 264 210 216

Shades and tints

Shades of #B4888E

#B4888E
(180,136,142)
#A47C82
(164,124,130)
#947076
(148,112,118)
#84646A
(132,100,106)
#74585E
(116,88,94)
#644C52
(100,76,82)
#544046
(84,64,70)
#44343A
(68,52,58)
#34282E
(52,40,46)
#241C22
(36,28,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #B4888E

#B4888E
(180,136,142)
#BA9298
(186,146,152)
#C09CA2
(192,156,162)
#C6A6AC
(198,166,172)
#CCB0B6
(204,176,182)
#D2BAC0
(210,186,192)
#D8C4CA
(216,196,202)
#DECED4
(222,206,212)
#E4D8DE
(228,216,222)
#EAE2E8
(234,226,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4888E; }

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

This text font color is #B4888E.

Background Color

.myBgColor { background-color: #B4888E; }

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

This div background color is #B4888E.

Border color

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

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

This div border color is #B4888E.

Opacity

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

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

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

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

This text has shadow with #B4888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4888E.

Preview

Color preview on black background

This text has color #B4888E on black background.


Color preview on white background

This text has color #B4888E on white background.


Black color preview on #B4888E background

This text has black color on #B4888E background.


White color preview on #B4888E background

This text has white color on #B4888E background.


Related colors

Complementary color

Complementary color for #hex is #4B7771.


I love getcolorcode.com

Triadic colors

1 #8EB488 and #888EB4 with #B4888E are triadic colors.

2 #8E88B4 and #88B48E with #B4888E are triadic colors.