COLOR #B48AA2

HEX: #B48AA2
RGB: (180,138,162)

Color info

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

RGB color model

#B48AA2 color RGB value is (180,138,162).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 162 of 255 = 64%

180
138
162

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 162 = 480 (100%)
R 180 of 480 ~ 37.5%
G 138 of 480 ~ 28.75%
B 162 of 480 ~ 33.75%

%37.5
%28.75
%33.75

CMYK color model

#B48AA2 color CMYK value is (0,23,10,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 10.00%
  • key color value is 29.41%
CMYK:
(0,23,10,29)
C0M23Y10K29 
(0%,23%,10%,29%)
(0.00/0.23/0.10/0.29)	

CMYK percentages

%0
%23.33
%10
%29.41

Codes

Color #B48AA2 in popluar color models

B48AA2
RGB180138162
HSL326°21.88%62.35%
HSB/HSV326°23.33%70.59%
CMYK0.00%23.33%10.00%
29.41%

Color #B48AA2 in popluar number systems.

HEXB48AA2
Decimal180138162
Binary101101001000101010100010
Octal264212242

Shades and tints

Shades of #B48AA2

#B48AA2
(180,138,162)
#A47E94
(164,126,148)
#947286
(148,114,134)
#846678
(132,102,120)
#745A6A
(116,90,106)
#644E5C
(100,78,92)
#54424E
(84,66,78)
#443640
(68,54,64)
#342A32
(52,42,50)
#241E24
(36,30,36)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B48AA2

#B48AA2
(180,138,162)
#BA94AA
(186,148,170)
#C09EB2
(192,158,178)
#C6A8BA
(198,168,186)
#CCB2C2
(204,178,194)
#D2BCCA
(210,188,202)
#D8C6D2
(216,198,210)
#DED0DA
(222,208,218)
#E4DAE2
(228,218,226)
#EAE4EA
(234,228,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48AA2; }

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

This text font color is #B48AA2.


Background Color

.myBgColor { background-color: #B48AA2; }

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

This div background color is #B48AA2.


Border color

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

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

This div border color is #B48AA2.


Opacity

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

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

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

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

This text has shadow with #B48AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AA2 on black background.


Color preview on white background

This text has color #B48AA2 on white background.



Black color preview on #B48AA2 background

This text has black color on #B48AA2 background.


White color preview on #B48AA2 background

This text has white color on #B48AA2 background.