COLOR #B48197

HEX: #B48197
RGB: (180,129,151)

Color info

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

RGB color model

#B48197 color RGB value is (180,129,151).

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

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 151 of 255 = 59%

180
129
151

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

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 151 = 460 (100%)
R 180 of 460 ~ 39.13%
G 129 of 460 ~ 28.04%
B 151 of 460 ~ 32.83%

%39.13
%28.04
%32.83

CMYK color model

#B48197 color CMYK value is (0,28,16,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 16.11%
  • key color value is 29.41%
CMYK:
(0,28,16,29)
C0M28Y16K29 
(0%,28%,16%,29%)
(0.00/0.28/0.16/0.29)	

CMYK percentages

%0
%28.33
%16.11
%29.41

Codes

Color #B48197 in popluar color models

B48197
RGB180129151
HSL334°25.37%60.59%
HSB/HSV334°28.33%70.59%
CMYK0.00%28.33%16.11%
29.41%

Color #B48197 in popluar number systems.

HEXB48197
Decimal180129151
Binary101101001000000110010111
Octal264201227

Shades and tints

Shades of #B48197

#B48197
(180,129,151)
#A4768A
(164,118,138)
#946B7D
(148,107,125)
#846070
(132,96,112)
#745563
(116,85,99)
#644A56
(100,74,86)
#543F49
(84,63,73)
#44343C
(68,52,60)
#34292F
(52,41,47)
#241E22
(36,30,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B48197

#B48197
(180,129,151)
#BA8CA0
(186,140,160)
#C097A9
(192,151,169)
#C6A2B2
(198,162,178)
#CCADBB
(204,173,187)
#D2B8C4
(210,184,196)
#D8C3CD
(216,195,205)
#DECED6
(222,206,214)
#E4D9DF
(228,217,223)
#EAE4E8
(234,228,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48197; }

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

This text font color is #B48197.


Background Color

.myBgColor { background-color: #B48197; }

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

This div background color is #B48197.


Border color

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

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

This div border color is #B48197.


Opacity

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

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

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

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

This text has shadow with #B48197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48197 on black background.


Color preview on white background

This text has color #B48197 on white background.



Black color preview on #B48197 background

This text has black color on #B48197 background.


White color preview on #B48197 background

This text has white color on #B48197 background.