COLOR #B5AB95

HEX: #B5AB95
RGB: (181,171,149)

Color info

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

RGB color model

#B5AB95 color RGB value is (181,171,149).

  • red value is 181;
  • green value is 171;
  • blue value is 149.
RGB:
(181,171,149)
(71%,67%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 171 of 255 = 67%
B 149 of 255 = 58%

181
171
149

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

Portions of RGB colors in percentages

R + G + B =
181 + 171 + 149 = 501 (100%)
R 181 of 501 ~ 36.13%
G 171 of 501 ~ 34.13%
B 149 of 501 ~ 29.74%

%36.13
%34.13
%29.74

CMYK color model

#B5AB95 color CMYK value is (0,6,18,29).

  • cyan value is 0.00%
  • magenta value is 5.52%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(0,6,18,29)
C0M6Y18K29 
(0%,6%,18%,29%)
(0.00/0.06/0.18/0.29)	

CMYK percentages

%0
%5.52
%17.68
%29.02

Codes

Color #B5AB95 in popluar color models

B5AB95
RGB181171149
HSL41°17.78%64.71%
HSB/HSV41°17.68%70.98%
CMYK0.00%5.52%17.68%
29.02%

Color #B5AB95 in popluar number systems.

HEXB5AB95
Decimal181171149
Binary101101011010101110010101
Octal265253225

Shades and tints

Shades of #B5AB95

#B5AB95
(181,171,149)
#A59C88
(165,156,136)
#958D7B
(149,141,123)
#857E6E
(133,126,110)
#756F61
(117,111,97)
#656054
(101,96,84)
#555147
(85,81,71)
#45423A
(69,66,58)
#35332D
(53,51,45)
#252420
(37,36,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5AB95

#B5AB95
(181,171,149)
#BBB29E
(187,178,158)
#C1B9A7
(193,185,167)
#C7C0B0
(199,192,176)
#CDC7B9
(205,199,185)
#D3CEC2
(211,206,194)
#D9D5CB
(217,213,203)
#DFDCD4
(223,220,212)
#E5E3DD
(229,227,221)
#EBEAE6
(235,234,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AB95 color. Also use rgb(181,171,149) instead hex code.

Text Font Color

.myTextColor { color: #B5AB95; }

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

This text font color is #B5AB95.


Background Color

.myBgColor { background-color: #B5AB95; }

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

This div background color is #B5AB95.


Border color

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

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

This div border color is #B5AB95.


Opacity

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

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

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

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

This text has shadow with #B5AB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AB95 on black background.


Color preview on white background

This text has color #B5AB95 on white background.



Black color preview on #B5AB95 background

This text has black color on #B5AB95 background.


White color preview on #B5AB95 background

This text has white color on #B5AB95 background.