COLOR #B84554

HEX: #B84554 RGB: (184,69,84)

Color info

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

RGB color model

#B84554 color RGB value is (184,69,84).

RGB: (184,69,84) (72%, 27%, 33%)

RGB channels and saturation

R 184 of 255 = 72%
G 69 of 255 = 27%
B 84 of 255 = 33%

184
69
84

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

Portions of RGB colors in percentages

R + G + B = 184 + 69 + 84 = 337 (100%)
R 184 of 337 ~ 54.6%
G 69 of 337 ~ 20.47%
B 84 of 337 ~ 24.93'%

%54.6
%20.47
%24.93

CMYK color model

#B84554 color CMYK value is (0,63,54,28).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 54.35%
  • key color value is 27.84%

CMYK: (0,63,54,28)
C0M63Y54K28 (0%, 63%, 54%, 28%)
(0.00 / 0.63 / 0.54 / 0.28)

CMYK percentages

%0
%62.5
%54.35
%27.84

Codes

Color #B84554 in popluar color models

B8 45 54
RGB 184 69 84
HSL 352° 45.45% 49.61%
HSB/HSV 352° 62.50% 72.16%
CMYK 0.00% 62.50% 54.35%
27.84%

Color #B84554 in popluar number systems.

HEX B8 45 54
Decimal 184 69 84
Binary 10111000 1000101 1010100
Octal 270 105 124

Shades and tints

Shades of #B84554

#B84554
(184,69,84)
#A83F4D
(168,63,77)
#983946
(152,57,70)
#88333F
(136,51,63)
#782D38
(120,45,56)
#682731
(104,39,49)
#58212A
(88,33,42)
#481B23
(72,27,35)
#38151C
(56,21,28)
#280F15
(40,15,21)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #B84554

#B84554
(184,69,84)
#BE5563
(190,85,99)
#C46572
(196,101,114)
#CA7581
(202,117,129)
#D08590
(208,133,144)
#D6959F
(214,149,159)
#DCA5AE
(220,165,174)
#E2B5BD
(226,181,189)
#E8C5CC
(232,197,204)
#EED5DB
(238,213,219)
#F4E5EA
(244,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84554; }

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

This text font color is #B84554.

Background Color

.myBgColor { background-color: #B84554; }

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

This div background color is #B84554.

Border color

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

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

This div border color is #B84554.

Opacity

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

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

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

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

This text has shadow with #B84554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B84554.

Preview

Color preview on black background

This text has color #B84554 on black background.


Color preview on white background

This text has color #B84554 on white background.


Black color preview on #B84554 background

This text has black color on #B84554 background.


White color preview on #B84554 background

This text has white color on #B84554 background.


Related colors

Complementary color

Complementary color for #hex is #47BAAB.


I love getcolorcode.com

Triadic colors

1 #54B845 and #4554B8 with #B84554 are triadic colors.

2 #5445B8 and #45B854 with #B84554 are triadic colors.