COLOR #B5A99F

HEX: #B5A99F
RGB: (181,169,159)

Color info

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

RGB color model

#B5A99F color RGB value is (181,169,159).

  • red value is 181;
  • green value is 169;
  • blue value is 159.
RGB:
(181,169,159)
(71%,66%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 159 of 255 = 62%

181
169
159

R + G + B ~ 66%. #B5A99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 159 = 509 (100%)
R 181 of 509 ~ 35.56%
G 169 of 509 ~ 33.2%
B 159 of 509 ~ 31.24%

%35.56
%33.2
%31.24

CMYK color model

#B5A99F color CMYK value is (0,7,12,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(0,7,12,29)
C0M7Y12K29 
(0%,7%,12%,29%)
(0.00/0.07/0.12/0.29)	

CMYK percentages

%0
%6.63
%12.15
%29.02

Codes

Color #B5A99F in popluar color models

B5A99F
RGB181169159
HSL27°12.94%66.67%
HSB/HSV27°12.15%70.98%
CMYK0.00%6.63%12.15%
29.02%

Color #B5A99F in popluar number systems.

HEXB5A99F
Decimal181169159
Binary101101011010100110011111
Octal265251237

Shades and tints

Shades of #B5A99F

#B5A99F
(181,169,159)
#A59A91
(165,154,145)
#958B83
(149,139,131)
#857C75
(133,124,117)
#756D67
(117,109,103)
#655E59
(101,94,89)
#554F4B
(85,79,75)
#45403D
(69,64,61)
#35312F
(53,49,47)
#252221
(37,34,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5A99F

#B5A99F
(181,169,159)
#BBB0A7
(187,176,167)
#C1B7AF
(193,183,175)
#C7BEB7
(199,190,183)
#CDC5BF
(205,197,191)
#D3CCC7
(211,204,199)
#D9D3CF
(217,211,207)
#DFDAD7
(223,218,215)
#E5E1DF
(229,225,223)
#EBE8E7
(235,232,231)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A99F; }

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

This text font color is #B5A99F.


Background Color

.myBgColor { background-color: #B5A99F; }

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

This div background color is #B5A99F.


Border color

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

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

This div border color is #B5A99F.


Opacity

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

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

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

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

This text has shadow with #B5A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A99F on black background.


Color preview on white background

This text has color #B5A99F on white background.



Black color preview on #B5A99F background

This text has black color on #B5A99F background.


White color preview on #B5A99F background

This text has white color on #B5A99F background.