COLOR #B84B7A

HEX: #B84B7A
RGB: (184,75,122)

Color info

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

RGB color model

#B84B7A color RGB value is (184,75,122).

  • red value is 184;
  • green value is 75;
  • blue value is 122.
RGB:
(184,75,122)
(72%,29%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 75 of 255 = 29%
B 122 of 255 = 48%

184
75
122

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

Portions of RGB colors in percentages

R + G + B =
184 + 75 + 122 = 381 (100%)
R 184 of 381 ~ 48.29%
G 75 of 381 ~ 19.69%
B 122 of 381 ~ 32.02%

%48.29
%19.69
%32.02

CMYK color model

#B84B7A color CMYK value is (0,59,34,28).

  • cyan value is 0.00%
  • magenta value is 59.24%
  • yellow value is 33.70%
  • key color value is 27.84%
CMYK:
(0,59,34,28)
C0M59Y34K28 
(0%,59%,34%,28%)
(0.00/0.59/0.34/0.28)	

CMYK percentages

%0
%59.24
%33.7
%27.84

Codes

Color #B84B7A in popluar color models

B84B7A
RGB18475122
HSL334°43.43%50.78%
HSB/HSV334°59.24%72.16%
CMYK0.00%59.24%33.70%
27.84%

Color #B84B7A in popluar number systems.

HEXB84B7A
Decimal18475122
Binary1011100010010111111010
Octal270113172

Shades and tints

Shades of #B84B7A

#B84B7A
(184,75,122)
#A8456F
(168,69,111)
#983F64
(152,63,100)
#883959
(136,57,89)
#78334E
(120,51,78)
#682D43
(104,45,67)
#582738
(88,39,56)
#48212D
(72,33,45)
#381B22
(56,27,34)
#281517
(40,21,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #B84B7A

#B84B7A
(184,75,122)
#BE5B86
(190,91,134)
#C46B92
(196,107,146)
#CA7B9E
(202,123,158)
#D08BAA
(208,139,170)
#D69BB6
(214,155,182)
#DCABC2
(220,171,194)
#E2BBCE
(226,187,206)
#E8CBDA
(232,203,218)
#EEDBE6
(238,219,230)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84B7A color. Also use rgb(184,75,122) instead hex code.

Text Font Color

.myTextColor { color: #B84B7A; }

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

This text font color is #B84B7A.


Background Color

.myBgColor { background-color: #B84B7A; }

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

This div background color is #B84B7A.


Border color

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

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

This div border color is #B84B7A.


Opacity

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

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

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

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

This text has shadow with #B84B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84B7A on black background.


Color preview on white background

This text has color #B84B7A on white background.



Black color preview on #B84B7A background

This text has black color on #B84B7A background.


White color preview on #B84B7A background

This text has white color on #B84B7A background.