COLOR #B48BAB

HEX: #B48BAB
RGB: (180,139,171)

Color info

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

RGB color model

#B48BAB color RGB value is (180,139,171).

  • red value is 180;
  • green value is 139;
  • blue value is 171.
RGB:
(180,139,171)
(71%,55%,67%)

RGB channels and saturation

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

180
139
171

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 171 = 490 (100%)
R 180 of 490 ~ 36.73%
G 139 of 490 ~ 28.37%
B 171 of 490 ~ 34.9%

%36.73
%28.37
%34.9

CMYK color model

#B48BAB color CMYK value is (0,23,5,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,23,5,29)
C0M23Y5K29 
(0%,23%,5%,29%)
(0.00/0.23/0.05/0.29)	

CMYK percentages

%0
%22.78
%5
%29.41

Codes

Color #B48BAB in popluar color models

B48BAB
RGB180139171
HSL313°21.47%62.55%
HSB/HSV313°22.78%70.59%
CMYK0.00%22.78%5.00%
29.41%

Color #B48BAB in popluar number systems.

HEXB48BAB
Decimal180139171
Binary101101001000101110101011
Octal264213253

Shades and tints

Shades of #B48BAB

#B48BAB
(180,139,171)
#A47F9C
(164,127,156)
#94738D
(148,115,141)
#84677E
(132,103,126)
#745B6F
(116,91,111)
#644F60
(100,79,96)
#544351
(84,67,81)
#443742
(68,55,66)
#342B33
(52,43,51)
#241F24
(36,31,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B48BAB

#B48BAB
(180,139,171)
#BA95B2
(186,149,178)
#C09FB9
(192,159,185)
#C6A9C0
(198,169,192)
#CCB3C7
(204,179,199)
#D2BDCE
(210,189,206)
#D8C7D5
(216,199,213)
#DED1DC
(222,209,220)
#E4DBE3
(228,219,227)
#EAE5EA
(234,229,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48BAB; }

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

This text font color is #B48BAB.


Background Color

.myBgColor { background-color: #B48BAB; }

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

This div background color is #B48BAB.


Border color

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

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

This div border color is #B48BAB.


Opacity

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

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

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

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

This text has shadow with #B48BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48BAB on black background.


Color preview on white background

This text has color #B48BAB on white background.



Black color preview on #B48BAB background

This text has black color on #B48BAB background.


White color preview on #B48BAB background

This text has white color on #B48BAB background.