COLOR #B48BB8

HEX: #B48BB8 RGB: (180,139,184)

Color info

#B48BB8 contains red, green and blue colors in about the same proportion. Web safe color of #B48BB8 is #CC99CC (or #C9C).

RGB color model

#B48BB8 color RGB value is (180,139,184).

RGB: (180,139,184) (71%, 55%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 184 of 255 = 72%

180
139
184

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

Portions of RGB colors in percentages

R + G + B = 180 + 139 + 184 = 503 (100%)
R 180 of 503 ~ 35.79%
G 139 of 503 ~ 27.63%
B 184 of 503 ~ 36.58'%

%35.79
%27.63
%36.58

CMYK color model

#B48BB8 color CMYK value is (2,24,0,28).

  • cyan value is 2.17%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (2,24,0,28)
C2M24Y0K28 (2%, 24%, 0%, 28%)
(0.02 / 0.24 / 0.00 / 0.28)

CMYK percentages

%2.17
%24.46
%0
%27.84

Codes

Color #B48BB8 in popluar color models

B4 8B B8
RGB 180 139 184
HSL 295° 24.06% 63.33%
HSB/HSV 295° 24.46% 72.16%
CMYK 2.17% 24.46% 0.00%
27.84%

Color #B48BB8 in popluar number systems.

HEX B4 8B B8
Decimal 180 139 184
Binary 10110100 10001011 10111000
Octal 264 213 270

Shades and tints

Shades of #B48BB8

#B48BB8
(180,139,184)
#A47FA8
(164,127,168)
#947398
(148,115,152)
#846788
(132,103,136)
#745B78
(116,91,120)
#644F68
(100,79,104)
#544358
(84,67,88)
#443748
(68,55,72)
#342B38
(52,43,56)
#241F28
(36,31,40)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B48BB8

#B48BB8
(180,139,184)
#BA95BE
(186,149,190)
#C09FC4
(192,159,196)
#C6A9CA
(198,169,202)
#CCB3D0
(204,179,208)
#D2BDD6
(210,189,214)
#D8C7DC
(216,199,220)
#DED1E2
(222,209,226)
#E4DBE8
(228,219,232)
#EAE5EE
(234,229,238)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48BB8; }

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

This text font color is #B48BB8.

Background Color

.myBgColor { background-color: #B48BB8; }

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

This div background color is #B48BB8.

Border color

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

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

This div border color is #B48BB8.

Opacity

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

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

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

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

This text has shadow with #B48BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48BB8.

Preview

Color preview on black background

This text has color #B48BB8 on black background.


Color preview on white background

This text has color #B48BB8 on white background.


Black color preview on #B48BB8 background

This text has black color on #B48BB8 background.


White color preview on #B48BB8 background

This text has white color on #B48BB8 background.


Related colors

Complementary color

Complementary color for #hex is #4B7447.


I love getcolorcode.com

Triadic colors

1 #B8B48B and #8BB8B4 with #B48BB8 are triadic colors.

2 #B88BB4 and #8BB4B8 with #B48BB8 are triadic colors.