COLOR #B59990

HEX: #B59990
RGB: (181,153,144)

Color info

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

RGB color model

#B59990 color RGB value is (181,153,144).

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

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 144 of 255 = 56%

181
153
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 144 = 478 (100%)
R 181 of 478 ~ 37.87%
G 153 of 478 ~ 32.01%
B 144 of 478 ~ 30.13%

%37.87
%32.01
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,15,20,29)
C0M15Y20K29 
(0%,15%,20%,29%)
(0.00/0.15/0.20/0.29)	

CMYK percentages

%0
%15.47
%20.44
%29.02

Codes

Color #B59990 in popluar color models

B59990
RGB181153144
HSL15°20.00%63.73%
HSB/HSV15°20.44%70.98%
CMYK0.00%15.47%20.44%
29.02%

Color #B59990 in popluar number systems.

HEXB59990
Decimal181153144
Binary101101011001100110010000
Octal265231220

Shades and tints

Shades of #B59990

#B59990
(181,153,144)
#A58C83
(165,140,131)
#957F76
(149,127,118)
#857269
(133,114,105)
#75655C
(117,101,92)
#65584F
(101,88,79)
#554B42
(85,75,66)
#453E35
(69,62,53)
#353128
(53,49,40)
#25241B
(37,36,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #B59990

#B59990
(181,153,144)
#BBA29A
(187,162,154)
#C1ABA4
(193,171,164)
#C7B4AE
(199,180,174)
#CDBDB8
(205,189,184)
#D3C6C2
(211,198,194)
#D9CFCC
(217,207,204)
#DFD8D6
(223,216,214)
#E5E1E0
(229,225,224)
#EBEAEA
(235,234,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59990; }

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

This text font color is #B59990.


Background Color

.myBgColor { background-color: #B59990; }

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

This div background color is #B59990.


Border color

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

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

This div border color is #B59990.


Opacity

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

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

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

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

This text has shadow with #B59990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59990 on black background.


Color preview on white background

This text has color #B59990 on white background.



Black color preview on #B59990 background

This text has black color on #B59990 background.


White color preview on #B59990 background

This text has white color on #B59990 background.