COLOR #B58AB2

HEX: #B58AB2 RGB: (181,138,178)

Color info

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

RGB color model

#B58AB2 color RGB value is (181,138,178).

RGB: (181,138,178) (71%, 54%, 70%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 178 of 255 = 70%

181
138
178

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

Portions of RGB colors in percentages

R + G + B = 181 + 138 + 178 = 497 (100%)
R 181 of 497 ~ 36.42%
G 138 of 497 ~ 27.77%
B 178 of 497 ~ 35.81'%

%36.42
%27.77
%35.81

CMYK color model

#B58AB2 color CMYK value is (0,24,2,29).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 1.66%
  • key color value is 29.02%
CMYK: (0,24,2,29) C0M24Y2K29 (0%,24%,2%,29%) (0.00/0.24/0.02/0.29) 

CMYK percentages

%0
%23.76
%1.66
%29.02

Codes

Color #B58AB2 in popluar color models

B5 8A B2
RGB 181 138 178
HSL 304° 22.51% 62.55%
HSB/HSV 304° 23.76% 70.98%
CMYK 0.00% 23.76% 1.66%
29.02%

Color #B58AB2 in popluar number systems.

HEX B5 8A B2
Decimal 181 138 178
Binary 10110101 10001010 10110010
Octal 265 212 262

Shades and tints

Shades of #B58AB2

#B58AB2
(181,138,178)
#A57EA2
(165,126,162)
#957292
(149,114,146)
#856682
(133,102,130)
#755A72
(117,90,114)
#654E62
(101,78,98)
#554252
(85,66,82)
#453642
(69,54,66)
#352A32
(53,42,50)
#251E22
(37,30,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B58AB2

#B58AB2
(181,138,178)
#BB94B9
(187,148,185)
#C19EC0
(193,158,192)
#C7A8C7
(199,168,199)
#CDB2CE
(205,178,206)
#D3BCD5
(211,188,213)
#D9C6DC
(217,198,220)
#DFD0E3
(223,208,227)
#E5DAEA
(229,218,234)
#EBE4F1
(235,228,241)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58AB2 color. Also use rgb(181,138,178) instead hex code.

Text Font Color

.myTextColor { color: #B58AB2; }

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

This text font color is #B58AB2.

Background Color

.myBgColor { background-color: #B58AB2; }

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

This div background color is #B58AB2.

Border color

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

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

This div border color is #B58AB2.

Opacity

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

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

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

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

This text has shadow with #B58AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58AB2.

Preview

Color preview on black background

This text has color #B58AB2 on black background.


Color preview on white background

This text has color #B58AB2 on white background.


Black color preview on #B58AB2 background

This text has black color on #B58AB2 background.


White color preview on #B58AB2 background

This text has white color on #B58AB2 background.


Related colors

Complementary color

Complementary color for #hex is #4A754D.


I love getcolorcode.com

Triadic colors

1 #B2B58A and #8AB2B5 with #B58AB2 are triadic colors.

2 #B28AB5 and #8AB5B2 with #B58AB2 are triadic colors.