COLOR #B59B88

HEX: #B59B88
RGB: (181,155,136)

Color info

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

RGB color model

#B59B88 color RGB value is (181,155,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 136 of 255 = 53%

181
155
136

R + G + B ~ 62%. #B59B88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 136 = 472 (100%)
R 181 of 472 ~ 38.35%
G 155 of 472 ~ 32.84%
B 136 of 472 ~ 28.81%

%38.35
%32.84
%28.81

CMYK color model

#B59B88 color CMYK value is (0,14,25,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(0,14,25,29)
C0M14Y25K29 
(0%,14%,25%,29%)
(0.00/0.14/0.25/0.29)	

CMYK percentages

%0
%14.36
%24.86
%29.02

Codes

Color #B59B88 in popluar color models

B59B88
RGB181155136
HSL25°23.32%62.16%
HSB/HSV25°24.86%70.98%
CMYK0.00%14.36%24.86%
29.02%

Color #B59B88 in popluar number systems.

HEXB59B88
Decimal181155136
Binary101101011001101110001000
Octal265233210

Shades and tints

Shades of #B59B88

#B59B88
(181,155,136)
#A58D7C
(165,141,124)
#957F70
(149,127,112)
#857164
(133,113,100)
#756358
(117,99,88)
#65554C
(101,85,76)
#554740
(85,71,64)
#453934
(69,57,52)
#352B28
(53,43,40)
#251D1C
(37,29,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #B59B88

#B59B88
(181,155,136)
#BBA492
(187,164,146)
#C1AD9C
(193,173,156)
#C7B6A6
(199,182,166)
#CDBFB0
(205,191,176)
#D3C8BA
(211,200,186)
#D9D1C4
(217,209,196)
#DFDACE
(223,218,206)
#E5E3D8
(229,227,216)
#EBECE2
(235,236,226)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59B88; }

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

This text font color is #B59B88.


Background Color

.myBgColor { background-color: #B59B88; }

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

This div background color is #B59B88.


Border color

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

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

This div border color is #B59B88.


Opacity

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

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

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

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

This text has shadow with #B59B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B88 on black background.


Color preview on white background

This text has color #B59B88 on white background.



Black color preview on #B59B88 background

This text has black color on #B59B88 background.


White color preview on #B59B88 background

This text has white color on #B59B88 background.