COLOR #B58AA0

HEX: #B58AA0 RGB: (181,138,160)

Color info

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

RGB color model

#B58AA0 color RGB value is (181,138,160).

RGB: (181,138,160) (71%, 54%, 63%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 160 of 255 = 63%

181
138
160

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

Portions of RGB colors in percentages

R + G + B = 181 + 138 + 160 = 479 (100%)
R 181 of 479 ~ 37.79%
G 138 of 479 ~ 28.81%
B 160 of 479 ~ 33.4'%

%37.79
%28.81
%33.4

CMYK color model

#B58AA0 color CMYK value is (0,24,12,29).

  • cyan value is 0.00%
  • magenta value is 23.76%
  • yellow value is 11.60%
  • key color value is 29.02%

CMYK: (0,24,12,29)
C0M24Y12K29 (0%, 24%, 12%, 29%)
(0.00 / 0.24 / 0.12 / 0.29)

CMYK percentages

%0
%23.76
%11.6
%29.02

Codes

Color #B58AA0 in popluar color models

B5 8A A0
RGB 181 138 160
HSL 329° 22.51% 62.55%
HSB/HSV 329° 23.76% 70.98%
CMYK 0.00% 23.76% 11.60%
29.02%

Color #B58AA0 in popluar number systems.

HEX B5 8A A0
Decimal 181 138 160
Binary 10110101 10001010 10100000
Octal 265 212 240

Shades and tints

Shades of #B58AA0

#B58AA0
(181,138,160)
#A57E92
(165,126,146)
#957284
(149,114,132)
#856676
(133,102,118)
#755A68
(117,90,104)
#654E5A
(101,78,90)
#55424C
(85,66,76)
#45363E
(69,54,62)
#352A30
(53,42,48)
#251E22
(37,30,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B58AA0

#B58AA0
(181,138,160)
#BB94A8
(187,148,168)
#C19EB0
(193,158,176)
#C7A8B8
(199,168,184)
#CDB2C0
(205,178,192)
#D3BCC8
(211,188,200)
#D9C6D0
(217,198,208)
#DFD0D8
(223,208,216)
#E5DAE0
(229,218,224)
#EBE4E8
(235,228,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58AA0; }

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

This text font color is #B58AA0.

Background Color

.myBgColor { background-color: #B58AA0; }

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

This div background color is #B58AA0.

Border color

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

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

This div border color is #B58AA0.

Opacity

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

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

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

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

This text has shadow with #B58AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58AA0.

Preview

Color preview on black background

This text has color #B58AA0 on black background.


Color preview on white background

This text has color #B58AA0 on white background.


Black color preview on #B58AA0 background

This text has black color on #B58AA0 background.


White color preview on #B58AA0 background

This text has white color on #B58AA0 background.


Related colors

Complementary color

Complementary color for #hex is #4A755F.


I love getcolorcode.com

Triadic colors

1 #A0B58A and #8AA0B5 with #B58AA0 are triadic colors.

2 #A08AB5 and #8AB5A0 with #B58AA0 are triadic colors.