COLOR #B59FA3

HEX: #B59FA3
RGB: (181,159,163)

Color info

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

RGB color model

#B59FA3 color RGB value is (181,159,163).

  • red value is 181;
  • green value is 159;
  • blue value is 163.
RGB:
(181,159,163)
(71%,62%,64%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 163 of 255 = 64%

181
159
163

R + G + B ~ 66%. #B59FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 163 = 503 (100%)
R 181 of 503 ~ 35.98%
G 159 of 503 ~ 31.61%
B 163 of 503 ~ 32.41%

%35.98
%31.61
%32.41

CMYK color model

#B59FA3 color CMYK value is (0,12,10,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(0,12,10,29)
C0M12Y10K29 
(0%,12%,10%,29%)
(0.00/0.12/0.10/0.29)	

CMYK percentages

%0
%12.15
%9.94
%29.02

Codes

Color #B59FA3 in popluar color models

B59FA3
RGB181159163
HSL349°12.94%66.67%
HSB/HSV349°12.15%70.98%
CMYK0.00%12.15%9.94%
29.02%

Color #B59FA3 in popluar number systems.

HEXB59FA3
Decimal181159163
Binary101101011001111110100011
Octal265237243

Shades and tints

Shades of #B59FA3

#B59FA3
(181,159,163)
#A59195
(165,145,149)
#958387
(149,131,135)
#857579
(133,117,121)
#75676B
(117,103,107)
#65595D
(101,89,93)
#554B4F
(85,75,79)
#453D41
(69,61,65)
#352F33
(53,47,51)
#252125
(37,33,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B59FA3

#B59FA3
(181,159,163)
#BBA7AB
(187,167,171)
#C1AFB3
(193,175,179)
#C7B7BB
(199,183,187)
#CDBFC3
(205,191,195)
#D3C7CB
(211,199,203)
#D9CFD3
(217,207,211)
#DFD7DB
(223,215,219)
#E5DFE3
(229,223,227)
#EBE7EB
(235,231,235)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59FA3 color. Also use rgb(181,159,163) instead hex code.

Text Font Color

.myTextColor { color: #B59FA3; }

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

This text font color is #B59FA3.


Background Color

.myBgColor { background-color: #B59FA3; }

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

This div background color is #B59FA3.


Border color

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

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

This div border color is #B59FA3.


Opacity

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

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

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

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

This text has shadow with #B59FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FA3 on black background.


Color preview on white background

This text has color #B59FA3 on white background.



Black color preview on #B59FA3 background

This text has black color on #B59FA3 background.


White color preview on #B59FA3 background

This text has white color on #B59FA3 background.