COLOR #B59FAD

HEX: #B59FAD RGB: (181,159,173)

Color info

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

RGB color model

#B59FAD color RGB value is (181,159,173).

RGB: (181,159,173) (71%, 62%, 68%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 173 of 255 = 68%

181
159
173

R + G + B ~ 67%. #B59FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 159 + 173 = 513 (100%)
R 181 of 513 ~ 35.28%
G 159 of 513 ~ 30.99%
B 173 of 513 ~ 33.72'%

%35.28
%30.99
%33.72

CMYK color model

#B59FAD color CMYK value is (0,12,4,29).

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

CMYK: (0,12,4,29)
C0M12Y4K29 (0%, 12%, 4%, 29%)
(0.00 / 0.12 / 0.04 / 0.29)

CMYK percentages

%0
%12.15
%4.42
%29.02

Codes

Color #B59FAD in popluar color models

B5 9F AD
RGB 181 159 173
HSL 322° 12.94% 66.67%
HSB/HSV 322° 12.15% 70.98%
CMYK 0.00% 12.15% 4.42%
29.02%

Color #B59FAD in popluar number systems.

HEX B5 9F AD
Decimal 181 159 173
Binary 10110101 10011111 10101101
Octal 265 237 255

Shades and tints

Shades of #B59FAD

#B59FAD
(181,159,173)
#A5919E
(165,145,158)
#95838F
(149,131,143)
#857580
(133,117,128)
#756771
(117,103,113)
#655962
(101,89,98)
#554B53
(85,75,83)
#453D44
(69,61,68)
#352F35
(53,47,53)
#252126
(37,33,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B59FAD

#B59FAD
(181,159,173)
#BBA7B4
(187,167,180)
#C1AFBB
(193,175,187)
#C7B7C2
(199,183,194)
#CDBFC9
(205,191,201)
#D3C7D0
(211,199,208)
#D9CFD7
(217,207,215)
#DFD7DE
(223,215,222)
#E5DFE5
(229,223,229)
#EBE7EC
(235,231,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FAD; }

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

This text font color is #B59FAD.

Background Color

.myBgColor { background-color: #B59FAD; }

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

This div background color is #B59FAD.

Border color

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

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

This div border color is #B59FAD.

Opacity

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

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

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

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

This text has shadow with #B59FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59FAD.

Preview

Color preview on black background

This text has color #B59FAD on black background.


Color preview on white background

This text has color #B59FAD on white background.


Black color preview on #B59FAD background

This text has black color on #B59FAD background.


White color preview on #B59FAD background

This text has white color on #B59FAD background.


Related colors

Complementary color

Complementary color for #hex is #4A6052.


I love getcolorcode.com

Triadic colors

1 #ADB59F and #9FADB5 with #B59FAD are triadic colors.

2 #AD9FB5 and #9FB5AD with #B59FAD are triadic colors.