COLOR #B48396

HEX: #B48396
RGB: (180,131,150)

Color info

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

RGB color model

#B48396 color RGB value is (180,131,150).

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

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 150 of 255 = 59%

180
131
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 150 = 461 (100%)
R 180 of 461 ~ 39.05%
G 131 of 461 ~ 28.42%
B 150 of 461 ~ 32.54%

%39.05
%28.42
%32.54

CMYK color model

#B48396 color CMYK value is (0,27,17,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,27,17,29)
C0M27Y17K29 
(0%,27%,17%,29%)
(0.00/0.27/0.17/0.29)	

CMYK percentages

%0
%27.22
%16.67
%29.41

Codes

Color #B48396 in popluar color models

B48396
RGB180131150
HSL337°24.62%60.98%
HSB/HSV337°27.22%70.59%
CMYK0.00%27.22%16.67%
29.41%

Color #B48396 in popluar number systems.

HEXB48396
Decimal180131150
Binary101101001000001110010110
Octal264203226

Shades and tints

Shades of #B48396

#B48396
(180,131,150)
#A47889
(164,120,137)
#946D7C
(148,109,124)
#84626F
(132,98,111)
#745762
(116,87,98)
#644C55
(100,76,85)
#544148
(84,65,72)
#44363B
(68,54,59)
#342B2E
(52,43,46)
#242021
(36,32,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B48396

#B48396
(180,131,150)
#BA8E9F
(186,142,159)
#C099A8
(192,153,168)
#C6A4B1
(198,164,177)
#CCAFBA
(204,175,186)
#D2BAC3
(210,186,195)
#D8C5CC
(216,197,204)
#DED0D5
(222,208,213)
#E4DBDE
(228,219,222)
#EAE6E7
(234,230,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48396; }

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

This text font color is #B48396.


Background Color

.myBgColor { background-color: #B48396; }

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

This div background color is #B48396.


Border color

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

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

This div border color is #B48396.


Opacity

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

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

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

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

This text has shadow with #B48396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48396 on black background.


Color preview on white background

This text has color #B48396 on white background.



Black color preview on #B48396 background

This text has black color on #B48396 background.


White color preview on #B48396 background

This text has white color on #B48396 background.