COLOR #B48F96

HEX: #B48F96
RGB: (180,143,150)

Color info

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

RGB color model

#B48F96 color RGB value is (180,143,150).

  • red value is 180;
  • green value is 143;
  • blue value is 150.
RGB:
(180,143,150)
(71%,56%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 150 of 255 = 59%

180
143
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 143 + 150 = 473 (100%)
R 180 of 473 ~ 38.05%
G 143 of 473 ~ 30.23%
B 150 of 473 ~ 31.71%

%38.05
%30.23
%31.71

CMYK color model

#B48F96 color CMYK value is (0,21,17,29).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,21,17,29)
C0M21Y17K29 
(0%,21%,17%,29%)
(0.00/0.21/0.17/0.29)	

CMYK percentages

%0
%20.56
%16.67
%29.41

Codes

Color #B48F96 in popluar color models

B48F96
RGB180143150
HSL349°19.79%63.33%
HSB/HSV349°20.56%70.59%
CMYK0.00%20.56%16.67%
29.41%

Color #B48F96 in popluar number systems.

HEXB48F96
Decimal180143150
Binary101101001000111110010110
Octal264217226

Shades and tints

Shades of #B48F96

#B48F96
(180,143,150)
#A48289
(164,130,137)
#94757C
(148,117,124)
#84686F
(132,104,111)
#745B62
(116,91,98)
#644E55
(100,78,85)
#544148
(84,65,72)
#44343B
(68,52,59)
#34272E
(52,39,46)
#241A21
(36,26,33)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #B48F96

#B48F96
(180,143,150)
#BA999F
(186,153,159)
#C0A3A8
(192,163,168)
#C6ADB1
(198,173,177)
#CCB7BA
(204,183,186)
#D2C1C3
(210,193,195)
#D8CBCC
(216,203,204)
#DED5D5
(222,213,213)
#E4DFDE
(228,223,222)
#EAE9E7
(234,233,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48F96 color. Also use rgb(180,143,150) instead hex code.

Text Font Color

.myTextColor { color: #B48F96; }

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

This text font color is #B48F96.


Background Color

.myBgColor { background-color: #B48F96; }

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

This div background color is #B48F96.


Border color

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

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

This div border color is #B48F96.


Opacity

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

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

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

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

This text has shadow with #B48F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48F96 on black background.


Color preview on white background

This text has color #B48F96 on white background.



Black color preview on #B48F96 background

This text has black color on #B48F96 background.


White color preview on #B48F96 background

This text has white color on #B48F96 background.