COLOR #B57099

HEX: #B57099
RGB: (181,112,153)

Color info

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

RGB color model

#B57099 color RGB value is (181,112,153).

  • red value is 181;
  • green value is 112;
  • blue value is 153.
RGB:
(181,112,153)
(71%,44%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 112 of 255 = 44%
B 153 of 255 = 60%

181
112
153

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

Portions of RGB colors in percentages

R + G + B =
181 + 112 + 153 = 446 (100%)
R 181 of 446 ~ 40.58%
G 112 of 446 ~ 25.11%
B 153 of 446 ~ 34.3%

%40.58
%25.11
%34.3

CMYK color model

#B57099 color CMYK value is (0,38,15,29).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,38,15,29)
C0M38Y15K29 
(0%,38%,15%,29%)
(0.00/0.38/0.15/0.29)	

CMYK percentages

%0
%38.12
%15.47
%29.02

Codes

Color #B57099 in popluar color models

B57099
RGB181112153
HSL324°31.80%57.45%
HSB/HSV324°38.12%70.98%
CMYK0.00%38.12%15.47%
29.02%

Color #B57099 in popluar number systems.

HEXB57099
Decimal181112153
Binary10110101111000010011001
Octal265160231

Shades and tints

Shades of #B57099

#B57099
(181,112,153)
#A5668C
(165,102,140)
#955C7F
(149,92,127)
#855272
(133,82,114)
#754865
(117,72,101)
#653E58
(101,62,88)
#55344B
(85,52,75)
#452A3E
(69,42,62)
#352031
(53,32,49)
#251624
(37,22,36)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #B57099

#B57099
(181,112,153)
#BB7DA2
(187,125,162)
#C18AAB
(193,138,171)
#C797B4
(199,151,180)
#CDA4BD
(205,164,189)
#D3B1C6
(211,177,198)
#D9BECF
(217,190,207)
#DFCBD8
(223,203,216)
#E5D8E1
(229,216,225)
#EBE5EA
(235,229,234)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57099 color. Also use rgb(181,112,153) instead hex code.

Text Font Color

.myTextColor { color: #B57099; }

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

This text font color is #B57099.


Background Color

.myBgColor { background-color: #B57099; }

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

This div background color is #B57099.


Border color

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

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

This div border color is #B57099.


Opacity

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

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

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

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

This text has shadow with #B57099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57099 on black background.


Color preview on white background

This text has color #B57099 on white background.



Black color preview on #B57099 background

This text has black color on #B57099 background.


White color preview on #B57099 background

This text has white color on #B57099 background.