COLOR #B5A88A

HEX: #B5A88A
RGB: (181,168,138)

Color info

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

RGB color model

#B5A88A color RGB value is (181,168,138).

  • red value is 181;
  • green value is 168;
  • blue value is 138.
RGB:
(181,168,138)
(71%,66%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 168 of 255 = 66%
B 138 of 255 = 54%

181
168
138

R + G + B ~ 64%. #B5A88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 168 + 138 = 487 (100%)
R 181 of 487 ~ 37.17%
G 168 of 487 ~ 34.5%
B 138 of 487 ~ 28.34%

%37.17
%34.5
%28.34

CMYK color model

#B5A88A color CMYK value is (0,7,24,29).

  • cyan value is 0.00%
  • magenta value is 7.18%
  • yellow value is 23.76%
  • key color value is 29.02%
CMYK:
(0,7,24,29)
C0M7Y24K29 
(0%,7%,24%,29%)
(0.00/0.07/0.24/0.29)	

CMYK percentages

%0
%7.18
%23.76
%29.02

Codes

Color #B5A88A in popluar color models

B5A88A
RGB181168138
HSL42°22.51%62.55%
HSB/HSV42°23.76%70.98%
CMYK0.00%7.18%23.76%
29.02%

Color #B5A88A in popluar number systems.

HEXB5A88A
Decimal181168138
Binary101101011010100010001010
Octal265250212

Shades and tints

Shades of #B5A88A

#B5A88A
(181,168,138)
#A5997E
(165,153,126)
#958A72
(149,138,114)
#857B66
(133,123,102)
#756C5A
(117,108,90)
#655D4E
(101,93,78)
#554E42
(85,78,66)
#453F36
(69,63,54)
#35302A
(53,48,42)
#25211E
(37,33,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B5A88A

#B5A88A
(181,168,138)
#BBAF94
(187,175,148)
#C1B69E
(193,182,158)
#C7BDA8
(199,189,168)
#CDC4B2
(205,196,178)
#D3CBBC
(211,203,188)
#D9D2C6
(217,210,198)
#DFD9D0
(223,217,208)
#E5E0DA
(229,224,218)
#EBE7E4
(235,231,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A88A color. Also use rgb(181,168,138) instead hex code.

Text Font Color

.myTextColor { color: #B5A88A; }

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

This text font color is #B5A88A.


Background Color

.myBgColor { background-color: #B5A88A; }

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

This div background color is #B5A88A.


Border color

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

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

This div border color is #B5A88A.


Opacity

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

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

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

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

This text has shadow with #B5A88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A88A on black background.


Color preview on white background

This text has color #B5A88A on white background.



Black color preview on #B5A88A background

This text has black color on #B5A88A background.


White color preview on #B5A88A background

This text has white color on #B5A88A background.