COLOR #B48C88

HEX: #B48C88
RGB: (180,140,136)

Color info

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

RGB color model

#B48C88 color RGB value is (180,140,136).

  • red value is 180;
  • green value is 140;
  • blue value is 136.
RGB:
(180,140,136)
(71%,55%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 136 of 255 = 53%

180
140
136

R + G + B ~ 60%. #B48C88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 140 + 136 = 456 (100%)
R 180 of 456 ~ 39.47%
G 140 of 456 ~ 30.7%
B 136 of 456 ~ 29.82%

%39.47
%30.7
%29.82

CMYK color model

#B48C88 color CMYK value is (0,22,24,29).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(0,22,24,29)
C0M22Y24K29 
(0%,22%,24%,29%)
(0.00/0.22/0.24/0.29)	

CMYK percentages

%0
%22.22
%24.44
%29.41

Codes

Color #B48C88 in popluar color models

B48C88
RGB180140136
HSL22.68%61.96%
HSB/HSV24.44%70.59%
CMYK0.00%22.22%24.44%
29.41%

Color #B48C88 in popluar number systems.

HEXB48C88
Decimal180140136
Binary101101001000110010001000
Octal264214210

Shades and tints

Shades of #B48C88

#B48C88
(180,140,136)
#A4807C
(164,128,124)
#947470
(148,116,112)
#846864
(132,104,100)
#745C58
(116,92,88)
#64504C
(100,80,76)
#544440
(84,68,64)
#443834
(68,56,52)
#342C28
(52,44,40)
#24201C
(36,32,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B48C88

#B48C88
(180,140,136)
#BA9692
(186,150,146)
#C0A09C
(192,160,156)
#C6AAA6
(198,170,166)
#CCB4B0
(204,180,176)
#D2BEBA
(210,190,186)
#D8C8C4
(216,200,196)
#DED2CE
(222,210,206)
#E4DCD8
(228,220,216)
#EAE6E2
(234,230,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48C88 color. Also use rgb(180,140,136) instead hex code.

Text Font Color

.myTextColor { color: #B48C88; }

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

This text font color is #B48C88.


Background Color

.myBgColor { background-color: #B48C88; }

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

This div background color is #B48C88.


Border color

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

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

This div border color is #B48C88.


Opacity

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

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

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

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

This text has shadow with #B48C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48C88 on black background.


Color preview on white background

This text has color #B48C88 on white background.



Black color preview on #B48C88 background

This text has black color on #B48C88 background.


White color preview on #B48C88 background

This text has white color on #B48C88 background.