COLOR #B58EA1

HEX: #B58EA1 RGB: (181,142,161)

Color info

#B58EA1 contains red, green and blue colors in about the same proportion. Web safe color of #B58EA1 is #CC9999 (or #C99).

RGB color model

#B58EA1 color RGB value is (181,142,161).

RGB: (181,142,161) (71%, 56%, 63%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 161 of 255 = 63%

181
142
161

R + G + B ~ 63%. #B58EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 161 = 484 (100%)
R 181 of 484 ~ 37.4%
G 142 of 484 ~ 29.34%
B 161 of 484 ~ 33.26'%

%37.4
%29.34
%33.26

CMYK color model

#B58EA1 color CMYK value is (0,22,11,29).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 11.05%
  • key color value is 29.02%

CMYK: (0,22,11,29)
C0M22Y11K29 (0%, 22%, 11%, 29%)
(0.00 / 0.22 / 0.11 / 0.29)

CMYK percentages

%0
%21.55
%11.05
%29.02

Codes

Color #B58EA1 in popluar color models

B5 8E A1
RGB 181 142 161
HSL 331° 20.86% 63.33%
HSB/HSV 331° 21.55% 70.98%
CMYK 0.00% 21.55% 11.05%
29.02%

Color #B58EA1 in popluar number systems.

HEX B5 8E A1
Decimal 181 142 161
Binary 10110101 10001110 10100001
Octal 265 216 241

Shades and tints

Shades of #B58EA1

#B58EA1
(181,142,161)
#A58293
(165,130,147)
#957685
(149,118,133)
#856A77
(133,106,119)
#755E69
(117,94,105)
#65525B
(101,82,91)
#55464D
(85,70,77)
#453A3F
(69,58,63)
#352E31
(53,46,49)
#252223
(37,34,35)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B58EA1

#B58EA1
(181,142,161)
#BB98A9
(187,152,169)
#C1A2B1
(193,162,177)
#C7ACB9
(199,172,185)
#CDB6C1
(205,182,193)
#D3C0C9
(211,192,201)
#D9CAD1
(217,202,209)
#DFD4D9
(223,212,217)
#E5DEE1
(229,222,225)
#EBE8E9
(235,232,233)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58EA1 color. Also use rgb(181,142,161) instead hex code.

Text Font Color

.myTextColor { color: #B58EA1; }

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

This text font color is #B58EA1.

Background Color

.myBgColor { background-color: #B58EA1; }

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

This div background color is #B58EA1.

Border color

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

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

This div border color is #B58EA1.

Opacity

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

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

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

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

This text has shadow with #B58EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58EA1.

Preview

Color preview on black background

This text has color #B58EA1 on black background.


Color preview on white background

This text has color #B58EA1 on white background.


Black color preview on #B58EA1 background

This text has black color on #B58EA1 background.


White color preview on #B58EA1 background

This text has white color on #B58EA1 background.


Related colors

Complementary color

Complementary color for #hex is #4A715E.


I love getcolorcode.com

Triadic colors

1 #A1B58E and #8EA1B5 with #B58EA1 are triadic colors.

2 #A18EB5 and #8EB5A1 with #B58EA1 are triadic colors.