COLOR #B58BAB

HEX: #B58BAB RGB: (181,139,171)

Color info

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

RGB color model

#B58BAB color RGB value is (181,139,171).

RGB: (181,139,171) (71%, 55%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 171 of 255 = 67%

181
139
171

R + G + B ~ 64%. #B58BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 139 + 171 = 491 (100%)
R 181 of 491 ~ 36.86%
G 139 of 491 ~ 28.31%
B 171 of 491 ~ 34.83'%

%36.86
%28.31
%34.83

CMYK color model

#B58BAB color CMYK value is (0,23,6,29).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK: (0,23,6,29) C0M23Y6K29 (0%,23%,6%,29%) (0.00/0.23/0.06/0.29) 

CMYK percentages

%0
%23.2
%5.52
%29.02

Codes

Color #B58BAB in popluar color models

B5 8B AB
RGB 181 139 171
HSL 314° 22.11% 62.75%
HSB/HSV 314° 23.20% 70.98%
CMYK 0.00% 23.20% 5.52%
29.02%

Color #B58BAB in popluar number systems.

HEX B5 8B AB
Decimal 181 139 171
Binary 10110101 10001011 10101011
Octal 265 213 253

Shades and tints

Shades of #B58BAB

#B58BAB
(181,139,171)
#A57F9C
(165,127,156)
#95738D
(149,115,141)
#85677E
(133,103,126)
#755B6F
(117,91,111)
#654F60
(101,79,96)
#554351
(85,67,81)
#453742
(69,55,66)
#352B33
(53,43,51)
#251F24
(37,31,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B58BAB

#B58BAB
(181,139,171)
#BB95B2
(187,149,178)
#C19FB9
(193,159,185)
#C7A9C0
(199,169,192)
#CDB3C7
(205,179,199)
#D3BDCE
(211,189,206)
#D9C7D5
(217,199,213)
#DFD1DC
(223,209,220)
#E5DBE3
(229,219,227)
#EBE5EA
(235,229,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58BAB color. Also use rgb(181,139,171) instead hex code.

Text Font Color

.myTextColor { color: #B58BAB; }

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

This text font color is #B58BAB.

Background Color

.myBgColor { background-color: #B58BAB; }

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

This div background color is #B58BAB.

Border color

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

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

This div border color is #B58BAB.

Opacity

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

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

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

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

This text has shadow with #B58BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58BAB.

Preview

Color preview on black background

This text has color #B58BAB on black background.


Color preview on white background

This text has color #B58BAB on white background.


Black color preview on #B58BAB background

This text has black color on #B58BAB background.


White color preview on #B58BAB background

This text has white color on #B58BAB background.


Related colors

Complementary color

Complementary color for #hex is #4A7454.


I love getcolorcode.com

Triadic colors

1 #ABB58B and #8BABB5 with #B58BAB are triadic colors.

2 #AB8BB5 and #8BB5AB with #B58BAB are triadic colors.