COLOR #B59598

HEX: #B59598
RGB: (181,149,152)

Color info

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

RGB color model

#B59598 color RGB value is (181,149,152).

  • red value is 181;
  • green value is 149;
  • blue value is 152.
RGB:
(181,149,152)
(71%,58%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 152 of 255 = 60%

181
149
152

R + G + B ~ 63%. #B59598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 152 = 482 (100%)
R 181 of 482 ~ 37.55%
G 149 of 482 ~ 30.91%
B 152 of 482 ~ 31.54%

%37.55
%30.91
%31.54

CMYK color model

#B59598 color CMYK value is (0,18,16,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 16.02%
  • key color value is 29.02%
CMYK:
(0,18,16,29)
C0M18Y16K29 
(0%,18%,16%,29%)
(0.00/0.18/0.16/0.29)	

CMYK percentages

%0
%17.68
%16.02
%29.02

Codes

Color #B59598 in popluar color models

B59598
RGB181149152
HSL354°17.78%64.71%
HSB/HSV354°17.68%70.98%
CMYK0.00%17.68%16.02%
29.02%

Color #B59598 in popluar number systems.

HEXB59598
Decimal181149152
Binary101101011001010110011000
Octal265225230

Shades and tints

Shades of #B59598

#B59598
(181,149,152)
#A5888B
(165,136,139)
#957B7E
(149,123,126)
#856E71
(133,110,113)
#756164
(117,97,100)
#655457
(101,84,87)
#55474A
(85,71,74)
#453A3D
(69,58,61)
#352D30
(53,45,48)
#252023
(37,32,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B59598

#B59598
(181,149,152)
#BB9EA1
(187,158,161)
#C1A7AA
(193,167,170)
#C7B0B3
(199,176,179)
#CDB9BC
(205,185,188)
#D3C2C5
(211,194,197)
#D9CBCE
(217,203,206)
#DFD4D7
(223,212,215)
#E5DDE0
(229,221,224)
#EBE6E9
(235,230,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59598; }

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

This text font color is #B59598.


Background Color

.myBgColor { background-color: #B59598; }

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

This div background color is #B59598.


Border color

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

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

This div border color is #B59598.


Opacity

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

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

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

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

This text has shadow with #B59598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59598 on black background.


Color preview on white background

This text has color #B59598 on white background.



Black color preview on #B59598 background

This text has black color on #B59598 background.


White color preview on #B59598 background

This text has white color on #B59598 background.