COLOR #B59599

HEX: #B59599
RGB: (181,149,153)

Color info

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

RGB color model

#B59599 color RGB value is (181,149,153).

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

RGB channels and saturation

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

181
149
153

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

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 153 = 483 (100%)
R 181 of 483 ~ 37.47%
G 149 of 483 ~ 30.85%
B 153 of 483 ~ 31.68%

%37.47
%30.85
%31.68

CMYK color model

#B59599 color CMYK value is (0,18,15,29).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(0,18,15,29)
C0M18Y15K29 
(0%,18%,15%,29%)
(0.00/0.18/0.15/0.29)	

CMYK percentages

%0
%17.68
%15.47
%29.02

Codes

Color #B59599 in popluar color models

B59599
RGB181149153
HSL353°17.78%64.71%
HSB/HSV353°17.68%70.98%
CMYK0.00%17.68%15.47%
29.02%

Color #B59599 in popluar number systems.

HEXB59599
Decimal181149153
Binary101101011001010110011001
Octal265225231

Shades and tints

Shades of #B59599

#B59599
(181,149,153)
#A5888C
(165,136,140)
#957B7F
(149,123,127)
#856E72
(133,110,114)
#756165
(117,97,101)
#655458
(101,84,88)
#55474B
(85,71,75)
#453A3E
(69,58,62)
#352D31
(53,45,49)
#252024
(37,32,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B59599

#B59599
(181,149,153)
#BB9EA2
(187,158,162)
#C1A7AB
(193,167,171)
#C7B0B4
(199,176,180)
#CDB9BD
(205,185,189)
#D3C2C6
(211,194,198)
#D9CBCF
(217,203,207)
#DFD4D8
(223,212,216)
#E5DDE1
(229,221,225)
#EBE6EA
(235,230,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59599; }

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

This text font color is #B59599.


Background Color

.myBgColor { background-color: #B59599; }

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

This div background color is #B59599.


Border color

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

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

This div border color is #B59599.


Opacity

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

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

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

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

This text has shadow with #B59599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59599 on black background.


Color preview on white background

This text has color #B59599 on white background.



Black color preview on #B59599 background

This text has black color on #B59599 background.


White color preview on #B59599 background

This text has white color on #B59599 background.