COLOR #B5A19E

HEX: #B5A19E
RGB: (181,161,158)

Color info

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

RGB color model

#B5A19E color RGB value is (181,161,158).

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

RGB channels and saturation

R 181 of 255 = 71%
G 161 of 255 = 63%
B 158 of 255 = 62%

181
161
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 161 + 158 = 500 (100%)
R 181 of 500 ~ 36.2%
G 161 of 500 ~ 32.2%
B 158 of 500 ~ 31.6%

%36.2
%32.2
%31.6

CMYK color model

#B5A19E color CMYK value is (0,11,13,29).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,11,13,29)
C0M11Y13K29 
(0%,11%,13%,29%)
(0.00/0.11/0.13/0.29)	

CMYK percentages

%0
%11.05
%12.71
%29.02

Codes

Color #B5A19E in popluar color models

B5A19E
RGB181161158
HSL13.45%66.47%
HSB/HSV12.71%70.98%
CMYK0.00%11.05%12.71%
29.02%

Color #B5A19E in popluar number systems.

HEXB5A19E
Decimal181161158
Binary101101011010000110011110
Octal265241236

Shades and tints

Shades of #B5A19E

#B5A19E
(181,161,158)
#A59390
(165,147,144)
#958582
(149,133,130)
#857774
(133,119,116)
#756966
(117,105,102)
#655B58
(101,91,88)
#554D4A
(85,77,74)
#453F3C
(69,63,60)
#35312E
(53,49,46)
#252320
(37,35,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5A19E

#B5A19E
(181,161,158)
#BBA9A6
(187,169,166)
#C1B1AE
(193,177,174)
#C7B9B6
(199,185,182)
#CDC1BE
(205,193,190)
#D3C9C6
(211,201,198)
#D9D1CE
(217,209,206)
#DFD9D6
(223,217,214)
#E5E1DE
(229,225,222)
#EBE9E6
(235,233,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A19E; }

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

This text font color is #B5A19E.


Background Color

.myBgColor { background-color: #B5A19E; }

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

This div background color is #B5A19E.


Border color

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

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

This div border color is #B5A19E.


Opacity

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

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

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

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

This text has shadow with #B5A19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A19E on black background.


Color preview on white background

This text has color #B5A19E on white background.



Black color preview on #B5A19E background

This text has black color on #B5A19E background.


White color preview on #B5A19E background

This text has white color on #B5A19E background.