COLOR #B58582

HEX: #B58582
RGB: (181,133,130)

Color info

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

RGB color model

#B58582 color RGB value is (181,133,130).

  • red value is 181;
  • green value is 133;
  • blue value is 130.
RGB:
(181,133,130)
(71%,52%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 130 of 255 = 51%

181
133
130

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

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 130 = 444 (100%)
R 181 of 444 ~ 40.77%
G 133 of 444 ~ 29.95%
B 130 of 444 ~ 29.28%

%40.77
%29.95
%29.28

CMYK color model

#B58582 color CMYK value is (0,27,28,29).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 28.18%
  • key color value is 29.02%
CMYK:
(0,27,28,29)
C0M27Y28K29 
(0%,27%,28%,29%)
(0.00/0.27/0.28/0.29)	

CMYK percentages

%0
%26.52
%28.18
%29.02

Codes

Color #B58582 in popluar color models

B58582
RGB181133130
HSL25.63%60.98%
HSB/HSV28.18%70.98%
CMYK0.00%26.52%28.18%
29.02%

Color #B58582 in popluar number systems.

HEXB58582
Decimal181133130
Binary101101011000010110000010
Octal265205202

Shades and tints

Shades of #B58582

#B58582
(181,133,130)
#A57977
(165,121,119)
#956D6C
(149,109,108)
#856161
(133,97,97)
#755556
(117,85,86)
#65494B
(101,73,75)
#553D40
(85,61,64)
#453135
(69,49,53)
#35252A
(53,37,42)
#25191F
(37,25,31)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #B58582

#B58582
(181,133,130)
#BB908D
(187,144,141)
#C19B98
(193,155,152)
#C7A6A3
(199,166,163)
#CDB1AE
(205,177,174)
#D3BCB9
(211,188,185)
#D9C7C4
(217,199,196)
#DFD2CF
(223,210,207)
#E5DDDA
(229,221,218)
#EBE8E5
(235,232,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58582; }

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

This text font color is #B58582.


Background Color

.myBgColor { background-color: #B58582; }

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

This div background color is #B58582.


Border color

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

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

This div border color is #B58582.


Opacity

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

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

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

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

This text has shadow with #B58582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58582 on black background.


Color preview on white background

This text has color #B58582 on white background.



Black color preview on #B58582 background

This text has black color on #B58582 background.


White color preview on #B58582 background

This text has white color on #B58582 background.