COLOR #B48D8D

HEX: #B48D8D
RGB: (180,141,141)

Color info

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

RGB color model

#B48D8D color RGB value is (180,141,141).

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

RGB channels and saturation

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

180
141
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 141 = 462 (100%)
R 180 of 462 ~ 38.96%
G 141 of 462 ~ 30.52%
B 141 of 462 ~ 30.52%

%38.96
%30.52
%30.52

CMYK color model

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

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

CMYK percentages

%0
%21.67
%21.67
%29.41

Codes

Color #B48D8D in popluar color models

B48D8D
RGB180141141
HSL20.63%62.94%
HSB/HSV21.67%70.59%
CMYK0.00%21.67%21.67%
29.41%

Color #B48D8D in popluar number systems.

HEXB48D8D
Decimal180141141
Binary101101001000110110001101
Octal264215215

Shades and tints

Shades of #B48D8D

#B48D8D
(180,141,141)
#A48181
(164,129,129)
#947575
(148,117,117)
#846969
(132,105,105)
#745D5D
(116,93,93)
#645151
(100,81,81)
#544545
(84,69,69)
#443939
(68,57,57)
#342D2D
(52,45,45)
#242121
(36,33,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #B48D8D

#B48D8D
(180,141,141)
#BA9797
(186,151,151)
#C0A1A1
(192,161,161)
#C6ABAB
(198,171,171)
#CCB5B5
(204,181,181)
#D2BFBF
(210,191,191)
#D8C9C9
(216,201,201)
#DED3D3
(222,211,211)
#E4DDDD
(228,221,221)
#EAE7E7
(234,231,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48D8D; }

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

This text font color is #B48D8D.


Background Color

.myBgColor { background-color: #B48D8D; }

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

This div background color is #B48D8D.


Border color

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

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

This div border color is #B48D8D.


Opacity

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

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

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

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

This text has shadow with #B48D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48D8D on black background.


Color preview on white background

This text has color #B48D8D on white background.



Black color preview on #B48D8D background

This text has black color on #B48D8D background.


White color preview on #B48D8D background

This text has white color on #B48D8D background.