COLOR #B48D89

HEX: #B48D89
RGB: (180,141,137)

Color info

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

RGB color model

#B48D89 color RGB value is (180,141,137).

  • red value is 180;
  • green value is 141;
  • blue value is 137.
RGB:
(180,141,137)
(71%,55%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 137 of 255 = 54%

180
141
137

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 137 = 458 (100%)
R 180 of 458 ~ 39.3%
G 141 of 458 ~ 30.79%
B 137 of 458 ~ 29.91%

%39.3
%30.79
%29.91

CMYK color model

#B48D89 color CMYK value is (0,22,24,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(0,22,24,29)
C0M22Y24K29 
(0%,22%,24%,29%)
(0.00/0.22/0.24/0.29)	

CMYK percentages

%0
%21.67
%23.89
%29.41

Codes

Color #B48D89 in popluar color models

B48D89
RGB180141137
HSL22.28%62.16%
HSB/HSV23.89%70.59%
CMYK0.00%21.67%23.89%
29.41%

Color #B48D89 in popluar number systems.

HEXB48D89
Decimal180141137
Binary101101001000110110001001
Octal264215211

Shades and tints

Shades of #B48D89

#B48D89
(180,141,137)
#A4817D
(164,129,125)
#947571
(148,117,113)
#846965
(132,105,101)
#745D59
(116,93,89)
#64514D
(100,81,77)
#544541
(84,69,65)
#443935
(68,57,53)
#342D29
(52,45,41)
#24211D
(36,33,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #B48D89

#B48D89
(180,141,137)
#BA9793
(186,151,147)
#C0A19D
(192,161,157)
#C6ABA7
(198,171,167)
#CCB5B1
(204,181,177)
#D2BFBB
(210,191,187)
#D8C9C5
(216,201,197)
#DED3CF
(222,211,207)
#E4DDD9
(228,221,217)
#EAE7E3
(234,231,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48D89 color. Also use rgb(180,141,137) instead hex code.

Text Font Color

.myTextColor { color: #B48D89; }

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

This text font color is #B48D89.


Background Color

.myBgColor { background-color: #B48D89; }

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

This div background color is #B48D89.


Border color

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

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

This div border color is #B48D89.


Opacity

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

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

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

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

This text has shadow with #B48D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D89 on black background.


Color preview on white background

This text has color #B48D89 on white background.



Black color preview on #B48D89 background

This text has black color on #B48D89 background.


White color preview on #B48D89 background

This text has white color on #B48D89 background.