COLOR #B5A988

HEX: #B5A988
RGB: (181,169,136)

Color info

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

RGB color model

#B5A988 color RGB value is (181,169,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 136 of 255 = 53%

181
169
136

R + G + B ~ 63%. #B5A988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 136 = 486 (100%)
R 181 of 486 ~ 37.24%
G 169 of 486 ~ 34.77%
B 136 of 486 ~ 27.98%

%37.24
%34.77
%27.98

CMYK color model

#B5A988 color CMYK value is (0,7,25,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(0,7,25,29)
C0M7Y25K29 
(0%,7%,25%,29%)
(0.00/0.07/0.25/0.29)	

CMYK percentages

%0
%6.63
%24.86
%29.02

Codes

Color #B5A988 in popluar color models

B5A988
RGB181169136
HSL44°23.32%62.16%
HSB/HSV44°24.86%70.98%
CMYK0.00%6.63%24.86%
29.02%

Color #B5A988 in popluar number systems.

HEXB5A988
Decimal181169136
Binary101101011010100110001000
Octal265251210

Shades and tints

Shades of #B5A988

#B5A988
(181,169,136)
#A59A7C
(165,154,124)
#958B70
(149,139,112)
#857C64
(133,124,100)
#756D58
(117,109,88)
#655E4C
(101,94,76)
#554F40
(85,79,64)
#454034
(69,64,52)
#353128
(53,49,40)
#25221C
(37,34,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B5A988

#B5A988
(181,169,136)
#BBB092
(187,176,146)
#C1B79C
(193,183,156)
#C7BEA6
(199,190,166)
#CDC5B0
(205,197,176)
#D3CCBA
(211,204,186)
#D9D3C4
(217,211,196)
#DFDACE
(223,218,206)
#E5E1D8
(229,225,216)
#EBE8E2
(235,232,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A988; }

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

This text font color is #B5A988.


Background Color

.myBgColor { background-color: #B5A988; }

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

This div background color is #B5A988.


Border color

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

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

This div border color is #B5A988.


Opacity

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

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

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

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

This text has shadow with #B5A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A988 on black background.


Color preview on white background

This text has color #B5A988 on white background.



Black color preview on #B5A988 background

This text has black color on #B5A988 background.


White color preview on #B5A988 background

This text has white color on #B5A988 background.