COLOR #B4918C

HEX: #B4918C RGB: (180,145,140)

Color info

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

RGB color model

#B4918C color RGB value is (180,145,140).

RGB: (180,145,140) (71%, 57%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 140 of 255 = 55%

180
145
140

R + G + B ~ 61%. #B4918C is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 145 + 140 = 465 (100%)
R 180 of 465 ~ 38.71%
G 145 of 465 ~ 31.18%
B 140 of 465 ~ 30.11'%

%38.71
%31.18
%30.11

CMYK color model

#B4918C color CMYK value is (0,19,22,29).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK: (0,19,22,29) C0M19Y22K29 (0%,19%,22%,29%) (0.00/0.19/0.22/0.29) 

CMYK percentages

%0
%19.44
%22.22
%29.41

Codes

Color #B4918C in popluar color models

B4 91 8C
RGB 180 145 140
HSL 21.05% 62.75%
HSB/HSV 22.22% 70.59%
CMYK 0.00% 19.44% 22.22%
29.41%

Color #B4918C in popluar number systems.

HEX B4 91 8C
Decimal 180 145 140
Binary 10110100 10010001 10001100
Octal 264 221 214

Shades and tints

Shades of #B4918C

#B4918C
(180,145,140)
#A48480
(164,132,128)
#947774
(148,119,116)
#846A68
(132,106,104)
#745D5C
(116,93,92)
#645050
(100,80,80)
#544344
(84,67,68)
#443638
(68,54,56)
#34292C
(52,41,44)
#241C20
(36,28,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B4918C

#B4918C
(180,145,140)
#BA9B96
(186,155,150)
#C0A5A0
(192,165,160)
#C6AFAA
(198,175,170)
#CCB9B4
(204,185,180)
#D2C3BE
(210,195,190)
#D8CDC8
(216,205,200)
#DED7D2
(222,215,210)
#E4E1DC
(228,225,220)
#EAEBE6
(234,235,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4918C color. Also use rgb(180,145,140) instead hex code.

Text Font Color

.myTextColor { color: #B4918C; }

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

This text font color is #B4918C.

Background Color

.myBgColor { background-color: #B4918C; }

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

This div background color is #B4918C.

Border color

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

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

This div border color is #B4918C.

Opacity

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

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

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

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

This text has shadow with #B4918C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4918C.

Preview

Color preview on black background

This text has color #B4918C on black background.


Color preview on white background

This text has color #B4918C on white background.


Black color preview on #B4918C background

This text has black color on #B4918C background.


White color preview on #B4918C background

This text has white color on #B4918C background.


Related colors

Complementary color

Complementary color for #hex is #4B6E73.


I love getcolorcode.com

Triadic colors

1 #8CB491 and #918CB4 with #B4918C are triadic colors.

2 #8C91B4 and #91B48C with #B4918C are triadic colors.