COLOR #B8576A

HEX: #B8576A
RGB: (184,87,106)

Color info

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

RGB color model

#B8576A color RGB value is (184,87,106).

  • red value is 184;
  • green value is 87;
  • blue value is 106.
RGB:
(184,87,106)
(72%,34%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 87 of 255 = 34%
B 106 of 255 = 42%

184
87
106

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

Portions of RGB colors in percentages

R + G + B =
184 + 87 + 106 = 377 (100%)
R 184 of 377 ~ 48.81%
G 87 of 377 ~ 23.08%
B 106 of 377 ~ 28.12%

%48.81
%23.08
%28.12

CMYK color model

#B8576A color CMYK value is (0,53,42,28).

  • cyan value is 0.00%
  • magenta value is 52.72%
  • yellow value is 42.39%
  • key color value is 27.84%
CMYK:
(0,53,42,28)
C0M53Y42K28 
(0%,53%,42%,28%)
(0.00/0.53/0.42/0.28)	

CMYK percentages

%0
%52.72
%42.39
%27.84

Codes

Color #B8576A in popluar color models

B8576A
RGB18487106
HSL348°40.59%53.14%
HSB/HSV348°52.72%72.16%
CMYK0.00%52.72%42.39%
27.84%

Color #B8576A in popluar number systems.

HEXB8576A
Decimal18487106
Binary1011100010101111101010
Octal270127152

Shades and tints

Shades of #B8576A

#B8576A
(184,87,106)
#A85061
(168,80,97)
#984958
(152,73,88)
#88424F
(136,66,79)
#783B46
(120,59,70)
#68343D
(104,52,61)
#582D34
(88,45,52)
#48262B
(72,38,43)
#381F22
(56,31,34)
#281819
(40,24,25)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B8576A

#B8576A
(184,87,106)
#BE6677
(190,102,119)
#C47584
(196,117,132)
#CA8491
(202,132,145)
#D0939E
(208,147,158)
#D6A2AB
(214,162,171)
#DCB1B8
(220,177,184)
#E2C0C5
(226,192,197)
#E8CFD2
(232,207,210)
#EEDEDF
(238,222,223)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8576A color. Also use rgb(184,87,106) instead hex code.

Text Font Color

.myTextColor { color: #B8576A; }

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

This text font color is #B8576A.


Background Color

.myBgColor { background-color: #B8576A; }

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

This div background color is #B8576A.


Border color

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

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

This div border color is #B8576A.


Opacity

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

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

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

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

This text has shadow with #B8576A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8576A on black background.


Color preview on white background

This text has color #B8576A on white background.



Black color preview on #B8576A background

This text has black color on #B8576A background.


White color preview on #B8576A background

This text has white color on #B8576A background.