COLOR #B59FA4

HEX: #B59FA4 RGB: (181,159,164)

Color info

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

RGB color model

#B59FA4 color RGB value is (181,159,164).

RGB: (181,159,164) (71%, 62%, 64%)

RGB channels and saturation

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

181
159
164

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

Portions of RGB colors in percentages

R + G + B = 181 + 159 + 164 = 504 (100%)
R 181 of 504 ~ 35.91%
G 159 of 504 ~ 31.55%
B 164 of 504 ~ 32.54'%

%35.91
%31.55
%32.54

CMYK color model

#B59FA4 color CMYK value is (0,12,9,29).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 9.39%
  • key color value is 29.02%

CMYK: (0,12,9,29)
C0M12Y9K29 (0%, 12%, 9%, 29%)
(0.00 / 0.12 / 0.09 / 0.29)

CMYK percentages

%0
%12.15
%9.39
%29.02

Codes

Color #B59FA4 in popluar color models

B5 9F A4
RGB 181 159 164
HSL 346° 12.94% 66.67%
HSB/HSV 346° 12.15% 70.98%
CMYK 0.00% 12.15% 9.39%
29.02%

Color #B59FA4 in popluar number systems.

HEX B5 9F A4
Decimal 181 159 164
Binary 10110101 10011111 10100100
Octal 265 237 244

Shades and tints

Shades of #B59FA4

#B59FA4
(181,159,164)
#A59196
(165,145,150)
#958388
(149,131,136)
#85757A
(133,117,122)
#75676C
(117,103,108)
#65595E
(101,89,94)
#554B50
(85,75,80)
#453D42
(69,61,66)
#352F34
(53,47,52)
#252126
(37,33,38)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B59FA4

#B59FA4
(181,159,164)
#BBA7AC
(187,167,172)
#C1AFB4
(193,175,180)
#C7B7BC
(199,183,188)
#CDBFC4
(205,191,196)
#D3C7CC
(211,199,204)
#D9CFD4
(217,207,212)
#DFD7DC
(223,215,220)
#E5DFE4
(229,223,228)
#EBE7EC
(235,231,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FA4; }

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

This text font color is #B59FA4.

Background Color

.myBgColor { background-color: #B59FA4; }

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

This div background color is #B59FA4.

Border color

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

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

This div border color is #B59FA4.

Opacity

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

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

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

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

This text has shadow with #B59FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59FA4.

Preview

Color preview on black background

This text has color #B59FA4 on black background.


Color preview on white background

This text has color #B59FA4 on white background.


Black color preview on #B59FA4 background

This text has black color on #B59FA4 background.


White color preview on #B59FA4 background

This text has white color on #B59FA4 background.


Related colors

Complementary color

Complementary color for #hex is #4A605B.


I love getcolorcode.com

Triadic colors

1 #A4B59F and #9FA4B5 with #B59FA4 are triadic colors.

2 #A49FB5 and #9FB5A4 with #B59FA4 are triadic colors.