COLOR #B84763

HEX: #B84763
RGB: (184,71,99)

Color info

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

RGB color model

#B84763 color RGB value is (184,71,99).

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

RGB channels and saturation

R 184 of 255 = 72%
G 71 of 255 = 28%
B 99 of 255 = 39%

184
71
99

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

Portions of RGB colors in percentages

R + G + B =
184 + 71 + 99 = 354 (100%)
R 184 of 354 ~ 51.98%
G 71 of 354 ~ 20.06%
B 99 of 354 ~ 27.97%

%51.98
%20.06
%27.97

CMYK color model

#B84763 color CMYK value is (0,61,46,28).

  • cyan value is 0.00%
  • magenta value is 61.41%
  • yellow value is 46.20%
  • key color value is 27.84%
CMYK:
(0,61,46,28)
C0M61Y46K28 
(0%,61%,46%,28%)
(0.00/0.61/0.46/0.28)	

CMYK percentages

%0
%61.41
%46.2
%27.84

Codes

Color #B84763 in popluar color models

B84763
RGB1847199
HSL345°44.31%50.00%
HSB/HSV345°61.41%72.16%
CMYK0.00%61.41%46.20%
27.84%

Color #B84763 in popluar number systems.

HEXB84763
Decimal1847199
Binary1011100010001111100011
Octal270107143

Shades and tints

Shades of #B84763

#B84763
(184,71,99)
#A8415A
(168,65,90)
#983B51
(152,59,81)
#883548
(136,53,72)
#782F3F
(120,47,63)
#682936
(104,41,54)
#58232D
(88,35,45)
#481D24
(72,29,36)
#38171B
(56,23,27)
#281112
(40,17,18)
#180B09
(24,11,9)
#000000
(0,0,0)

Tints of #B84763

#B84763
(184,71,99)
#BE5771
(190,87,113)
#C4677F
(196,103,127)
#CA778D
(202,119,141)
#D0879B
(208,135,155)
#D697A9
(214,151,169)
#DCA7B7
(220,167,183)
#E2B7C5
(226,183,197)
#E8C7D3
(232,199,211)
#EED7E1
(238,215,225)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84763; }

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

This text font color is #B84763.


Background Color

.myBgColor { background-color: #B84763; }

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

This div background color is #B84763.


Border color

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

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

This div border color is #B84763.


Opacity

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

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

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

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

This text has shadow with #B84763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84763 on black background.


Color preview on white background

This text has color #B84763 on white background.



Black color preview on #B84763 background

This text has black color on #B84763 background.


White color preview on #B84763 background

This text has white color on #B84763 background.