COLOR #B48B97

HEX: #B48B97
RGB: (180,139,151)

Color info

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

RGB color model

#B48B97 color RGB value is (180,139,151).

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

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 151 of 255 = 59%

180
139
151

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 151 = 470 (100%)
R 180 of 470 ~ 38.3%
G 139 of 470 ~ 29.57%
B 151 of 470 ~ 32.13%

%38.3
%29.57
%32.13

CMYK color model

#B48B97 color CMYK value is (0,23,16,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(0,23,16,29)
C0M23Y16K29 
(0%,23%,16%,29%)
(0.00/0.23/0.16/0.29)	

CMYK percentages

%0
%22.78
%16.11
%29.41

Codes

Color #B48B97 in popluar color models

B48B97
RGB180139151
HSL342°21.47%62.55%
HSB/HSV342°22.78%70.59%
CMYK0.00%22.78%16.11%
29.41%

Color #B48B97 in popluar number systems.

HEXB48B97
Decimal180139151
Binary101101001000101110010111
Octal264213227

Shades and tints

Shades of #B48B97

#B48B97
(180,139,151)
#A47F8A
(164,127,138)
#94737D
(148,115,125)
#846770
(132,103,112)
#745B63
(116,91,99)
#644F56
(100,79,86)
#544349
(84,67,73)
#44373C
(68,55,60)
#342B2F
(52,43,47)
#241F22
(36,31,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B48B97

#B48B97
(180,139,151)
#BA95A0
(186,149,160)
#C09FA9
(192,159,169)
#C6A9B2
(198,169,178)
#CCB3BB
(204,179,187)
#D2BDC4
(210,189,196)
#D8C7CD
(216,199,205)
#DED1D6
(222,209,214)
#E4DBDF
(228,219,223)
#EAE5E8
(234,229,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48B97; }

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

This text font color is #B48B97.


Background Color

.myBgColor { background-color: #B48B97; }

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

This div background color is #B48B97.


Border color

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

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

This div border color is #B48B97.


Opacity

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

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

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

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

This text has shadow with #B48B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B97 on black background.


Color preview on white background

This text has color #B48B97 on white background.



Black color preview on #B48B97 background

This text has black color on #B48B97 background.


White color preview on #B48B97 background

This text has white color on #B48B97 background.