COLOR #B59091

HEX: #B59091
RGB: (181,144,145)

Color info

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

RGB color model

#B59091 color RGB value is (181,144,145).

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

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 145 of 255 = 57%

181
144
145

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 145 = 470 (100%)
R 181 of 470 ~ 38.51%
G 144 of 470 ~ 30.64%
B 145 of 470 ~ 30.85%

%38.51
%30.64
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 19.89%
  • key color value is 29.02%
CMYK:
(0,20,20,29)
C0M20Y20K29 
(0%,20%,20%,29%)
(0.00/0.20/0.20/0.29)	

CMYK percentages

%0
%20.44
%19.89
%29.02

Codes

Color #B59091 in popluar color models

B59091
RGB181144145
HSL358°20.00%63.73%
HSB/HSV358°20.44%70.98%
CMYK0.00%20.44%19.89%
29.02%

Color #B59091 in popluar number systems.

HEXB59091
Decimal181144145
Binary101101011001000010010001
Octal265220221

Shades and tints

Shades of #B59091

#B59091
(181,144,145)
#A58384
(165,131,132)
#957677
(149,118,119)
#85696A
(133,105,106)
#755C5D
(117,92,93)
#654F50
(101,79,80)
#554243
(85,66,67)
#453536
(69,53,54)
#352829
(53,40,41)
#251B1C
(37,27,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #B59091

#B59091
(181,144,145)
#BB9A9B
(187,154,155)
#C1A4A5
(193,164,165)
#C7AEAF
(199,174,175)
#CDB8B9
(205,184,185)
#D3C2C3
(211,194,195)
#D9CCCD
(217,204,205)
#DFD6D7
(223,214,215)
#E5E0E1
(229,224,225)
#EBEAEB
(235,234,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59091; }

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

This text font color is #B59091.


Background Color

.myBgColor { background-color: #B59091; }

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

This div background color is #B59091.


Border color

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

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

This div border color is #B59091.


Opacity

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

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

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

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

This text has shadow with #B59091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59091 on black background.


Color preview on white background

This text has color #B59091 on white background.



Black color preview on #B59091 background

This text has black color on #B59091 background.


White color preview on #B59091 background

This text has white color on #B59091 background.