COLOR #B48D88

HEX: #B48D88 RGB: (180,141,136)

Color info

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

RGB color model

#B48D88 color RGB value is (180,141,136).

RGB: (180,141,136) (71%, 55%, 53%)

RGB channels and saturation

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

180
141
136

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

Portions of RGB colors in percentages

R + G + B = 180 + 141 + 136 = 457 (100%)
R 180 of 457 ~ 39.39%
G 141 of 457 ~ 30.85%
B 136 of 457 ~ 29.76'%

%39.39
%30.85
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 24.44%
  • 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
%24.44
%29.41

Codes

Color #B48D88 in popluar color models

B4 8D 88
RGB 180 141 136
HSL 22.68% 61.96%
HSB/HSV 24.44% 70.59%
CMYK 0.00% 21.67% 24.44%
29.41%

Color #B48D88 in popluar number systems.

HEX B4 8D 88
Decimal 180 141 136
Binary 10110100 10001101 10001000
Octal 264 215 210

Shades and tints

Shades of #B48D88

#B48D88
(180,141,136)
#A4817C
(164,129,124)
#947570
(148,117,112)
#846964
(132,105,100)
#745D58
(116,93,88)
#64514C
(100,81,76)
#544540
(84,69,64)
#443934
(68,57,52)
#342D28
(52,45,40)
#24211C
(36,33,28)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #B48D88

#B48D88
(180,141,136)
#BA9792
(186,151,146)
#C0A19C
(192,161,156)
#C6ABA6
(198,171,166)
#CCB5B0
(204,181,176)
#D2BFBA
(210,191,186)
#D8C9C4
(216,201,196)
#DED3CE
(222,211,206)
#E4DDD8
(228,221,216)
#EAE7E2
(234,231,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48D88; }

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

This text font color is #B48D88.

Background Color

.myBgColor { background-color: #B48D88; }

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

This div background color is #B48D88.

Border color

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

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

This div border color is #B48D88.

Opacity

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

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

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

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

This text has shadow with #B48D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48D88.

Preview

Color preview on black background

This text has color #B48D88 on black background.


Color preview on white background

This text has color #B48D88 on white background.


Black color preview on #B48D88 background

This text has black color on #B48D88 background.


White color preview on #B48D88 background

This text has white color on #B48D88 background.


Related colors

Complementary color

Complementary color for #hex is #4B7277.


I love getcolorcode.com

Triadic colors

1 #88B48D and #8D88B4 with #B48D88 are triadic colors.

2 #888DB4 and #8DB488 with #B48D88 are triadic colors.