COLOR #B58996

HEX: #B58996
RGB: (181,137,150)

Color info

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

RGB color model

#B58996 color RGB value is (181,137,150).

  • red value is 181;
  • green value is 137;
  • blue value is 150.
RGB:
(181,137,150)
(71%,54%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 150 of 255 = 59%

181
137
150

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

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 150 = 468 (100%)
R 181 of 468 ~ 38.68%
G 137 of 468 ~ 29.27%
B 150 of 468 ~ 32.05%

%38.68
%29.27
%32.05

CMYK color model

#B58996 color CMYK value is (0,24,17,29).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 17.13%
  • key color value is 29.02%
CMYK:
(0,24,17,29)
C0M24Y17K29 
(0%,24%,17%,29%)
(0.00/0.24/0.17/0.29)	

CMYK percentages

%0
%24.31
%17.13
%29.02

Codes

Color #B58996 in popluar color models

B58996
RGB181137150
HSL342°22.92%62.35%
HSB/HSV342°24.31%70.98%
CMYK0.00%24.31%17.13%
29.02%

Color #B58996 in popluar number systems.

HEXB58996
Decimal181137150
Binary101101011000100110010110
Octal265211226

Shades and tints

Shades of #B58996

#B58996
(181,137,150)
#A57D89
(165,125,137)
#95717C
(149,113,124)
#85656F
(133,101,111)
#755962
(117,89,98)
#654D55
(101,77,85)
#554148
(85,65,72)
#45353B
(69,53,59)
#35292E
(53,41,46)
#251D21
(37,29,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #B58996

#B58996
(181,137,150)
#BB939F
(187,147,159)
#C19DA8
(193,157,168)
#C7A7B1
(199,167,177)
#CDB1BA
(205,177,186)
#D3BBC3
(211,187,195)
#D9C5CC
(217,197,204)
#DFCFD5
(223,207,213)
#E5D9DE
(229,217,222)
#EBE3E7
(235,227,231)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58996 color. Also use rgb(181,137,150) instead hex code.

Text Font Color

.myTextColor { color: #B58996; }

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

This text font color is #B58996.


Background Color

.myBgColor { background-color: #B58996; }

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

This div background color is #B58996.


Border color

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

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

This div border color is #B58996.


Opacity

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

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

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

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

This text has shadow with #B58996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58996 on black background.


Color preview on white background

This text has color #B58996 on white background.



Black color preview on #B58996 background

This text has black color on #B58996 background.


White color preview on #B58996 background

This text has white color on #B58996 background.