COLOR #B59998

HEX: #B59998
RGB: (181,153,152)

Color info

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

RGB color model

#B59998 color RGB value is (181,153,152).

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

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 152 of 255 = 60%

181
153
152

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 152 = 486 (100%)
R 181 of 486 ~ 37.24%
G 153 of 486 ~ 31.48%
B 152 of 486 ~ 31.28%

%37.24
%31.48
%31.28

CMYK color model

#B59998 color CMYK value is (0,15,16,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 16.02%
  • key color value is 29.02%
CMYK:
(0,15,16,29)
C0M15Y16K29 
(0%,15%,16%,29%)
(0.00/0.15/0.16/0.29)	

CMYK percentages

%0
%15.47
%16.02
%29.02

Codes

Color #B59998 in popluar color models

B59998
RGB181153152
HSL16.38%65.29%
HSB/HSV16.02%70.98%
CMYK0.00%15.47%16.02%
29.02%

Color #B59998 in popluar number systems.

HEXB59998
Decimal181153152
Binary101101011001100110011000
Octal265231230

Shades and tints

Shades of #B59998

#B59998
(181,153,152)
#A58C8B
(165,140,139)
#957F7E
(149,127,126)
#857271
(133,114,113)
#756564
(117,101,100)
#655857
(101,88,87)
#554B4A
(85,75,74)
#453E3D
(69,62,61)
#353130
(53,49,48)
#252423
(37,36,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B59998

#B59998
(181,153,152)
#BBA2A1
(187,162,161)
#C1ABAA
(193,171,170)
#C7B4B3
(199,180,179)
#CDBDBC
(205,189,188)
#D3C6C5
(211,198,197)
#D9CFCE
(217,207,206)
#DFD8D7
(223,216,215)
#E5E1E0
(229,225,224)
#EBEAE9
(235,234,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59998; }

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

This text font color is #B59998.


Background Color

.myBgColor { background-color: #B59998; }

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

This div background color is #B59998.


Border color

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

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

This div border color is #B59998.


Opacity

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

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

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

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

This text has shadow with #B59998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59998 on black background.


Color preview on white background

This text has color #B59998 on white background.



Black color preview on #B59998 background

This text has black color on #B59998 background.


White color preview on #B59998 background

This text has white color on #B59998 background.