COLOR #B48398

HEX: #B48398
RGB: (180,131,152)

Color info

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

RGB color model

#B48398 color RGB value is (180,131,152).

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

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 152 of 255 = 60%

180
131
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 152 = 463 (100%)
R 180 of 463 ~ 38.88%
G 131 of 463 ~ 28.29%
B 152 of 463 ~ 32.83%

%38.88
%28.29
%32.83

CMYK color model

#B48398 color CMYK value is (0,27,16,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,27,16,29)
C0M27Y16K29 
(0%,27%,16%,29%)
(0.00/0.27/0.16/0.29)	

CMYK percentages

%0
%27.22
%15.56
%29.41

Codes

Color #B48398 in popluar color models

B48398
RGB180131152
HSL334°24.62%60.98%
HSB/HSV334°27.22%70.59%
CMYK0.00%27.22%15.56%
29.41%

Color #B48398 in popluar number systems.

HEXB48398
Decimal180131152
Binary101101001000001110011000
Octal264203230

Shades and tints

Shades of #B48398

#B48398
(180,131,152)
#A4788B
(164,120,139)
#946D7E
(148,109,126)
#846271
(132,98,113)
#745764
(116,87,100)
#644C57
(100,76,87)
#54414A
(84,65,74)
#44363D
(68,54,61)
#342B30
(52,43,48)
#242023
(36,32,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B48398

#B48398
(180,131,152)
#BA8EA1
(186,142,161)
#C099AA
(192,153,170)
#C6A4B3
(198,164,179)
#CCAFBC
(204,175,188)
#D2BAC5
(210,186,197)
#D8C5CE
(216,197,206)
#DED0D7
(222,208,215)
#E4DBE0
(228,219,224)
#EAE6E9
(234,230,233)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48398; }

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

This text font color is #B48398.


Background Color

.myBgColor { background-color: #B48398; }

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

This div background color is #B48398.


Border color

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

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

This div border color is #B48398.


Opacity

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

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

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

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

This text has shadow with #B48398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48398 on black background.


Color preview on white background

This text has color #B48398 on white background.



Black color preview on #B48398 background

This text has black color on #B48398 background.


White color preview on #B48398 background

This text has white color on #B48398 background.