COLOR #B48487

HEX: #B48487 RGB: (180,132,135)

Color info

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

RGB color model

#B48487 color RGB value is (180,132,135).

RGB: (180,132,135) (71%, 52%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 135 of 255 = 53%

180
132
135

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

Portions of RGB colors in percentages

R + G + B = 180 + 132 + 135 = 447 (100%)
R 180 of 447 ~ 40.27%
G 132 of 447 ~ 29.53%
B 135 of 447 ~ 30.2'%

%40.27
%29.53
%30.2

CMYK color model

#B48487 color CMYK value is (0,27,25,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 25.00%
  • key color value is 29.41%

CMYK: (0,27,25,29)
C0M27Y25K29 (0%, 27%, 25%, 29%)
(0.00 / 0.27 / 0.25 / 0.29)

CMYK percentages

%0
%26.67
%25
%29.41

Codes

Color #B48487 in popluar color models

B4 84 87
RGB 180 132 135
HSL 356° 24.24% 61.18%
HSB/HSV 356° 26.67% 70.59%
CMYK 0.00% 26.67% 25.00%
29.41%

Color #B48487 in popluar number systems.

HEX B4 84 87
Decimal 180 132 135
Binary 10110100 10000100 10000111
Octal 264 204 207

Shades and tints

Shades of #B48487

#B48487
(180,132,135)
#A4787B
(164,120,123)
#946C6F
(148,108,111)
#846063
(132,96,99)
#745457
(116,84,87)
#64484B
(100,72,75)
#543C3F
(84,60,63)
#443033
(68,48,51)
#342427
(52,36,39)
#24181B
(36,24,27)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B48487

#B48487
(180,132,135)
#BA8F91
(186,143,145)
#C09A9B
(192,154,155)
#C6A5A5
(198,165,165)
#CCB0AF
(204,176,175)
#D2BBB9
(210,187,185)
#D8C6C3
(216,198,195)
#DED1CD
(222,209,205)
#E4DCD7
(228,220,215)
#EAE7E1
(234,231,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48487; }

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

This text font color is #B48487.

Background Color

.myBgColor { background-color: #B48487; }

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

This div background color is #B48487.

Border color

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

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

This div border color is #B48487.

Opacity

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

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

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

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

This text has shadow with #B48487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48487.

Preview

Color preview on black background

This text has color #B48487 on black background.


Color preview on white background

This text has color #B48487 on white background.


Black color preview on #B48487 background

This text has black color on #B48487 background.


White color preview on #B48487 background

This text has white color on #B48487 background.


Related colors

Complementary color

Complementary color for #hex is #4B7B78.


I love getcolorcode.com

Triadic colors

1 #87B484 and #8487B4 with #B48487 are triadic colors.

2 #8784B4 and #84B487 with #B48487 are triadic colors.