COLOR #B48B93

HEX: #B48B93
RGB: (180,139,147)

Color info

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

RGB color model

#B48B93 color RGB value is (180,139,147).

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

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 147 of 255 = 58%

180
139
147

R + G + B ~ 61%. #B48B93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 147 = 466 (100%)
R 180 of 466 ~ 38.63%
G 139 of 466 ~ 29.83%
B 147 of 466 ~ 31.55%

%38.63
%29.83
%31.55

CMYK color model

#B48B93 color CMYK value is (0,23,18,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 18.33%
  • key color value is 29.41%
CMYK:
(0,23,18,29)
C0M23Y18K29 
(0%,23%,18%,29%)
(0.00/0.23/0.18/0.29)	

CMYK percentages

%0
%22.78
%18.33
%29.41

Codes

Color #B48B93 in popluar color models

B48B93
RGB180139147
HSL348°21.47%62.55%
HSB/HSV348°22.78%70.59%
CMYK0.00%22.78%18.33%
29.41%

Color #B48B93 in popluar number systems.

HEXB48B93
Decimal180139147
Binary101101001000101110010011
Octal264213223

Shades and tints

Shades of #B48B93

#B48B93
(180,139,147)
#A47F86
(164,127,134)
#947379
(148,115,121)
#84676C
(132,103,108)
#745B5F
(116,91,95)
#644F52
(100,79,82)
#544345
(84,67,69)
#443738
(68,55,56)
#342B2B
(52,43,43)
#241F1E
(36,31,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #B48B93

#B48B93
(180,139,147)
#BA959C
(186,149,156)
#C09FA5
(192,159,165)
#C6A9AE
(198,169,174)
#CCB3B7
(204,179,183)
#D2BDC0
(210,189,192)
#D8C7C9
(216,199,201)
#DED1D2
(222,209,210)
#E4DBDB
(228,219,219)
#EAE5E4
(234,229,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48B93; }

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

This text font color is #B48B93.


Background Color

.myBgColor { background-color: #B48B93; }

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

This div background color is #B48B93.


Border color

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

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

This div border color is #B48B93.


Opacity

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

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

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

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

This text has shadow with #B48B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B93 on black background.


Color preview on white background

This text has color #B48B93 on white background.



Black color preview on #B48B93 background

This text has black color on #B48B93 background.


White color preview on #B48B93 background

This text has white color on #B48B93 background.