COLOR #B5584E

HEX: #B5584E
RGB: (181,88,78)

Color info

#B5584E contains mainly red color. Web safe color of #B5584E is #CC6666 (or #C66).

RGB color model

#B5584E color RGB value is (181,88,78).

  • red value is 181;
  • green value is 88;
  • blue value is 78.
RGB:
(181,88,78)
(71%,35%,31%)

RGB channels and saturation

R 181 of 255 = 71%
G 88 of 255 = 35%
B 78 of 255 = 31%

181
88
78

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

Portions of RGB colors in percentages

R + G + B =
181 + 88 + 78 = 347 (100%)
R 181 of 347 ~ 52.16%
G 88 of 347 ~ 25.36%
B 78 of 347 ~ 22.48%

%52.16
%25.36
%22.48

CMYK color model

#B5584E color CMYK value is (0,51,57,29).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 56.91%
  • key color value is 29.02%
CMYK:
(0,51,57,29)
C0M51Y57K29 
(0%,51%,57%,29%)
(0.00/0.51/0.57/0.29)	

CMYK percentages

%0
%51.38
%56.91
%29.02

Codes

Color #B5584E in popluar color models

B5584E
RGB1818878
HSL41.04%50.78%
HSB/HSV56.91%70.98%
CMYK0.00%51.38%56.91%
29.02%

Color #B5584E in popluar number systems.

HEXB5584E
Decimal1818878
Binary1011010110110001001110
Octal265130116

Shades and tints

Shades of #B5584E

#B5584E
(181,88,78)
#A55047
(165,80,71)
#954840
(149,72,64)
#854039
(133,64,57)
#753832
(117,56,50)
#65302B
(101,48,43)
#552824
(85,40,36)
#45201D
(69,32,29)
#351816
(53,24,22)
#25100F
(37,16,15)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #B5584E

#B5584E
(181,88,78)
#BB675E
(187,103,94)
#C1766E
(193,118,110)
#C7857E
(199,133,126)
#CD948E
(205,148,142)
#D3A39E
(211,163,158)
#D9B2AE
(217,178,174)
#DFC1BE
(223,193,190)
#E5D0CE
(229,208,206)
#EBDFDE
(235,223,222)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5584E color. Also use rgb(181,88,78) instead hex code.

Text Font Color

.myTextColor { color: #B5584E; }

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

This text font color is #B5584E.


Background Color

.myBgColor { background-color: #B5584E; }

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

This div background color is #B5584E.


Border color

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

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

This div border color is #B5584E.


Opacity

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

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

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

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

This text has shadow with #B5584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5584E on black background.


Color preview on white background

This text has color #B5584E on white background.



Black color preview on #B5584E background

This text has black color on #B5584E background.


White color preview on #B5584E background

This text has white color on #B5584E background.