COLOR #B58EAF

HEX: #B58EAF RGB: (181,142,175)

Color info

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

RGB color model

#B58EAF color RGB value is (181,142,175).

RGB: (181,142,175) (71%, 56%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 142 of 255 = 56%
B 175 of 255 = 69%

181
142
175

R + G + B ~ 65%. #B58EAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 142 + 175 = 498 (100%)
R 181 of 498 ~ 36.35%
G 142 of 498 ~ 28.51%
B 175 of 498 ~ 35.14'%

%36.35
%28.51
%35.14

CMYK color model

#B58EAF color CMYK value is (0,22,3,29).

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

CMYK: (0,22,3,29)
C0M22Y3K29 (0%, 22%, 3%, 29%)
(0.00 / 0.22 / 0.03 / 0.29)

CMYK percentages

%0
%21.55
%3.31
%29.02

Codes

Color #B58EAF in popluar color models

B5 8E AF
RGB 181 142 175
HSL 309° 20.86% 63.33%
HSB/HSV 309° 21.55% 70.98%
CMYK 0.00% 21.55% 3.31%
29.02%

Color #B58EAF in popluar number systems.

HEX B5 8E AF
Decimal 181 142 175
Binary 10110101 10001110 10101111
Octal 265 216 257

Shades and tints

Shades of #B58EAF

#B58EAF
(181,142,175)
#A582A0
(165,130,160)
#957691
(149,118,145)
#856A82
(133,106,130)
#755E73
(117,94,115)
#655264
(101,82,100)
#554655
(85,70,85)
#453A46
(69,58,70)
#352E37
(53,46,55)
#252228
(37,34,40)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B58EAF

#B58EAF
(181,142,175)
#BB98B6
(187,152,182)
#C1A2BD
(193,162,189)
#C7ACC4
(199,172,196)
#CDB6CB
(205,182,203)
#D3C0D2
(211,192,210)
#D9CAD9
(217,202,217)
#DFD4E0
(223,212,224)
#E5DEE7
(229,222,231)
#EBE8EE
(235,232,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58EAF; }

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

This text font color is #B58EAF.

Background Color

.myBgColor { background-color: #B58EAF; }

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

This div background color is #B58EAF.

Border color

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

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

This div border color is #B58EAF.

Opacity

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

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

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

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

This text has shadow with #B58EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58EAF.

Preview

Color preview on black background

This text has color #B58EAF on black background.


Color preview on white background

This text has color #B58EAF on white background.


Black color preview on #B58EAF background

This text has black color on #B58EAF background.


White color preview on #B58EAF background

This text has white color on #B58EAF background.


Related colors

Complementary color

Complementary color for #hex is #4A7150.


I love getcolorcode.com

Triadic colors

1 #AFB58E and #8EAFB5 with #B58EAF are triadic colors.

2 #AF8EB5 and #8EB5AF with #B58EAF are triadic colors.