COLOR #B84F7C

HEX: #B84F7C RGB: (184,79,124)

Color info

#B84F7C contains mainly red color. Web safe color of #B84F7C is #CC6666 (or #C66).

RGB color model

#B84F7C color RGB value is (184,79,124).

RGB: (184,79,124) (72%, 31%, 49%)

RGB channels and saturation

R 184 of 255 = 72%
G 79 of 255 = 31%
B 124 of 255 = 49%

184
79
124

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

Portions of RGB colors in percentages

R + G + B = 184 + 79 + 124 = 387 (100%)
R 184 of 387 ~ 47.55%
G 79 of 387 ~ 20.41%
B 124 of 387 ~ 32.04'%

%47.55
%20.41
%32.04

CMYK color model

#B84F7C color CMYK value is (0,57,33,28).

  • cyan value is 0.00%
  • magenta value is 57.07%
  • yellow value is 32.61%
  • key color value is 27.84%

CMYK: (0,57,33,28)
C0M57Y33K28 (0%, 57%, 33%, 28%)
(0.00 / 0.57 / 0.33 / 0.28)

CMYK percentages

%0
%57.07
%32.61
%27.84

Codes

Color #B84F7C in popluar color models

B8 4F 7C
RGB 184 79 124
HSL 334° 42.51% 51.57%
HSB/HSV 334° 57.07% 72.16%
CMYK 0.00% 57.07% 32.61%
27.84%

Color #B84F7C in popluar number systems.

HEX B8 4F 7C
Decimal 184 79 124
Binary 10111000 1001111 1111100
Octal 270 117 174

Shades and tints

Shades of #B84F7C

#B84F7C
(184,79,124)
#A84871
(168,72,113)
#984166
(152,65,102)
#883A5B
(136,58,91)
#783350
(120,51,80)
#682C45
(104,44,69)
#58253A
(88,37,58)
#481E2F
(72,30,47)
#381724
(56,23,36)
#281019
(40,16,25)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #B84F7C

#B84F7C
(184,79,124)
#BE5F87
(190,95,135)
#C46F92
(196,111,146)
#CA7F9D
(202,127,157)
#D08FA8
(208,143,168)
#D69FB3
(214,159,179)
#DCAFBE
(220,175,190)
#E2BFC9
(226,191,201)
#E8CFD4
(232,207,212)
#EEDFDF
(238,223,223)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84F7C color. Also use rgb(184,79,124) instead hex code.

Text Font Color

.myTextColor { color: #B84F7C; }

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

This text font color is #B84F7C.

Background Color

.myBgColor { background-color: #B84F7C; }

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

This div background color is #B84F7C.

Border color

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

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

This div border color is #B84F7C.

Opacity

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

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

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

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

This text has shadow with #B84F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B84F7C.

Preview

Color preview on black background

This text has color #B84F7C on black background.


Color preview on white background

This text has color #B84F7C on white background.


Black color preview on #B84F7C background

This text has black color on #B84F7C background.


White color preview on #B84F7C background

This text has white color on #B84F7C background.


Related colors

Complementary color

Complementary color for #hex is #47B083.


I love getcolorcode.com

Triadic colors

1 #7CB84F and #4F7CB8 with #B84F7C are triadic colors.

2 #7C4FB8 and #4FB87C with #B84F7C are triadic colors.