COLOR #B4718D

HEX: #B4718D RGB: (180,113,141)

Color info

#B4718D contains mainly red and blue colors. Web safe color of #B4718D is #CC6699 (or #C69).

RGB color model

#B4718D color RGB value is (180,113,141).

RGB: (180,113,141) (71%, 44%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 113 of 255 = 44%
B 141 of 255 = 55%

180
113
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 113 + 141 = 434 (100%)
R 180 of 434 ~ 41.47%
G 113 of 434 ~ 26.04%
B 141 of 434 ~ 32.49'%

%41.47
%26.04
%32.49

CMYK color model

#B4718D color CMYK value is (0,37,22,29).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (0,37,22,29)
C0M37Y22K29 (0%, 37%, 22%, 29%)
(0.00 / 0.37 / 0.22 / 0.29)

CMYK percentages

%0
%37.22
%21.67
%29.41

Codes

Color #B4718D in popluar color models

B4 71 8D
RGB 180 113 141
HSL 335° 30.88% 57.45%
HSB/HSV 335° 37.22% 70.59%
CMYK 0.00% 37.22% 21.67%
29.41%

Color #B4718D in popluar number systems.

HEX B4 71 8D
Decimal 180 113 141
Binary 10110100 1110001 10001101
Octal 264 161 215

Shades and tints

Shades of #B4718D

#B4718D
(180,113,141)
#A46781
(164,103,129)
#945D75
(148,93,117)
#845369
(132,83,105)
#74495D
(116,73,93)
#643F51
(100,63,81)
#543545
(84,53,69)
#442B39
(68,43,57)
#34212D
(52,33,45)
#241721
(36,23,33)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #B4718D

#B4718D
(180,113,141)
#BA7D97
(186,125,151)
#C089A1
(192,137,161)
#C695AB
(198,149,171)
#CCA1B5
(204,161,181)
#D2ADBF
(210,173,191)
#D8B9C9
(216,185,201)
#DEC5D3
(222,197,211)
#E4D1DD
(228,209,221)
#EADDE7
(234,221,231)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4718D color. Also use rgb(180,113,141) instead hex code.

Text Font Color

.myTextColor { color: #B4718D; }

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

This text font color is #B4718D.

Background Color

.myBgColor { background-color: #B4718D; }

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

This div background color is #B4718D.

Border color

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

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

This div border color is #B4718D.

Opacity

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

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

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

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

This text has shadow with #B4718D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4718D.

Preview

Color preview on black background

This text has color #B4718D on black background.


Color preview on white background

This text has color #B4718D on white background.


Black color preview on #B4718D background

This text has black color on #B4718D background.


White color preview on #B4718D background

This text has white color on #B4718D background.


Related colors

Complementary color

Complementary color for #hex is #4B8E72.


I love getcolorcode.com

Triadic colors

1 #8DB471 and #718DB4 with #B4718D are triadic colors.

2 #8D71B4 and #71B48D with #B4718D are triadic colors.