COLOR #B58884

HEX: #B58884 RGB: (181,136,132)

Color info

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

RGB color model

#B58884 color RGB value is (181,136,132).

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

RGB channels and saturation

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

181
136
132

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

Portions of RGB colors in percentages

R + G + B = 181 + 136 + 132 = 449 (100%)
R 181 of 449 ~ 40.31%
G 136 of 449 ~ 30.29%
B 132 of 449 ~ 29.4'%

%40.31
%30.29
%29.4

CMYK color model

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

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

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

CMYK percentages

%0
%24.86
%27.07
%29.02

Codes

Color #B58884 in popluar color models

B5 88 84
RGB 181 136 132
HSL 24.87% 61.37%
HSB/HSV 27.07% 70.98%
CMYK 0.00% 24.86% 27.07%
29.02%

Color #B58884 in popluar number systems.

HEX B5 88 84
Decimal 181 136 132
Binary 10110101 10001000 10000100
Octal 265 210 204

Shades and tints

Shades of #B58884

#B58884
(181,136,132)
#A57C78
(165,124,120)
#95706C
(149,112,108)
#856460
(133,100,96)
#755854
(117,88,84)
#654C48
(101,76,72)
#55403C
(85,64,60)
#453430
(69,52,48)
#352824
(53,40,36)
#251C18
(37,28,24)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #B58884

#B58884
(181,136,132)
#BB928F
(187,146,143)
#C19C9A
(193,156,154)
#C7A6A5
(199,166,165)
#CDB0B0
(205,176,176)
#D3BABB
(211,186,187)
#D9C4C6
(217,196,198)
#DFCED1
(223,206,209)
#E5D8DC
(229,216,220)
#EBE2E7
(235,226,231)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58884; }

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

This text font color is #B58884.

Background Color

.myBgColor { background-color: #B58884; }

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

This div background color is #B58884.

Border color

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

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

This div border color is #B58884.

Opacity

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

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

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

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

This text has shadow with #B58884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58884.

Preview

Color preview on black background

This text has color #B58884 on black background.


Color preview on white background

This text has color #B58884 on white background.


Black color preview on #B58884 background

This text has black color on #B58884 background.


White color preview on #B58884 background

This text has white color on #B58884 background.


Related colors

Complementary color

Complementary color for #hex is #4A777B.


I love getcolorcode.com

Triadic colors

1 #84B588 and #8884B5 with #B58884 are triadic colors.

2 #8488B5 and #88B584 with #B58884 are triadic colors.