COLOR #B895A4

HEX: #B895A4
RGB: (184,149,164)

Color info

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

RGB color model

#B895A4 color RGB value is (184,149,164).

  • red value is 184;
  • green value is 149;
  • blue value is 164.
RGB:
(184,149,164)
(72%,58%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 164 of 255 = 64%

184
149
164

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

Portions of RGB colors in percentages

R + G + B =
184 + 149 + 164 = 497 (100%)
R 184 of 497 ~ 37.02%
G 149 of 497 ~ 29.98%
B 164 of 497 ~ 33%

%37.02
%29.98
%33

CMYK color model

#B895A4 color CMYK value is (0,19,11,28).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(0,19,11,28)
C0M19Y11K28 
(0%,19%,11%,28%)
(0.00/0.19/0.11/0.28)	

CMYK percentages

%0
%19.02
%10.87
%27.84

Codes

Color #B895A4 in popluar color models

B895A4
RGB184149164
HSL334°19.77%65.29%
HSB/HSV334°19.02%72.16%
CMYK0.00%19.02%10.87%
27.84%

Color #B895A4 in popluar number systems.

HEXB895A4
Decimal184149164
Binary101110001001010110100100
Octal270225244

Shades and tints

Shades of #B895A4

#B895A4
(184,149,164)
#A88896
(168,136,150)
#987B88
(152,123,136)
#886E7A
(136,110,122)
#78616C
(120,97,108)
#68545E
(104,84,94)
#584750
(88,71,80)
#483A42
(72,58,66)
#382D34
(56,45,52)
#282026
(40,32,38)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #B895A4

#B895A4
(184,149,164)
#BE9EAC
(190,158,172)
#C4A7B4
(196,167,180)
#CAB0BC
(202,176,188)
#D0B9C4
(208,185,196)
#D6C2CC
(214,194,204)
#DCCBD4
(220,203,212)
#E2D4DC
(226,212,220)
#E8DDE4
(232,221,228)
#EEE6EC
(238,230,236)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B895A4 color. Also use rgb(184,149,164) instead hex code.

Text Font Color

.myTextColor { color: #B895A4; }

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

This text font color is #B895A4.


Background Color

.myBgColor { background-color: #B895A4; }

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

This div background color is #B895A4.


Border color

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

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

This div border color is #B895A4.


Opacity

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

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

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

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

This text has shadow with #B895A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B895A4 on black background.


Color preview on white background

This text has color #B895A4 on white background.



Black color preview on #B895A4 background

This text has black color on #B895A4 background.


White color preview on #B895A4 background

This text has white color on #B895A4 background.