COLOR #B48B9F

HEX: #B48B9F
RGB: (180,139,159)

Color info

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

RGB color model

#B48B9F color RGB value is (180,139,159).

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

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 159 of 255 = 62%

180
139
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 159 = 478 (100%)
R 180 of 478 ~ 37.66%
G 139 of 478 ~ 29.08%
B 159 of 478 ~ 33.26%

%37.66
%29.08
%33.26

CMYK color model

#B48B9F color CMYK value is (0,23,12,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(0,23,12,29)
C0M23Y12K29 
(0%,23%,12%,29%)
(0.00/0.23/0.12/0.29)	

CMYK percentages

%0
%22.78
%11.67
%29.41

Codes

Color #B48B9F in popluar color models

B48B9F
RGB180139159
HSL331°21.47%62.55%
HSB/HSV331°22.78%70.59%
CMYK0.00%22.78%11.67%
29.41%

Color #B48B9F in popluar number systems.

HEXB48B9F
Decimal180139159
Binary101101001000101110011111
Octal264213237

Shades and tints

Shades of #B48B9F

#B48B9F
(180,139,159)
#A47F91
(164,127,145)
#947383
(148,115,131)
#846775
(132,103,117)
#745B67
(116,91,103)
#644F59
(100,79,89)
#54434B
(84,67,75)
#44373D
(68,55,61)
#342B2F
(52,43,47)
#241F21
(36,31,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B48B9F

#B48B9F
(180,139,159)
#BA95A7
(186,149,167)
#C09FAF
(192,159,175)
#C6A9B7
(198,169,183)
#CCB3BF
(204,179,191)
#D2BDC7
(210,189,199)
#D8C7CF
(216,199,207)
#DED1D7
(222,209,215)
#E4DBDF
(228,219,223)
#EAE5E7
(234,229,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48B9F; }

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

This text font color is #B48B9F.


Background Color

.myBgColor { background-color: #B48B9F; }

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

This div background color is #B48B9F.


Border color

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

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

This div border color is #B48B9F.


Opacity

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

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

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

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

This text has shadow with #B48B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B9F on black background.


Color preview on white background

This text has color #B48B9F on white background.



Black color preview on #B48B9F background

This text has black color on #B48B9F background.


White color preview on #B48B9F background

This text has white color on #B48B9F background.