COLOR #B58D8D

HEX: #B58D8D RGB: (181,141,141)

Color info

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

RGB color model

#B58D8D color RGB value is (181,141,141).

RGB: (181,141,141) (71%, 55%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 141 of 255 = 55%

181
141
141

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

Portions of RGB colors in percentages

R + G + B = 181 + 141 + 141 = 463 (100%)
R 181 of 463 ~ 39.09%
G 141 of 463 ~ 30.45%
B 141 of 463 ~ 30.45'%

%39.09
%30.45
%30.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.10%
  • yellow value is 22.10%
  • key color value is 29.02%

CMYK: (0,22,22,29)
C0M22Y22K29 (0%, 22%, 22%, 29%)
(0.00 / 0.22 / 0.22 / 0.29)

CMYK percentages

%0
%22.1
%22.1
%29.02

Codes

Color #B58D8D in popluar color models

B5 8D 8D
RGB 181 141 141
HSL 21.28% 63.14%
HSB/HSV 22.10% 70.98%
CMYK 0.00% 22.10% 22.10%
29.02%

Color #B58D8D in popluar number systems.

HEX B5 8D 8D
Decimal 181 141 141
Binary 10110101 10001101 10001101
Octal 265 215 215

Shades and tints

Shades of #B58D8D

#B58D8D
(181,141,141)
#A58181
(165,129,129)
#957575
(149,117,117)
#856969
(133,105,105)
#755D5D
(117,93,93)
#655151
(101,81,81)
#554545
(85,69,69)
#453939
(69,57,57)
#352D2D
(53,45,45)
#252121
(37,33,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B58D8D

#B58D8D
(181,141,141)
#BB9797
(187,151,151)
#C1A1A1
(193,161,161)
#C7ABAB
(199,171,171)
#CDB5B5
(205,181,181)
#D3BFBF
(211,191,191)
#D9C9C9
(217,201,201)
#DFD3D3
(223,211,211)
#E5DDDD
(229,221,221)
#EBE7E7
(235,231,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58D8D; }

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

This text font color is #B58D8D.

Background Color

.myBgColor { background-color: #B58D8D; }

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

This div background color is #B58D8D.

Border color

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

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

This div border color is #B58D8D.

Opacity

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

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

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

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

This text has shadow with #B58D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58D8D.

Preview

Color preview on black background

This text has color #B58D8D on black background.


Color preview on white background

This text has color #B58D8D on white background.


Black color preview on #B58D8D background

This text has black color on #B58D8D background.


White color preview on #B58D8D background

This text has white color on #B58D8D background.


Related colors

Complementary color

Complementary color for #hex is #4A7272.


I love getcolorcode.com