COLOR #B59394

HEX: #B59394
RGB: (181,147,148)

Color info

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

RGB color model

#B59394 color RGB value is (181,147,148).

  • red value is 181;
  • green value is 147;
  • blue value is 148.
RGB:
(181,147,148)
(71%,58%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 148 of 255 = 58%

181
147
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 148 = 476 (100%)
R 181 of 476 ~ 38.03%
G 147 of 476 ~ 30.88%
B 148 of 476 ~ 31.09%

%38.03
%30.88
%31.09

CMYK color model

#B59394 color CMYK value is (0,19,18,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,19,18,29)
C0M19Y18K29 
(0%,19%,18%,29%)
(0.00/0.19/0.18/0.29)	

CMYK percentages

%0
%18.78
%18.23
%29.02

Codes

Color #B59394 in popluar color models

B59394
RGB181147148
HSL358°18.68%64.31%
HSB/HSV358°18.78%70.98%
CMYK0.00%18.78%18.23%
29.02%

Color #B59394 in popluar number systems.

HEXB59394
Decimal181147148
Binary101101011001001110010100
Octal265223224

Shades and tints

Shades of #B59394

#B59394
(181,147,148)
#A58687
(165,134,135)
#95797A
(149,121,122)
#856C6D
(133,108,109)
#755F60
(117,95,96)
#655253
(101,82,83)
#554546
(85,69,70)
#453839
(69,56,57)
#352B2C
(53,43,44)
#251E1F
(37,30,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B59394

#B59394
(181,147,148)
#BB9C9D
(187,156,157)
#C1A5A6
(193,165,166)
#C7AEAF
(199,174,175)
#CDB7B8
(205,183,184)
#D3C0C1
(211,192,193)
#D9C9CA
(217,201,202)
#DFD2D3
(223,210,211)
#E5DBDC
(229,219,220)
#EBE4E5
(235,228,229)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59394 color. Also use rgb(181,147,148) instead hex code.

Text Font Color

.myTextColor { color: #B59394; }

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

This text font color is #B59394.


Background Color

.myBgColor { background-color: #B59394; }

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

This div background color is #B59394.


Border color

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

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

This div border color is #B59394.


Opacity

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

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

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

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

This text has shadow with #B59394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59394 on black background.


Color preview on white background

This text has color #B59394 on white background.



Black color preview on #B59394 background

This text has black color on #B59394 background.


White color preview on #B59394 background

This text has white color on #B59394 background.