COLOR #B59BAB

HEX: #B59BAB
RGB: (181,155,171)

Color info

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

RGB color model

#B59BAB color RGB value is (181,155,171).

  • red value is 181;
  • green value is 155;
  • blue value is 171.
RGB:
(181,155,171)
(71%,61%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 171 of 255 = 67%

181
155
171

R + G + B ~ 66%. #B59BAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 171 = 507 (100%)
R 181 of 507 ~ 35.7%
G 155 of 507 ~ 30.57%
B 171 of 507 ~ 33.73%

%35.7
%30.57
%33.73

CMYK color model

#B59BAB color CMYK value is (0,14,6,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,14,6,29)
C0M14Y6K29 
(0%,14%,6%,29%)
(0.00/0.14/0.06/0.29)	

CMYK percentages

%0
%14.36
%5.52
%29.02

Codes

Color #B59BAB in popluar color models

B59BAB
RGB181155171
HSL323°14.94%65.88%
HSB/HSV323°14.36%70.98%
CMYK0.00%14.36%5.52%
29.02%

Color #B59BAB in popluar number systems.

HEXB59BAB
Decimal181155171
Binary101101011001101110101011
Octal265233253

Shades and tints

Shades of #B59BAB

#B59BAB
(181,155,171)
#A58D9C
(165,141,156)
#957F8D
(149,127,141)
#85717E
(133,113,126)
#75636F
(117,99,111)
#655560
(101,85,96)
#554751
(85,71,81)
#453942
(69,57,66)
#352B33
(53,43,51)
#251D24
(37,29,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B59BAB

#B59BAB
(181,155,171)
#BBA4B2
(187,164,178)
#C1ADB9
(193,173,185)
#C7B6C0
(199,182,192)
#CDBFC7
(205,191,199)
#D3C8CE
(211,200,206)
#D9D1D5
(217,209,213)
#DFDADC
(223,218,220)
#E5E3E3
(229,227,227)
#EBECEA
(235,236,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59BAB; }

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

This text font color is #B59BAB.


Background Color

.myBgColor { background-color: #B59BAB; }

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

This div background color is #B59BAB.


Border color

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

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

This div border color is #B59BAB.


Opacity

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

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

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

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

This text has shadow with #B59BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59BAB on black background.


Color preview on white background

This text has color #B59BAB on white background.



Black color preview on #B59BAB background

This text has black color on #B59BAB background.


White color preview on #B59BAB background

This text has white color on #B59BAB background.