COLOR #B58987

HEX: #B58987 RGB: (181,137,135)

Color info

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

RGB color model

#B58987 color RGB value is (181,137,135).

RGB: (181,137,135) (71%, 54%, 53%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 135 of 255 = 53%

181
137
135

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

Portions of RGB colors in percentages

R + G + B = 181 + 137 + 135 = 453 (100%)
R 181 of 453 ~ 39.96%
G 137 of 453 ~ 30.24%
B 135 of 453 ~ 29.8'%

%39.96
%30.24
%29.8

CMYK color model

#B58987 color CMYK value is (0,24,25,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 25.41%
  • key color value is 29.02%

CMYK: (0,24,25,29)
C0M24Y25K29 (0%, 24%, 25%, 29%)
(0.00 / 0.24 / 0.25 / 0.29)

CMYK percentages

%0
%24.31
%25.41
%29.02

Codes

Color #B58987 in popluar color models

B5 89 87
RGB 181 137 135
HSL 23.71% 61.96%
HSB/HSV 25.41% 70.98%
CMYK 0.00% 24.31% 25.41%
29.02%

Color #B58987 in popluar number systems.

HEX B5 89 87
Decimal 181 137 135
Binary 10110101 10001001 10000111
Octal 265 211 207

Shades and tints

Shades of #B58987

#B58987
(181,137,135)
#A57D7B
(165,125,123)
#95716F
(149,113,111)
#856563
(133,101,99)
#755957
(117,89,87)
#654D4B
(101,77,75)
#55413F
(85,65,63)
#453533
(69,53,51)
#352927
(53,41,39)
#251D1B
(37,29,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #B58987

#B58987
(181,137,135)
#BB9391
(187,147,145)
#C19D9B
(193,157,155)
#C7A7A5
(199,167,165)
#CDB1AF
(205,177,175)
#D3BBB9
(211,187,185)
#D9C5C3
(217,197,195)
#DFCFCD
(223,207,205)
#E5D9D7
(229,217,215)
#EBE3E1
(235,227,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58987 color. Also use rgb(181,137,135) instead hex code.

Text Font Color

.myTextColor { color: #B58987; }

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

This text font color is #B58987.

Background Color

.myBgColor { background-color: #B58987; }

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

This div background color is #B58987.

Border color

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

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

This div border color is #B58987.

Opacity

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

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

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

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

This text has shadow with #B58987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58987.

Preview

Color preview on black background

This text has color #B58987 on black background.


Color preview on white background

This text has color #B58987 on white background.


Black color preview on #B58987 background

This text has black color on #B58987 background.


White color preview on #B58987 background

This text has white color on #B58987 background.


Related colors

Complementary color

Complementary color for #hex is #4A7678.


I love getcolorcode.com

Triadic colors

1 #87B589 and #8987B5 with #B58987 are triadic colors.

2 #8789B5 and #89B587 with #B58987 are triadic colors.