COLOR #B59FA2

HEX: #B59FA2
RGB: (181,159,162)

Color info

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

RGB color model

#B59FA2 color RGB value is (181,159,162).

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

RGB channels and saturation

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

181
159
162

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

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 162 = 502 (100%)
R 181 of 502 ~ 36.06%
G 159 of 502 ~ 31.67%
B 162 of 502 ~ 32.27%

%36.06
%31.67
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 10.50%
  • 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
%10.5
%29.02

Codes

Color #B59FA2 in popluar color models

B59FA2
RGB181159162
HSL352°12.94%66.67%
HSB/HSV352°12.15%70.98%
CMYK0.00%12.15%10.50%
29.02%

Color #B59FA2 in popluar number systems.

HEXB59FA2
Decimal181159162
Binary101101011001111110100010
Octal265237242

Shades and tints

Shades of #B59FA2

#B59FA2
(181,159,162)
#A59194
(165,145,148)
#958386
(149,131,134)
#857578
(133,117,120)
#75676A
(117,103,106)
#65595C
(101,89,92)
#554B4E
(85,75,78)
#453D40
(69,61,64)
#352F32
(53,47,50)
#252124
(37,33,36)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B59FA2

#B59FA2
(181,159,162)
#BBA7AA
(187,167,170)
#C1AFB2
(193,175,178)
#C7B7BA
(199,183,186)
#CDBFC2
(205,191,194)
#D3C7CA
(211,199,202)
#D9CFD2
(217,207,210)
#DFD7DA
(223,215,218)
#E5DFE2
(229,223,226)
#EBE7EA
(235,231,234)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FA2; }

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

This text font color is #B59FA2.


Background Color

.myBgColor { background-color: #B59FA2; }

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

This div background color is #B59FA2.


Border color

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

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

This div border color is #B59FA2.


Opacity

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

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

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

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

This text has shadow with #B59FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FA2 on black background.


Color preview on white background

This text has color #B59FA2 on white background.



Black color preview on #B59FA2 background

This text has black color on #B59FA2 background.


White color preview on #B59FA2 background

This text has white color on #B59FA2 background.