COLOR #B59988

HEX: #B59988
RGB: (181,153,136)

Color info

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

RGB color model

#B59988 color RGB value is (181,153,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 136 of 255 = 53%

181
153
136

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 136 = 470 (100%)
R 181 of 470 ~ 38.51%
G 153 of 470 ~ 32.55%
B 136 of 470 ~ 28.94%

%38.51
%32.55
%28.94

CMYK color model

#B59988 color CMYK value is (0,15,25,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(0,15,25,29)
C0M15Y25K29 
(0%,15%,25%,29%)
(0.00/0.15/0.25/0.29)	

CMYK percentages

%0
%15.47
%24.86
%29.02

Codes

Color #B59988 in popluar color models

B59988
RGB181153136
HSL23°23.32%62.16%
HSB/HSV23°24.86%70.98%
CMYK0.00%15.47%24.86%
29.02%

Color #B59988 in popluar number systems.

HEXB59988
Decimal181153136
Binary101101011001100110001000
Octal265231210

Shades and tints

Shades of #B59988

#B59988
(181,153,136)
#A58C7C
(165,140,124)
#957F70
(149,127,112)
#857264
(133,114,100)
#756558
(117,101,88)
#65584C
(101,88,76)
#554B40
(85,75,64)
#453E34
(69,62,52)
#353128
(53,49,40)
#25241C
(37,36,28)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #B59988

#B59988
(181,153,136)
#BBA292
(187,162,146)
#C1AB9C
(193,171,156)
#C7B4A6
(199,180,166)
#CDBDB0
(205,189,176)
#D3C6BA
(211,198,186)
#D9CFC4
(217,207,196)
#DFD8CE
(223,216,206)
#E5E1D8
(229,225,216)
#EBEAE2
(235,234,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59988; }

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

This text font color is #B59988.


Background Color

.myBgColor { background-color: #B59988; }

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

This div background color is #B59988.


Border color

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

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

This div border color is #B59988.


Opacity

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

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

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

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

This text has shadow with #B59988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59988 on black background.


Color preview on white background

This text has color #B59988 on white background.



Black color preview on #B59988 background

This text has black color on #B59988 background.


White color preview on #B59988 background

This text has white color on #B59988 background.