COLOR #B58485

HEX: #B58485
RGB: (181,132,133)

Color info

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

RGB color model

#B58485 color RGB value is (181,132,133).

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

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 133 of 255 = 52%

181
132
133

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 133 = 446 (100%)
R 181 of 446 ~ 40.58%
G 132 of 446 ~ 29.6%
B 133 of 446 ~ 29.82%

%40.58
%29.6
%29.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(0,27,27,29)
C0M27Y27K29 
(0%,27%,27%,29%)
(0.00/0.27/0.27/0.29)	

CMYK percentages

%0
%27.07
%26.52
%29.02

Codes

Color #B58485 in popluar color models

B58485
RGB181132133
HSL359°24.87%61.37%
HSB/HSV359°27.07%70.98%
CMYK0.00%27.07%26.52%
29.02%

Color #B58485 in popluar number systems.

HEXB58485
Decimal181132133
Binary101101011000010010000101
Octal265204205

Shades and tints

Shades of #B58485

#B58485
(181,132,133)
#A57879
(165,120,121)
#956C6D
(149,108,109)
#856061
(133,96,97)
#755455
(117,84,85)
#654849
(101,72,73)
#553C3D
(85,60,61)
#453031
(69,48,49)
#352425
(53,36,37)
#251819
(37,24,25)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #B58485

#B58485
(181,132,133)
#BB8F90
(187,143,144)
#C19A9B
(193,154,155)
#C7A5A6
(199,165,166)
#CDB0B1
(205,176,177)
#D3BBBC
(211,187,188)
#D9C6C7
(217,198,199)
#DFD1D2
(223,209,210)
#E5DCDD
(229,220,221)
#EBE7E8
(235,231,232)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58485; }

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

This text font color is #B58485.


Background Color

.myBgColor { background-color: #B58485; }

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

This div background color is #B58485.


Border color

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

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

This div border color is #B58485.


Opacity

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

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

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

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

This text has shadow with #B58485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58485 on black background.


Color preview on white background

This text has color #B58485 on white background.



Black color preview on #B58485 background

This text has black color on #B58485 background.


White color preview on #B58485 background

This text has white color on #B58485 background.