COLOR #B57082

HEX: #B57082 RGB: (181,112,130)

Color info

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

RGB color model

#B57082 color RGB value is (181,112,130).

RGB: (181,112,130) (71%, 44%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 112 of 255 = 44%
B 130 of 255 = 51%

181
112
130

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

Portions of RGB colors in percentages

R + G + B = 181 + 112 + 130 = 423 (100%)
R 181 of 423 ~ 42.79%
G 112 of 423 ~ 26.48%
B 130 of 423 ~ 30.73'%

%42.79
%26.48
%30.73

CMYK color model

#B57082 color CMYK value is (0,38,28,29).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 28.18%
  • key color value is 29.02%

CMYK: (0,38,28,29)
C0M38Y28K29 (0%, 38%, 28%, 29%)
(0.00 / 0.38 / 0.28 / 0.29)

CMYK percentages

%0
%38.12
%28.18
%29.02

Codes

Color #B57082 in popluar color models

B5 70 82
RGB 181 112 130
HSL 344° 31.80% 57.45%
HSB/HSV 344° 38.12% 70.98%
CMYK 0.00% 38.12% 28.18%
29.02%

Color #B57082 in popluar number systems.

HEX B5 70 82
Decimal 181 112 130
Binary 10110101 1110000 10000010
Octal 265 160 202

Shades and tints

Shades of #B57082

#B57082
(181,112,130)
#A56677
(165,102,119)
#955C6C
(149,92,108)
#855261
(133,82,97)
#754856
(117,72,86)
#653E4B
(101,62,75)
#553440
(85,52,64)
#452A35
(69,42,53)
#35202A
(53,32,42)
#25161F
(37,22,31)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #B57082

#B57082
(181,112,130)
#BB7D8D
(187,125,141)
#C18A98
(193,138,152)
#C797A3
(199,151,163)
#CDA4AE
(205,164,174)
#D3B1B9
(211,177,185)
#D9BEC4
(217,190,196)
#DFCBCF
(223,203,207)
#E5D8DA
(229,216,218)
#EBE5E5
(235,229,229)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57082; }

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

This text font color is #B57082.

Background Color

.myBgColor { background-color: #B57082; }

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

This div background color is #B57082.

Border color

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

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

This div border color is #B57082.

Opacity

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

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

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

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

This text has shadow with #B57082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57082.

Preview

Color preview on black background

This text has color #B57082 on black background.


Color preview on white background

This text has color #B57082 on white background.


Black color preview on #B57082 background

This text has black color on #B57082 background.


White color preview on #B57082 background

This text has white color on #B57082 background.


Related colors

Complementary color

Complementary color for #hex is #4A8F7D.


I love getcolorcode.com

Triadic colors

1 #82B570 and #7082B5 with #B57082 are triadic colors.

2 #8270B5 and #70B582 with #B57082 are triadic colors.