COLOR #B84551

HEX: #B84551
RGB: (184,69,81)

Color info

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

RGB color model

#B84551 color RGB value is (184,69,81).

  • red value is 184;
  • green value is 69;
  • blue value is 81.
RGB:
(184,69,81)
(72%,27%,32%)

RGB channels and saturation

R 184 of 255 = 72%
G 69 of 255 = 27%
B 81 of 255 = 32%

184
69
81

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

Portions of RGB colors in percentages

R + G + B =
184 + 69 + 81 = 334 (100%)
R 184 of 334 ~ 55.09%
G 69 of 334 ~ 20.66%
B 81 of 334 ~ 24.25%

%55.09
%20.66
%24.25

CMYK color model

#B84551 color CMYK value is (0,63,56,28).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 55.98%
  • key color value is 27.84%
CMYK:
(0,63,56,28)
C0M63Y56K28 
(0%,63%,56%,28%)
(0.00/0.63/0.56/0.28)	

CMYK percentages

%0
%62.5
%55.98
%27.84

Codes

Color #B84551 in popluar color models

B84551
RGB1846981
HSL354°45.45%49.61%
HSB/HSV354°62.50%72.16%
CMYK0.00%62.50%55.98%
27.84%

Color #B84551 in popluar number systems.

HEXB84551
Decimal1846981
Binary1011100010001011010001
Octal270105121

Shades and tints

Shades of #B84551

#B84551
(184,69,81)
#A83F4A
(168,63,74)
#983943
(152,57,67)
#88333C
(136,51,60)
#782D35
(120,45,53)
#68272E
(104,39,46)
#582127
(88,33,39)
#481B20
(72,27,32)
#381519
(56,21,25)
#280F12
(40,15,18)
#18090B
(24,9,11)
#000000
(0,0,0)

Tints of #B84551

#B84551
(184,69,81)
#BE5560
(190,85,96)
#C4656F
(196,101,111)
#CA757E
(202,117,126)
#D0858D
(208,133,141)
#D6959C
(214,149,156)
#DCA5AB
(220,165,171)
#E2B5BA
(226,181,186)
#E8C5C9
(232,197,201)
#EED5D8
(238,213,216)
#F4E5E7
(244,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84551 color. Also use rgb(184,69,81) instead hex code.

Text Font Color

.myTextColor { color: #B84551; }

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

This text font color is #B84551.


Background Color

.myBgColor { background-color: #B84551; }

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

This div background color is #B84551.


Border color

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

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

This div border color is #B84551.


Opacity

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

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

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

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

This text has shadow with #B84551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84551 on black background.


Color preview on white background

This text has color #B84551 on white background.



Black color preview on #B84551 background

This text has black color on #B84551 background.


White color preview on #B84551 background

This text has white color on #B84551 background.