COLOR #B4717A

HEX: #B4717A RGB: (180,113,122)

Color info

#B4717A contains mainly red and blue colors. Web safe color of #B4717A is #CC6666 (or #C66).

RGB color model

#B4717A color RGB value is (180,113,122).

RGB: (180,113,122) (71%, 44%, 48%)

RGB channels and saturation

R 180 of 255 = 71%
G 113 of 255 = 44%
B 122 of 255 = 48%

180
113
122

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

Portions of RGB colors in percentages

R + G + B = 180 + 113 + 122 = 415 (100%)
R 180 of 415 ~ 43.37%
G 113 of 415 ~ 27.23%
B 122 of 415 ~ 29.4'%

%43.37
%27.23
%29.4

CMYK color model

#B4717A color CMYK value is (0,37,32,29).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK: (0,37,32,29) C0M37Y32K29 (0%,37%,32%,29%) (0.00/0.37/0.32/0.29) 

CMYK percentages

%0
%37.22
%32.22
%29.41

Codes

Color #B4717A in popluar color models

B4 71 7A
RGB 180 113 122
HSL 352° 30.88% 57.45%
HSB/HSV 352° 37.22% 70.59%
CMYK 0.00% 37.22% 32.22%
29.41%

Color #B4717A in popluar number systems.

HEX B4 71 7A
Decimal 180 113 122
Binary 10110100 1110001 1111010
Octal 264 161 172

Shades and tints

Shades of #B4717A

#B4717A
(180,113,122)
#A4676F
(164,103,111)
#945D64
(148,93,100)
#845359
(132,83,89)
#74494E
(116,73,78)
#643F43
(100,63,67)
#543538
(84,53,56)
#442B2D
(68,43,45)
#342122
(52,33,34)
#241717
(36,23,23)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #B4717A

#B4717A
(180,113,122)
#BA7D86
(186,125,134)
#C08992
(192,137,146)
#C6959E
(198,149,158)
#CCA1AA
(204,161,170)
#D2ADB6
(210,173,182)
#D8B9C2
(216,185,194)
#DEC5CE
(222,197,206)
#E4D1DA
(228,209,218)
#EADDE6
(234,221,230)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4717A; }

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

This text font color is #B4717A.

Background Color

.myBgColor { background-color: #B4717A; }

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

This div background color is #B4717A.

Border color

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

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

This div border color is #B4717A.

Opacity

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

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

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

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

This text has shadow with #B4717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4717A.

Preview

Color preview on black background

This text has color #B4717A on black background.


Color preview on white background

This text has color #B4717A on white background.


Black color preview on #B4717A background

This text has black color on #B4717A background.


White color preview on #B4717A background

This text has white color on #B4717A background.


Related colors

Complementary color

Complementary color for #hex is #4B8E85.


I love getcolorcode.com

Triadic colors

1 #7AB471 and #717AB4 with #B4717A are triadic colors.

2 #7A71B4 and #71B47A with #B4717A are triadic colors.