COLOR #B57388

HEX: #B57388
RGB: (181,115,136)

Color info

#B57388 contains mainly red and blue colors. Web safe color of #B57388 is #CC6699 (or #C69).

RGB color model

#B57388 color RGB value is (181,115,136).

  • red value is 181;
  • green value is 115;
  • blue value is 136.
RGB:
(181,115,136)
(71%,45%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 115 of 255 = 45%
B 136 of 255 = 53%

181
115
136

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

Portions of RGB colors in percentages

R + G + B =
181 + 115 + 136 = 432 (100%)
R 181 of 432 ~ 41.9%
G 115 of 432 ~ 26.62%
B 136 of 432 ~ 31.48%

%41.9
%26.62
%31.48

CMYK color model

#B57388 color CMYK value is (0,36,25,29).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(0,36,25,29)
C0M36Y25K29 
(0%,36%,25%,29%)
(0.00/0.36/0.25/0.29)	

CMYK percentages

%0
%36.46
%24.86
%29.02

Codes

Color #B57388 in popluar color models

B57388
RGB181115136
HSL341°30.84%58.04%
HSB/HSV341°36.46%70.98%
CMYK0.00%36.46%24.86%
29.02%

Color #B57388 in popluar number systems.

HEXB57388
Decimal181115136
Binary10110101111001110001000
Octal265163210

Shades and tints

Shades of #B57388

#B57388
(181,115,136)
#A5697C
(165,105,124)
#955F70
(149,95,112)
#855564
(133,85,100)
#754B58
(117,75,88)
#65414C
(101,65,76)
#553740
(85,55,64)
#452D34
(69,45,52)
#352328
(53,35,40)
#25191C
(37,25,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B57388

#B57388
(181,115,136)
#BB7F92
(187,127,146)
#C18B9C
(193,139,156)
#C797A6
(199,151,166)
#CDA3B0
(205,163,176)
#D3AFBA
(211,175,186)
#D9BBC4
(217,187,196)
#DFC7CE
(223,199,206)
#E5D3D8
(229,211,216)
#EBDFE2
(235,223,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57388 color. Also use rgb(181,115,136) instead hex code.

Text Font Color

.myTextColor { color: #B57388; }

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

This text font color is #B57388.


Background Color

.myBgColor { background-color: #B57388; }

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

This div background color is #B57388.


Border color

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

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

This div border color is #B57388.


Opacity

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

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

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

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

This text has shadow with #B57388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57388 on black background.


Color preview on white background

This text has color #B57388 on white background.



Black color preview on #B57388 background

This text has black color on #B57388 background.


White color preview on #B57388 background

This text has white color on #B57388 background.