COLOR #B5A19C

HEX: #B5A19C
RGB: (181,161,156)

Color info

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

RGB color model

#B5A19C color RGB value is (181,161,156).

  • red value is 181;
  • green value is 161;
  • blue value is 156.
RGB:
(181,161,156)
(71%,63%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 161 of 255 = 63%
B 156 of 255 = 61%

181
161
156

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

Portions of RGB colors in percentages

R + G + B =
181 + 161 + 156 = 498 (100%)
R 181 of 498 ~ 36.35%
G 161 of 498 ~ 32.33%
B 156 of 498 ~ 31.33%

%36.35
%32.33
%31.33

CMYK color model

#B5A19C color CMYK value is (0,11,14,29).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(0,11,14,29)
C0M11Y14K29 
(0%,11%,14%,29%)
(0.00/0.11/0.14/0.29)	

CMYK percentages

%0
%11.05
%13.81
%29.02

Codes

Color #B5A19C in popluar color models

B5A19C
RGB181161156
HSL12°14.45%66.08%
HSB/HSV12°13.81%70.98%
CMYK0.00%11.05%13.81%
29.02%

Color #B5A19C in popluar number systems.

HEXB5A19C
Decimal181161156
Binary101101011010000110011100
Octal265241234

Shades and tints

Shades of #B5A19C

#B5A19C
(181,161,156)
#A5938E
(165,147,142)
#958580
(149,133,128)
#857772
(133,119,114)
#756964
(117,105,100)
#655B56
(101,91,86)
#554D48
(85,77,72)
#453F3A
(69,63,58)
#35312C
(53,49,44)
#25231E
(37,35,30)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B5A19C

#B5A19C
(181,161,156)
#BBA9A5
(187,169,165)
#C1B1AE
(193,177,174)
#C7B9B7
(199,185,183)
#CDC1C0
(205,193,192)
#D3C9C9
(211,201,201)
#D9D1D2
(217,209,210)
#DFD9DB
(223,217,219)
#E5E1E4
(229,225,228)
#EBE9ED
(235,233,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A19C color. Also use rgb(181,161,156) instead hex code.

Text Font Color

.myTextColor { color: #B5A19C; }

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

This text font color is #B5A19C.


Background Color

.myBgColor { background-color: #B5A19C; }

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

This div background color is #B5A19C.


Border color

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

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

This div border color is #B5A19C.


Opacity

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

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

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

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

This text has shadow with #B5A19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A19C on black background.


Color preview on white background

This text has color #B5A19C on white background.



Black color preview on #B5A19C background

This text has black color on #B5A19C background.


White color preview on #B5A19C background

This text has white color on #B5A19C background.