COLOR #B48A9F

HEX: #B48A9F
RGB: (180,138,159)

Color info

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

RGB color model

#B48A9F color RGB value is (180,138,159).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 159 of 255 = 62%

180
138
159

R + G + B ~ 62%. #B48A9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 159 = 477 (100%)
R 180 of 477 ~ 37.74%
G 138 of 477 ~ 28.93%
B 159 of 477 ~ 33.33%

%37.74
%28.93
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.33%
  • 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
%23.33
%11.67
%29.41

Codes

Color #B48A9F in popluar color models

B48A9F
RGB180138159
HSL330°21.88%62.35%
HSB/HSV330°23.33%70.59%
CMYK0.00%23.33%11.67%
29.41%

Color #B48A9F in popluar number systems.

HEXB48A9F
Decimal180138159
Binary101101001000101010011111
Octal264212237

Shades and tints

Shades of #B48A9F

#B48A9F
(180,138,159)
#A47E91
(164,126,145)
#947283
(148,114,131)
#846675
(132,102,117)
#745A67
(116,90,103)
#644E59
(100,78,89)
#54424B
(84,66,75)
#44363D
(68,54,61)
#342A2F
(52,42,47)
#241E21
(36,30,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #B48A9F

#B48A9F
(180,138,159)
#BA94A7
(186,148,167)
#C09EAF
(192,158,175)
#C6A8B7
(198,168,183)
#CCB2BF
(204,178,191)
#D2BCC7
(210,188,199)
#D8C6CF
(216,198,207)
#DED0D7
(222,208,215)
#E4DADF
(228,218,223)
#EAE4E7
(234,228,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48A9F; }

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

This text font color is #B48A9F.


Background Color

.myBgColor { background-color: #B48A9F; }

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

This div background color is #B48A9F.


Border color

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

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

This div border color is #B48A9F.


Opacity

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

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

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

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

This text has shadow with #B48A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48A9F on black background.


Color preview on white background

This text has color #B48A9F on white background.



Black color preview on #B48A9F background

This text has black color on #B48A9F background.


White color preview on #B48A9F background

This text has white color on #B48A9F background.