COLOR #B59096

HEX: #B59096
RGB: (181,144,150)

Color info

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

RGB color model

#B59096 color RGB value is (181,144,150).

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

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 150 of 255 = 59%

181
144
150

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 150 = 475 (100%)
R 181 of 475 ~ 38.11%
G 144 of 475 ~ 30.32%
B 150 of 475 ~ 31.58%

%38.11
%30.32
%31.58

CMYK color model

#B59096 color CMYK value is (0,20,17,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 17.13%
  • key color value is 29.02%
CMYK:
(0,20,17,29)
C0M20Y17K29 
(0%,20%,17%,29%)
(0.00/0.20/0.17/0.29)	

CMYK percentages

%0
%20.44
%17.13
%29.02

Codes

Color #B59096 in popluar color models

B59096
RGB181144150
HSL350°20.00%63.73%
HSB/HSV350°20.44%70.98%
CMYK0.00%20.44%17.13%
29.02%

Color #B59096 in popluar number systems.

HEXB59096
Decimal181144150
Binary101101011001000010010110
Octal265220226

Shades and tints

Shades of #B59096

#B59096
(181,144,150)
#A58389
(165,131,137)
#95767C
(149,118,124)
#85696F
(133,105,111)
#755C62
(117,92,98)
#654F55
(101,79,85)
#554248
(85,66,72)
#45353B
(69,53,59)
#35282E
(53,40,46)
#251B21
(37,27,33)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B59096

#B59096
(181,144,150)
#BB9A9F
(187,154,159)
#C1A4A8
(193,164,168)
#C7AEB1
(199,174,177)
#CDB8BA
(205,184,186)
#D3C2C3
(211,194,195)
#D9CCCC
(217,204,204)
#DFD6D5
(223,214,213)
#E5E0DE
(229,224,222)
#EBEAE7
(235,234,231)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59096; }

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

This text font color is #B59096.


Background Color

.myBgColor { background-color: #B59096; }

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

This div background color is #B59096.


Border color

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

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

This div border color is #B59096.


Opacity

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

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

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

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

This text has shadow with #B59096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59096 on black background.


Color preview on white background

This text has color #B59096 on white background.



Black color preview on #B59096 background

This text has black color on #B59096 background.


White color preview on #B59096 background

This text has white color on #B59096 background.