COLOR #B4647C

HEX: #B4647C RGB: (180,100,124)

Color info

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

RGB color model

#B4647C color RGB value is (180,100,124).

RGB: (180,100,124) (71%, 39%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 100 of 255 = 39%
B 124 of 255 = 49%

180
100
124

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

Portions of RGB colors in percentages

R + G + B = 180 + 100 + 124 = 404 (100%)
R 180 of 404 ~ 44.55%
G 100 of 404 ~ 24.75%
B 124 of 404 ~ 30.69'%

%44.55
%24.75
%30.69

CMYK color model

#B4647C color CMYK value is (0,44,31,29).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 31.11%
  • key color value is 29.41%

CMYK: (0,44,31,29)
C0M44Y31K29 (0%, 44%, 31%, 29%)
(0.00 / 0.44 / 0.31 / 0.29)

CMYK percentages

%0
%44.44
%31.11
%29.41

Codes

Color #B4647C in popluar color models

B4 64 7C
RGB 180 100 124
HSL 342° 34.78% 54.90%
HSB/HSV 342° 44.44% 70.59%
CMYK 0.00% 44.44% 31.11%
29.41%

Color #B4647C in popluar number systems.

HEX B4 64 7C
Decimal 180 100 124
Binary 10110100 1100100 1111100
Octal 264 144 174

Shades and tints

Shades of #B4647C

#B4647C
(180,100,124)
#A45B71
(164,91,113)
#945266
(148,82,102)
#84495B
(132,73,91)
#744050
(116,64,80)
#643745
(100,55,69)
#542E3A
(84,46,58)
#44252F
(68,37,47)
#341C24
(52,28,36)
#241319
(36,19,25)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #B4647C

#B4647C
(180,100,124)
#BA7287
(186,114,135)
#C08092
(192,128,146)
#C68E9D
(198,142,157)
#CC9CA8
(204,156,168)
#D2AAB3
(210,170,179)
#D8B8BE
(216,184,190)
#DEC6C9
(222,198,201)
#E4D4D4
(228,212,212)
#EAE2DF
(234,226,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4647C color. Also use rgb(180,100,124) instead hex code.

Text Font Color

.myTextColor { color: #B4647C; }

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

This text font color is #B4647C.

Background Color

.myBgColor { background-color: #B4647C; }

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

This div background color is #B4647C.

Border color

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

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

This div border color is #B4647C.

Opacity

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

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

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

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

This text has shadow with #B4647C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4647C.

Preview

Color preview on black background

This text has color #B4647C on black background.


Color preview on white background

This text has color #B4647C on white background.


Black color preview on #B4647C background

This text has black color on #B4647C background.


White color preview on #B4647C background

This text has white color on #B4647C background.


Related colors

Complementary color

Complementary color for #hex is #4B9B83.


I love getcolorcode.com

Triadic colors

1 #7CB464 and #647CB4 with #B4647C are triadic colors.

2 #7C64B4 and #64B47C with #B4647C are triadic colors.