COLOR #B84775

HEX: #B84775
RGB: (184,71,117)

Color info

#B84775 contains mainly red color. Web safe color of #B84775 is #CC3366 (or #C36).

RGB color model

#B84775 color RGB value is (184,71,117).

  • red value is 184;
  • green value is 71;
  • blue value is 117.
RGB:
(184,71,117)
(72%,28%,46%)

RGB channels and saturation

R 184 of 255 = 72%
G 71 of 255 = 28%
B 117 of 255 = 46%

184
71
117

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

Portions of RGB colors in percentages

R + G + B =
184 + 71 + 117 = 372 (100%)
R 184 of 372 ~ 49.46%
G 71 of 372 ~ 19.09%
B 117 of 372 ~ 31.45%

%49.46
%19.09
%31.45

CMYK color model

#B84775 color CMYK value is (0,61,36,28).

  • cyan value is 0.00%
  • magenta value is 61.41%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,61,36,28)
C0M61Y36K28 
(0%,61%,36%,28%)
(0.00/0.61/0.36/0.28)	

CMYK percentages

%0
%61.41
%36.41
%27.84

Codes

Color #B84775 in popluar color models

B84775
RGB18471117
HSL336°44.31%50.00%
HSB/HSV336°61.41%72.16%
CMYK0.00%61.41%36.41%
27.84%

Color #B84775 in popluar number systems.

HEXB84775
Decimal18471117
Binary1011100010001111110101
Octal270107165

Shades and tints

Shades of #B84775

#B84775
(184,71,117)
#A8416B
(168,65,107)
#983B61
(152,59,97)
#883557
(136,53,87)
#782F4D
(120,47,77)
#682943
(104,41,67)
#582339
(88,35,57)
#481D2F
(72,29,47)
#381725
(56,23,37)
#28111B
(40,17,27)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #B84775

#B84775
(184,71,117)
#BE5781
(190,87,129)
#C4678D
(196,103,141)
#CA7799
(202,119,153)
#D087A5
(208,135,165)
#D697B1
(214,151,177)
#DCA7BD
(220,167,189)
#E2B7C9
(226,183,201)
#E8C7D5
(232,199,213)
#EED7E1
(238,215,225)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84775 color. Also use rgb(184,71,117) instead hex code.

Text Font Color

.myTextColor { color: #B84775; }

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

This text font color is #B84775.


Background Color

.myBgColor { background-color: #B84775; }

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

This div background color is #B84775.


Border color

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

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

This div border color is #B84775.


Opacity

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

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

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

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

This text has shadow with #B84775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84775 on black background.


Color preview on white background

This text has color #B84775 on white background.



Black color preview on #B84775 background

This text has black color on #B84775 background.


White color preview on #B84775 background

This text has white color on #B84775 background.