COLOR #B58487

HEX: #B58487 RGB: (181,132,135)

Color info

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

RGB color model

#B58487 color RGB value is (181,132,135).

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

RGB channels and saturation

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

181
132
135

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

Portions of RGB colors in percentages

R + G + B = 181 + 132 + 135 = 448 (100%)
R 181 of 448 ~ 40.4%
G 132 of 448 ~ 29.46%
B 135 of 448 ~ 30.13'%

%40.4
%29.46
%30.13

CMYK color model

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

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

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

CMYK percentages

%0
%27.07
%25.41
%29.02

Codes

Color #B58487 in popluar color models

B5 84 87
RGB 181 132 135
HSL 356° 24.87% 61.37%
HSB/HSV 356° 27.07% 70.98%
CMYK 0.00% 27.07% 25.41%
29.02%

Color #B58487 in popluar number systems.

HEX B5 84 87
Decimal 181 132 135
Binary 10110101 10000100 10000111
Octal 265 204 207

Shades and tints

Shades of #B58487

#B58487
(181,132,135)
#A5787B
(165,120,123)
#956C6F
(149,108,111)
#856063
(133,96,99)
#755457
(117,84,87)
#65484B
(101,72,75)
#553C3F
(85,60,63)
#453033
(69,48,51)
#352427
(53,36,39)
#25181B
(37,24,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #B58487

#B58487
(181,132,135)
#BB8F91
(187,143,145)
#C19A9B
(193,154,155)
#C7A5A5
(199,165,165)
#CDB0AF
(205,176,175)
#D3BBB9
(211,187,185)
#D9C6C3
(217,198,195)
#DFD1CD
(223,209,205)
#E5DCD7
(229,220,215)
#EBE7E1
(235,231,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58487; }

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

This text font color is #B58487.

Background Color

.myBgColor { background-color: #B58487; }

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

This div background color is #B58487.

Border color

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

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

This div border color is #B58487.

Opacity

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

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

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

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

This text has shadow with #B58487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58487.

Preview

Color preview on black background

This text has color #B58487 on black background.


Color preview on white background

This text has color #B58487 on white background.


Black color preview on #B58487 background

This text has black color on #B58487 background.


White color preview on #B58487 background

This text has white color on #B58487 background.


Related colors

Complementary color

Complementary color for #hex is #4A7B78.


I love getcolorcode.com

Triadic colors

1 #87B584 and #8487B5 with #B58487 are triadic colors.

2 #8784B5 and #84B587 with #B58487 are triadic colors.