COLOR #B59AA3

HEX: #B59AA3
RGB: (181,154,163)

Color info

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

RGB color model

#B59AA3 color RGB value is (181,154,163).

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

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 163 of 255 = 64%

181
154
163

R + G + B ~ 65%. #B59AA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 154 + 163 = 498 (100%)
R 181 of 498 ~ 36.35%
G 154 of 498 ~ 30.92%
B 163 of 498 ~ 32.73%

%36.35
%30.92
%32.73

CMYK color model

#B59AA3 color CMYK value is (0,15,10,29).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(0,15,10,29)
C0M15Y10K29 
(0%,15%,10%,29%)
(0.00/0.15/0.10/0.29)	

CMYK percentages

%0
%14.92
%9.94
%29.02

Codes

Color #B59AA3 in popluar color models

B59AA3
RGB181154163
HSL340°15.43%65.69%
HSB/HSV340°14.92%70.98%
CMYK0.00%14.92%9.94%
29.02%

Color #B59AA3 in popluar number systems.

HEXB59AA3
Decimal181154163
Binary101101011001101010100011
Octal265232243

Shades and tints

Shades of #B59AA3

#B59AA3
(181,154,163)
#A58C95
(165,140,149)
#957E87
(149,126,135)
#857079
(133,112,121)
#75626B
(117,98,107)
#65545D
(101,84,93)
#55464F
(85,70,79)
#453841
(69,56,65)
#352A33
(53,42,51)
#251C25
(37,28,37)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #B59AA3

#B59AA3
(181,154,163)
#BBA3AB
(187,163,171)
#C1ACB3
(193,172,179)
#C7B5BB
(199,181,187)
#CDBEC3
(205,190,195)
#D3C7CB
(211,199,203)
#D9D0D3
(217,208,211)
#DFD9DB
(223,217,219)
#E5E2E3
(229,226,227)
#EBEBEB
(235,235,235)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59AA3; }

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

This text font color is #B59AA3.


Background Color

.myBgColor { background-color: #B59AA3; }

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

This div background color is #B59AA3.


Border color

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

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

This div border color is #B59AA3.


Opacity

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

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

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

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

This text has shadow with #B59AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59AA3 on black background.


Color preview on white background

This text has color #B59AA3 on white background.



Black color preview on #B59AA3 background

This text has black color on #B59AA3 background.


White color preview on #B59AA3 background

This text has white color on #B59AA3 background.