COLOR #B59B97

HEX: #B59B97
RGB: (181,155,151)

Color info

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

RGB color model

#B59B97 color RGB value is (181,155,151).

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

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 151 of 255 = 59%

181
155
151

R + G + B ~ 64%. #B59B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 155 + 151 = 487 (100%)
R 181 of 487 ~ 37.17%
G 155 of 487 ~ 31.83%
B 151 of 487 ~ 31.01%

%37.17
%31.83
%31.01

CMYK color model

#B59B97 color CMYK value is (0,14,17,29).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK:
(0,14,17,29)
C0M14Y17K29 
(0%,14%,17%,29%)
(0.00/0.14/0.17/0.29)	

CMYK percentages

%0
%14.36
%16.57
%29.02

Codes

Color #B59B97 in popluar color models

B59B97
RGB181155151
HSL16.85%65.10%
HSB/HSV16.57%70.98%
CMYK0.00%14.36%16.57%
29.02%

Color #B59B97 in popluar number systems.

HEXB59B97
Decimal181155151
Binary101101011001101110010111
Octal265233227

Shades and tints

Shades of #B59B97

#B59B97
(181,155,151)
#A58D8A
(165,141,138)
#957F7D
(149,127,125)
#857170
(133,113,112)
#756363
(117,99,99)
#655556
(101,85,86)
#554749
(85,71,73)
#45393C
(69,57,60)
#352B2F
(53,43,47)
#251D22
(37,29,34)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #B59B97

#B59B97
(181,155,151)
#BBA4A0
(187,164,160)
#C1ADA9
(193,173,169)
#C7B6B2
(199,182,178)
#CDBFBB
(205,191,187)
#D3C8C4
(211,200,196)
#D9D1CD
(217,209,205)
#DFDAD6
(223,218,214)
#E5E3DF
(229,227,223)
#EBECE8
(235,236,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59B97; }

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

This text font color is #B59B97.


Background Color

.myBgColor { background-color: #B59B97; }

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

This div background color is #B59B97.


Border color

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

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

This div border color is #B59B97.


Opacity

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

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

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

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

This text has shadow with #B59B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59B97 on black background.


Color preview on white background

This text has color #B59B97 on white background.



Black color preview on #B59B97 background

This text has black color on #B59B97 background.


White color preview on #B59B97 background

This text has white color on #B59B97 background.