COLOR #B58599

HEX: #B58599
RGB: (181,133,153)

Color info

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

RGB color model

#B58599 color RGB value is (181,133,153).

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

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 153 of 255 = 60%

181
133
153

R + G + B ~ 61%. #B58599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 153 = 467 (100%)
R 181 of 467 ~ 38.76%
G 133 of 467 ~ 28.48%
B 153 of 467 ~ 32.76%

%38.76
%28.48
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,27,15,29)
C0M27Y15K29 
(0%,27%,15%,29%)
(0.00/0.27/0.15/0.29)	

CMYK percentages

%0
%26.52
%15.47
%29.02

Codes

Color #B58599 in popluar color models

B58599
RGB181133153
HSL335°24.49%61.57%
HSB/HSV335°26.52%70.98%
CMYK0.00%26.52%15.47%
29.02%

Color #B58599 in popluar number systems.

HEXB58599
Decimal181133153
Binary101101011000010110011001
Octal265205231

Shades and tints

Shades of #B58599

#B58599
(181,133,153)
#A5798C
(165,121,140)
#956D7F
(149,109,127)
#856172
(133,97,114)
#755565
(117,85,101)
#654958
(101,73,88)
#553D4B
(85,61,75)
#45313E
(69,49,62)
#352531
(53,37,49)
#251924
(37,25,36)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #B58599

#B58599
(181,133,153)
#BB90A2
(187,144,162)
#C19BAB
(193,155,171)
#C7A6B4
(199,166,180)
#CDB1BD
(205,177,189)
#D3BCC6
(211,188,198)
#D9C7CF
(217,199,207)
#DFD2D8
(223,210,216)
#E5DDE1
(229,221,225)
#EBE8EA
(235,232,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58599; }

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

This text font color is #B58599.


Background Color

.myBgColor { background-color: #B58599; }

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

This div background color is #B58599.


Border color

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

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

This div border color is #B58599.


Opacity

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

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

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

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

This text has shadow with #B58599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58599 on black background.


Color preview on white background

This text has color #B58599 on white background.



Black color preview on #B58599 background

This text has black color on #B58599 background.


White color preview on #B58599 background

This text has white color on #B58599 background.